#include <OutsideParamsCreate.h>
  
 Public Member Functions | |
| OutsideController * | getController () | 
| Observable * | getModel () | 
| OutsideParamsCreate () | |
| OutsideParamsCreate (OutsideController *controller, Observable *model) | |
| virtual | ~OutsideParamsCreate () | 
Protected Attributes | |
| OutsideController * | m_controller | 
| Observable * | m_model | 
Definition at line 41 of file OutsideParamsCreate.h.
| te::layout::OutsideParamsCreate::OutsideParamsCreate | ( | ) | 
      
  | 
  inline | 
Definition at line 61 of file OutsideParamsCreate.h.
      
  | 
  inlinevirtual | 
Definition at line 67 of file OutsideParamsCreate.h.
      
  | 
  inline | 
Definition at line 71 of file OutsideParamsCreate.h.
References m_controller.
Referenced by te::layout::OutsideFactory::make().
      
  | 
  inline | 
Definition at line 76 of file OutsideParamsCreate.h.
References m_model.
Referenced by te::layout::OutsideFactory::make().
      
  | 
  protected | 
Definition at line 53 of file OutsideParamsCreate.h.
Referenced by getController().
      
  | 
  protected | 
Definition at line 54 of file OutsideParamsCreate.h.
Referenced by getModel().