#include <PageSetupController.h>
  
 Public Member Functions | |
| const Observable * | getModel () | 
| Returns the "Model" part of the MVC widget.  More... | |
| const Observer * | getView () | 
| Returns the "View" part of the MVC widget.  More... | |
| PageSetupController (Observable *o) | |
| virtual void | setPosition (const double &x, const double &y) | 
| Change coordinate llx,lly of the MVC widget.  More... | |
| virtual | ~PageSetupController () | 
Protected Member Functions | |
| virtual void | create () | 
| Call factory to create the "View" part of the MVC widget and passes the model and himself as controller.  More... | |
Protected Attributes | |
| Observable * | m_model | 
| "Model" part of the MVC widget.  More... | |
| Observer * | m_view | 
| "View" part of the MVC widget.  More... | |
Definition at line 40 of file PageSetupController.h.
| te::layout::PageSetupController::PageSetupController | ( | Observable * | o | ) | 
Definition at line 31 of file PageSetupController.cpp.
      
  | 
  virtual | 
Definition at line 37 of file PageSetupController.cpp.
      
  | 
  protectedvirtualinherited | 
Call factory to create the "View" part of the MVC widget and passes the model and himself as controller.
Definition at line 73 of file OutsideController.cpp.
References te::common::Singleton< Context >::getInstance(), te::layout::Context::getOutsideFactory(), and te::layout::AbstractOutsideFactory::make().
Referenced by te::layout::OutsideController::OutsideController().
      
  | 
  inherited | 
Returns the "Model" part of the MVC widget.
Definition at line 63 of file OutsideController.cpp.
      
  | 
  inherited | 
Returns the "View" part of the MVC widget.
Definition at line 68 of file OutsideController.cpp.
Referenced by te::layout::BuildGraphicsOutside::createEditTemplate(), te::layout::BuildGraphicsOutside::createGridSettings(), te::layout::BuildGraphicsOutside::createMapLayerChoice(), te::layout::BuildGraphicsOutside::createObjectInspector(), te::layout::BuildGraphicsOutside::createPageSetup(), te::layout::BuildGraphicsOutside::createProperties(), te::layout::BuildGraphicsOutside::createSystematicScale(), te::layout::BuildGraphicsOutside::createTextGridSettingss(), te::layout::BuildGraphicsOutside::createToolbar(), te::layout::View::showPageSetup(), and te::layout::View::showSystematicScale().
      
  | 
  virtualinherited | 
Change coordinate llx,lly of the MVC widget.
| x | llx | 
| y | lly | 
Definition at line 81 of file OutsideController.cpp.
References te::layout::OutsideModelObservable::setPosition().
      
  | 
  protectedinherited | 
"Model" part of the MVC widget.
Definition at line 101 of file OutsideController.h.
Referenced by te::layout::OutsideController::OutsideController().
      
  | 
  protectedinherited | 
"View" part of the MVC widget.
Definition at line 102 of file OutsideController.h.