28 #ifndef __TERRALIB_LAYOUT_INTERNAL_GRID_SETTINGS_CONTROLLER_H  
   29 #define __TERRALIB_LAYOUT_INTERNAL_GRID_SETTINGS_CONTROLLER_H 
   32 #include "../core/pattern/mvc/OutsideController.h" 
   33 #include "../core/property/Property.h" 
   34 #include "../core/Config.h" 
   40     class GridSettingsModel;
 
Abstract class to represent an observable. "Model" part of MVC component. 
#define TELAYOUTEXPORT
You can use this macro in order to export/import classes and functions from this module. 
Class acts like a union for some C++/TerraLib5 data types. Responsible for storing the value...
Class that represents the value of an enumeration. An enumeration is made of "1..n" objects EnumType...
Abstract class to represent a controller. "Controller" part of MVC widget. All classes representing t...
A property acts like a attribute member of a object and stores the state of this attribute. A set of properties stores the state of an object. Any data type, not included in the convertValue method in the class te::layout::Variant, it will be by default "std::string" value.