#include <PropertiesController.h>
  
 Public Member Functions | |
| const Observable * | getModel () | 
| const Observer * | getView () | 
| PropertiesController (Observable *o) | |
| virtual void | setPosition (const double &x, const double &y) | 
| virtual | ~PropertiesController () | 
Protected Attributes | |
| Observable * | m_model | 
| Observer * | m_view | 
Definition at line 38 of file PropertiesController.h.
| te::layout::PropertiesController::PropertiesController | ( | Observable * | o | ) | 
Definition at line 36 of file PropertiesController.cpp.
References te::layout::Context::getInstance(), te::layout::Context::getOutsideFactory(), te::layout::OutsideController::m_model, te::layout::OutsideController::m_view, te::layout::AbstractOutsideFactory::make(), and te::layout::TPPropertiesWindow.
      
  | 
  virtual | 
Definition at line 45 of file PropertiesController.cpp.
      
  | 
  inherited | 
Definition at line 59 of file OutsideController.cpp.
      
  | 
  inherited | 
Definition at line 64 of file OutsideController.cpp.
Referenced by te::layout::MainLayout::createDockLayoutDisplay(), te::layout::OutsideArea::createInspectorDock(), te::layout::OutsideArea::createPropertiesDock(), te::layout::OutsideArea::createToolbarDock(), and te::layout::PropertiesItemPropertyBrowser::onShowGridSettingsDlg().
      
  | 
  virtual | 
Implements te::layout::OutsideController.
Definition at line 50 of file PropertiesController.cpp.
References te::layout::OutsideModelObservable::setPosition().
      
  | 
  protectedinherited | 
Definition at line 54 of file OutsideController.h.
Referenced by te::layout::DisplayController::DisplayController(), te::layout::GridSettingsController::GridSettingsController(), te::layout::ObjectInspectorController::ObjectInspectorController(), te::layout::OutsideController::OutsideController(), te::layout::PageSetupController::PageSetupController(), PropertiesController(), and te::layout::ToolbarController::ToolbarController().
      
  | 
  protectedinherited | 
Definition at line 55 of file OutsideController.h.
Referenced by te::layout::DisplayController::DisplayController(), te::layout::GridSettingsController::GridSettingsController(), te::layout::ObjectInspectorController::ObjectInspectorController(), te::layout::PageSetupController::PageSetupController(), PropertiesController(), and te::layout::ToolbarController::ToolbarController().