28 #ifndef __TERRALIB_LAYOUT_INTERNAL_OUTSIDE_PARAMS_CREATE_H  
   29 #define __TERRALIB_LAYOUT_INTERNAL_OUTSIDE_PARAMS_CREATE_H 
   32 #include "../../ParamsCreate.h" 
   38     class OutsideController;
 
   94       m_controller(controller),
 
Abstract class to represent an observable. "Model" part of MVC component. 
 
OutsideParamsCreate()
Constructor. 
 
OutsideController * getController()
Returns the "Controller" part of the MVC. 
 
Parameters to creation new object. Ex.: "Model" and "Controller" of the new object (MVC widget)...
 
Observable * getModel()
Returns the "Model" part of the MVC. 
 
OutsideController * m_controller
"Controller" part of MVC widget. 
 
Observable * m_model
"Model" part of MVC widget. 
 
Abstract class to represent a controller. "Controller" part of MVC widget. All classes representing t...
 
virtual ~OutsideParamsCreate()
Destructor.