Parameters to creation new object. Ex.: "Model" and "Controller" of the new object (MVC component). More...
#include <ItemParamsCreate.h>
  
 Public Member Functions | |
| ItemController * | getController () | 
| Returns the "Controller" part of the MVC.  More... | |
| Observable * | getModel () | 
| Returns the "Model" part of the MVC.  More... | |
| ItemParamsCreate () | |
| Constructor.  More... | |
| ItemParamsCreate (ItemController *controller, Observable *model) | |
| Constructor.  More... | |
| virtual | ~ItemParamsCreate () | 
| Destructor.  More... | |
Protected Attributes | |
| ItemController * | m_controller | 
| "Controller" part of MVC component.  More... | |
| Observable * | m_model | 
| "Model" part of MVC component.  More... | |
Parameters to creation new object. Ex.: "Model" and "Controller" of the new object (MVC component).
Definition at line 48 of file ItemParamsCreate.h.
| te::layout::ItemParamsCreate::ItemParamsCreate | ( | ) | 
Constructor.
      
  | 
  inline | 
Constructor.
| controller | "Controller" part of MVC component | 
| o | "Model" part of MVC component | 
Definition at line 93 of file ItemParamsCreate.h.
      
  | 
  inlinevirtual | 
Destructor.
Definition at line 99 of file ItemParamsCreate.h.
      
  | 
  inline | 
Returns the "Controller" part of the MVC.
Definition at line 103 of file ItemParamsCreate.h.
References m_controller.
Referenced by te::layout::ItemFactory::make().
      
  | 
  inline | 
Returns the "Model" part of the MVC.
Definition at line 108 of file ItemParamsCreate.h.
References m_model.
Referenced by te::layout::ItemFactory::make().
      
  | 
  protected | 
"Controller" part of MVC component.
Definition at line 85 of file ItemParamsCreate.h.
Referenced by getController().
      
  | 
  protected | 
"Model" part of MVC component.
Definition at line 86 of file ItemParamsCreate.h.
Referenced by getModel().