All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
te::qt::af::LayoutEditor Class Reference

#include <LayoutEditor.h>

Inheritance diagram for te::qt::af::LayoutEditor:

Public Member Functions

te::qt::widgets::LayoutEditorgetLayoutEditor ()
 
 LayoutEditor (te::qt::widgets::LayoutEditor *le)
 Constructor. More...
 
void setCurrentTool (te::qt::widgets::AbstractTool *tool)
 Updates the current tool being used on te::qt::widgets::MapDisplay. More...
 
virtual ~LayoutEditor ()
 destructor. More...
 

Protected Slots

void onApplicationTriggered (te::qt::af::evt::Event *e)
 Listener to the application framewrork events. More...
 

Protected Attributes

te::qt::widgets::LayoutEditorm_layoutEditor
 Pointer to a component te::qt::widgets::LayoutEditor. More...
 
te::qt::widgets::AbstractToolm_tool
 Pointer to the current tool being used. More...
 

Detailed Description

Definition at line 64 of file LayoutEditor.h.

Constructor & Destructor Documentation

te::qt::af::LayoutEditor::LayoutEditor ( te::qt::widgets::LayoutEditor le)
te::qt::af::LayoutEditor::~LayoutEditor ( )
virtual

destructor.

Definition at line 75 of file LayoutEditor.cpp.

Member Function Documentation

te::qt::widgets::LayoutEditor * te::qt::af::LayoutEditor::getLayoutEditor ( )

Definition at line 81 of file LayoutEditor.cpp.

void te::qt::af::LayoutEditor::setCurrentTool ( te::qt::widgets::AbstractTool tool)

Updates the current tool being used on te::qt::widgets::MapDisplay.

Parameters
toolThe new te::qt::widgets::AbstractTool.
Note
The class will take the ownership of the given pointer.

Definition at line 86 of file LayoutEditor.cpp.

Member Data Documentation

te::qt::widgets::LayoutEditor* te::qt::af::LayoutEditor::m_layoutEditor
protected

Pointer to a component te::qt::widgets::LayoutEditor.

Definition at line 108 of file LayoutEditor.h.

te::qt::widgets::AbstractTool* te::qt::af::LayoutEditor::m_tool
protected

Pointer to the current tool being used.

Definition at line 109 of file LayoutEditor.h.


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