#include <EditTemplateOutside.h>
  
 Signals | |
| void | changeTemplate () | 
Public Member Functions | |
| EditTemplateOutside (OutsideController *controller, Observable *o) | |
| virtual OutsideController * | getController () | 
| Returns the "Controller" part of the MVC.  More... | |
| virtual Observable * | getModel () | 
| Returns the "Model" part of the MVC.  More... | |
| virtual te::gm::Coord2D | getPosition () | 
| Method that returns the position llx, lly Reimplement this function in a ItemObserver subclass to provide the item's getPosition implementation.  More... | |
| virtual Properties * | getProperties () const | 
| Reimplemented from Observer.  More... | |
| virtual void | load () | 
| virtual void | refresh () | 
| Updated model state.  More... | |
| virtual void | setPosition (const double &x, const double &y) | 
| Change coordinate llx,lly of the MVC widget. Reimplement this function in a ItemController subclass to provide the controller's create implementation.  More... | |
| virtual void | updateObserver (ContextItem context) | 
| Reimplemented from Observer.  More... | |
| virtual | ~EditTemplateOutside () | 
Protected Member Functions | |
| virtual void | init () | 
Protected Attributes | |
| OutsideController * | m_controller | 
| "Controller" part of MVC widget.  More... | |
| Observable * | m_model | 
| "Model" part of MVC widget.  More... | |
Private Slots | |
| virtual void | on_pbApply_clicked () | 
Private Attributes | |
| std::auto_ptr< Ui::EditTemplate > | m_ui | 
Definition at line 50 of file EditTemplateOutside.h.
| te::layout::EditTemplateOutside::EditTemplateOutside | ( | OutsideController * | controller, | 
| Observable * | o | ||
| ) | 
Definition at line 39 of file EditTemplateOutside.cpp.
      
  | 
  virtual | 
Definition at line 49 of file EditTemplateOutside.cpp.
      
  | 
  signal | 
      
  | 
  virtualinherited | 
Returns the "Controller" part of the MVC.
Definition at line 59 of file OutsideObserver.cpp.
      
  | 
  virtualinherited | 
Returns the "Model" part of the MVC.
Definition at line 64 of file OutsideObserver.cpp.
Referenced by te::layout::DialogPropertiesBrowser::onShowGridSettingsDlg().
      
  | 
  virtual | 
Method that returns the position llx, lly Reimplement this function in a ItemObserver subclass to provide the item's getPosition implementation.
Implements te::layout::OutsideObserver.
Definition at line 74 of file EditTemplateOutside.cpp.
References te::gm::Coord2D::x, and te::gm::Coord2D::y.
      
  | 
  virtualinherited | 
Reimplemented from Observer.
Definition at line 54 of file OutsideObserver.cpp.
References te::layout::Properties::getProperties().
      
  | 
  protectedvirtual | 
Definition at line 54 of file EditTemplateOutside.cpp.
Referenced by EditTemplateOutside().
      
  | 
  virtual | 
Definition at line 87 of file EditTemplateOutside.cpp.
      
  | 
  privatevirtualslot | 
Definition at line 92 of file EditTemplateOutside.cpp.
      
  | 
  virtualinherited | 
Updated model state.
| true | if refresh the current position, false otherwise | 
Definition at line 48 of file OutsideObserver.cpp.
References te::gm::Coord2D::x, and te::gm::Coord2D::y.
      
  | 
  virtual | 
Change coordinate llx,lly of the MVC widget. Reimplement this function in a ItemController subclass to provide the controller's create implementation.
| x | llx | 
| y | lly | 
Implements te::layout::OutsideObserver.
Definition at line 68 of file EditTemplateOutside.cpp.
      
  | 
  virtual | 
Reimplemented from Observer.
Implements te::layout::OutsideObserver.
Definition at line 59 of file EditTemplateOutside.cpp.
References te::layout::ContextItem::isShow().
      
  | 
  protectedinherited | 
"Controller" part of MVC widget.
Definition at line 119 of file OutsideObserver.h.
      
  | 
  protectedinherited | 
"Model" part of MVC widget.
Definition at line 120 of file OutsideObserver.h.
Referenced by te::layout::ObjectInspectorOutside::ObjectInspectorOutside(), te::layout::OutsideObserver::OutsideObserver(), and te::layout::PropertiesOutside::PropertiesOutside().
      
  | 
  private | 
Definition at line 82 of file EditTemplateOutside.h.
Referenced by EditTemplateOutside().