Abstract class to represent a controller. "Controller" part of MVC component. All classes representing the controller of a component must inherit from this class. More...
#include "../../../../geometry/Envelope.h"#include "../../../../geometry/Coord2D.h"#include "../../../../color/RGBAColor.h"#include "../../enum/AbstractType.h"#include "../../enum/EnumType.h"#include "../../Config.h"Go to the source code of this file.
Classes | |
| class | te::layout::ItemController | 
| Abstract class to represent a controller. "Controller" part of MVC component. All classes representing the controller of a component must inherit from this class.  More... | |
Namespaces | |
| te | |
| URI C++ Library.  | |
| te::layout | |
| This is the namespace for the Layout module.  | |
Abstract class to represent a controller. "Controller" part of MVC component. All classes representing the controller of a component must inherit from this class.
Definition in file ItemController.h.