Abstract class to represent an observable. "Model" part of MVC widget. All classes representing the model of a widget must inherit from this class. More...
#include "Observable.h"#include "../../property/Properties.h"#include "../../ContextItem.h"#include "../../../../geometry/Envelope.h"#include "../../../../geometry/Coord2D.h"#include "../../Config.h"#include <set>Go to the source code of this file.
Classes | |
| class | te::layout::OutsideModelObservable |
| Abstract class to represent an observable. "Model" part of MVC widget. All classes representing the model of a widget 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 an observable. "Model" part of MVC widget. All classes representing the model of a widget must inherit from this class.
Definition in file OutsideModelObservable.h.