IOT  0.5
I Only Think
Public Member Functions
BoxController Class Reference

Classe de controle Gere tout les patrons (schemas, plan, modele) de logiciels et leur acces, creation. More...

#include <BoxController.h>

List of all members.

Public Member Functions

 BoxController ()
 ~BoxController ()
void getChildren (QList< QGraphicsRectItem * > &, Box const *) const
void getParent (QList< QGraphicsRectItem * > &, Box const *) const
void getPattern (Ceg::Window const &, QList< QGraphicsRectItem * > &list) const
void getMenu (QString const &idMenu, QList< QGraphicsRectItem * > &menuItems) const

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator