All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ItemModelObservable.h File Reference

Abstract class to represent an observable. "Model" part of MVC component. All classes representing the model of a component must inherit from this class. More...

#include "Observable.h"
#include "../../Config.h"
#include "../../property/Property.h"
#include <set>
#include <vector>

Go to the source code of this file.

Classes

class  te::layout::ItemModelObservable
 Abstract class to represent an observable. "Model" part of MVC component. All classes representing the model of a component must inherit from this class. More...
 

Namespaces

 te
 URI C++ Library.
 
 te::layout
 This is the namespace for the Layout module.
 

Detailed Description

Abstract class to represent an observable. "Model" part of MVC component. All classes representing the model of a component must inherit from this class.

Definition in file ItemModelObservable.h.