![]() |
IOT
0.5
I Only Think
|
Classe de Vue Represente le calque d'une fenetre. More...
#include <Layer.h>
Signals | |
void | actionEmitted (IAction &) |
Public Member Functions | |
Layer (Ceg::Window const &, MainController &) | |
~Layer () | |
void | setProcess (QProcess *) |
virtual QRect | getGeometry () const |
virtual IAction * | keyPressEvent (int key) |
virtual void | initialize (QList< QGraphicsRectItem * > const &sceneItems) |
takes a scene (a list of Items) to draw graphical areas on the view |
Classe de Vue Represente le calque d'une fenetre.
Layer::Layer | ( | Ceg::Window const & | hostWindow, |
MainController & | mainC | ||
) |
Layer::~Layer | ( | ) |
void Layer::actionEmitted | ( | IAction & | ) | [signal] |
QRect Layer::getGeometry | ( | ) | const [virtual] |
Implements AbstractScene.
void Layer::initialize | ( | QList< QGraphicsRectItem * > const & | sceneItems | ) | [virtual] |
takes a scene (a list of Items) to draw graphical areas on the view
Reimplemented from AbstractScene.
IAction * Layer::keyPressEvent | ( | int | key | ) | [virtual] |
Implements AbstractScene.
void Layer::setProcess | ( | QProcess * | process | ) |