All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
te::layout::BuildGraphicsOutside Class Reference

Class responsible for creating or building widgets. All objects are children of Qwidget and OutsideObserver. Only place where the model and the controller is instantiated and the MVC outside is created. More...

#include <BuildGraphicsOutside.h>

Inheritance diagram for te::layout::BuildGraphicsOutside:
te::layout::AbstractBuildGraphicsOutside

Public Member Functions

 BuildGraphicsOutside ()
 Constructor. More...
 
QWidget * createOuside (te::layout::EnumType *type)
 Method to create a widget from the type. More...
 
virtual ~BuildGraphicsOutside ()
 Destructor. More...
 

Protected Member Functions

QWidget * createEditTemplate ()
 Create a widget of EditTemplate type. More...
 
QWidget * createGridSettings ()
 Create a widget of GridSettings type. More...
 
QWidget * createMapLayerChoice ()
 Create a widget of Map Layer Choice type. More...
 
QWidget * createObjectInspector ()
 Create a widget of Object Inspector type. More...
 
QWidget * createPageSetup ()
 Create a widget of Page Setup type. More...
 
QWidget * createProperties ()
 Create a widget of Properties Browser type. More...
 
QWidget * createSystematicScale ()
 Create a widget of Systematic Scale type. More...
 
QWidget * createTextGridSettingss ()
 Create a widget of Text Grid Settings type. More...
 
QWidget * createToolbar ()
 Create a widget of Toolbar type. More...
 

Detailed Description

Class responsible for creating or building widgets. All objects are children of Qwidget and OutsideObserver. Only place where the model and the controller is instantiated and the MVC outside is created.

Definition at line 49 of file BuildGraphicsOutside.h.

Constructor & Destructor Documentation

te::layout::BuildGraphicsOutside::BuildGraphicsOutside ( )

Constructor.

Definition at line 67 of file BuildGraphicsOutside.cpp.

te::layout::BuildGraphicsOutside::~BuildGraphicsOutside ( )
virtual

Destructor.

Definition at line 72 of file BuildGraphicsOutside.cpp.

Member Function Documentation

QWidget * te::layout::BuildGraphicsOutside::createEditTemplate ( )
protected

Create a widget of EditTemplate type.

Returns
new object

Definition at line 195 of file BuildGraphicsOutside.cpp.

References te::layout::OutsideController::getView().

QWidget * te::layout::BuildGraphicsOutside::createGridSettings ( )
protected

Create a widget of GridSettings type.

Returns
new object

Definition at line 123 of file BuildGraphicsOutside.cpp.

References te::layout::OutsideController::getView().

QWidget * te::layout::BuildGraphicsOutside::createMapLayerChoice ( )
protected

Create a widget of Map Layer Choice type.

Returns
new object

Definition at line 219 of file BuildGraphicsOutside.cpp.

References te::layout::OutsideController::getView().

QWidget * te::layout::BuildGraphicsOutside::createObjectInspector ( )
protected

Create a widget of Object Inspector type.

Returns
new object

Definition at line 159 of file BuildGraphicsOutside.cpp.

References te::layout::OutsideController::getView().

QWidget * te::layout::BuildGraphicsOutside::createPageSetup ( )
protected

Create a widget of Page Setup type.

Returns
new object

Definition at line 171 of file BuildGraphicsOutside.cpp.

References te::layout::OutsideController::getView().

QWidget * te::layout::BuildGraphicsOutside::createProperties ( )
protected

Create a widget of Properties Browser type.

Returns
new object

Definition at line 147 of file BuildGraphicsOutside.cpp.

References te::layout::OutsideController::getView().

QWidget * te::layout::BuildGraphicsOutside::createSystematicScale ( )
protected

Create a widget of Systematic Scale type.

Returns
new object

Definition at line 183 of file BuildGraphicsOutside.cpp.

References te::layout::OutsideController::getView().

QWidget * te::layout::BuildGraphicsOutside::createTextGridSettingss ( )
protected

Create a widget of Text Grid Settings type.

Returns
new object

Definition at line 207 of file BuildGraphicsOutside.cpp.

References te::layout::OutsideController::getView().

QWidget * te::layout::BuildGraphicsOutside::createToolbar ( )
protected

Create a widget of Toolbar type.

Returns
new object

Definition at line 135 of file BuildGraphicsOutside.cpp.

References te::layout::OutsideController::getView().


The documentation for this class was generated from the following files: