Classe de controle Gere tout les patrons (schemas, plan, modele) de logiciels et leur acces, creation.
More...
#include <BoxController.h>
List of all members.
Detailed Description
Classe de controle Gere tout les patrons (schemas, plan, modele) de logiciels et leur acces, creation.
Constructor & Destructor Documentation
BoxController::BoxController |
( |
| ) |
|
BoxController::~BoxController |
( |
| ) |
|
Member Function Documentation
void BoxController::getChildren |
( |
QList< QGraphicsRectItem * > & |
graphicItems, |
|
|
Box const * |
box |
|
) |
| const |
void BoxController::getMenu |
( |
QString const & |
idMenu, |
|
|
QList< QGraphicsRectItem * > & |
menuItems |
|
) |
| const |
void BoxController::getParent |
( |
QList< QGraphicsRectItem * > & |
graphicItems, |
|
|
Box const * |
box |
|
) |
| const |
void BoxController::getPattern |
( |
Ceg::Window const & |
aWindow, |
|
|
QList< QGraphicsRectItem * > & |
graphicItems |
|
) |
| const |
This method uses window name to get all Box[es] (got initially from XML). The list of AbstractBox is used to generate Item objects which is an area of the view.
The documentation for this class was generated from the following files: