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