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

A QMainWindow to be used as the basis for TerraLib applications. More...

#include <BaseApplication.h>

Inheritance diagram for te::qt::af::BaseApplication:
TerraView

Public Member Functions

 BaseApplication (QWidget *parent=0)
 
virtual void init ()
 
virtual void init (const std::string &configFile)
 
virtual void resetState ()
 
virtual ~BaseApplication ()
 

Protected Slots

void onAddDataSetLayerTriggered ()
 
void onAddFolderLayerTriggered ()
 
void onAddQueryLayerTriggered ()
 
void onAddTabularLayerTriggered ()
 
void onApplicationTriggered (te::qt::af::evt::Event *evt)
 
void onDataSourceExplorerTriggered ()
 
void onDisplayDataTableChanged (bool visible)
 
void onDisplayVisibilityChanged (bool visible)
 
void onDrawTriggered ()
 
void onFullScreenToggled (bool checked)
 
void onHighlightLayerObjects (const te::map::AbstractLayerPtr &layer, te::da::DataSet *dataset, const QColor &color)
 
void onInfoToggled (bool checked)
 
void onLayerChartTriggered ()
 
void onLayerExplorerVisibilityChanged (bool visible)
 
void onLayerFitOnMapDisplayTriggered ()
 
void onLayerFitSelectedOnMapDisplayTriggered ()
 
void onLayerGroupingTriggered ()
 
void onLayerHistogramTriggered ()
 
void onLayerPanToSelectedOnMapDisplayTriggered ()
 
void onLayerPropertiesTriggered ()
 
void onLayerRemoveItemTriggered ()
 
void onLayerRemoveSelectionTriggered ()
 
void onLayerScatterTriggered ()
 
void onLayerSelectedObjectsChanged (const te::map::AbstractLayerPtr &layer)
 
void onLayerShowTableTriggered ()
 
void onLayerSRSTriggered ()
 
void onLayerTableClose (te::qt::af::DataSetTableDockWidget *wid)
 
void onMapRemoveSelectionTriggered ()
 
void onMapSetUnknwonSRIDTriggered ()
 
void onMapSRIDTriggered ()
 
void onMeasureAngleToggled (bool checked)
 
void onMeasureAreaToggled (bool checked)
 
void onMeasureDistanceToggled (bool checked)
 
void onNewProjectTriggered ()
 
void onNextExtentTriggered ()
 
void onOpenProjectTriggered ()
 
void onPanToggled (bool checked)
 
void onPluginsManagerTriggered ()
 
void onPreviousExtentTriggered ()
 
void onProjectPropertiesTriggered ()
 
void onQueryLayerTriggered ()
 
void onRecentProjectsTriggered (QAction *proj)
 
void onRemoveLayerTriggered ()
 
void onRenameLayerTriggered ()
 
void onSaveProjectAsTriggered ()
 
void onSaveProjectTriggered ()
 
void onSelectionToggled (bool checked)
 
void onStopDrawTriggered ()
 
void onStyleExplorerVisibilityChanged (bool visible)
 
void onToolsCustomizeTriggered ()
 
void onToolsDataExchangerDirectPopUpTriggered ()
 
void onToolsDataExchangerDirectTriggered ()
 
void onToolsDataExchangerTriggered ()
 
void onZoomExtentTriggered ()
 
void onZoomInToggled (bool checked)
 
void onZoomOutToggled (bool checked)
 
void showProgressDockWidget ()
 

Protected Member Functions

virtual void checkProjectSave ()
 
virtual void closeEvent (QCloseEvent *e)
 
virtual void initAction (QAction *&act, const QString &icon, const QString &name, const QString &text, const QString &tooltip, bool iconVisibleInMenu, bool isCheckable, bool enabled, QObject *parent)
 
virtual void initActions ()
 
virtual void initMenus ()
 
virtual void initSlotsConnections ()
 
virtual void initStatusBar ()
 
virtual void initToolbars ()
 
virtual void makeDialog ()
 
virtual void newProject ()
 
virtual void openProject (const QString &projectFileName)
 

Protected Attributes

QWidget * m_centralwidget
 
te::qt::af::ApplicationControllerm_controller
 
QLineEdit * m_coordinateLineEdit
 
MapDisplaym_display
 
LayerExplorerm_explorer
 A dockable tree view for the layers in the application project. More...
 
QDockWidget * m_eyeBirdDisplaysDockWidget
 Dock widget used to show eye bird display. More...
 
QAction * m_fileExit
 
QMenu * m_fileMenu
 
QAction * m_fileNewProject
 
QAction * m_fileOpenProject
 
QAction * m_filePrint
 
QAction * m_filePrintPreview
 
QAction * m_fileSaveProject
 
QAction * m_fileSaveProjectAs
 
QToolBar * m_fileToolBar
 
QAction * m_helpAbout
 
QAction * m_helpContents
 
QMenu * m_helpMenu
 
QAction * m_helpUpdate
 
QAction * m_layerChart
 
QAction * m_layerChartsHistogram
 
QAction * m_layerChartsScatter
 
QAction * m_layerEdit
 
QAction * m_layerExport
 
QAction * m_layerFitOnMapDisplay
 
QAction * m_layerFitSelectedOnMapDisplay
 
QAction * m_layerLower
 
QMenu * m_layerMenu
 
QAction * m_layerObjectGrouping
 
QAction * m_layerPanToSelectedOnMapDisplay
 
QAction * m_layerProperties
 
QAction * m_layerRaise
 
QAction * m_layerRemoveItem
 
QAction * m_layerRemoveObjectSelection
 
QAction * m_layerShowTable
 
QAction * m_layerSRS
 
QAction * m_layerToBottom
 
QAction * m_layerToTop
 
QSize m_mapCursorSize
 
QAction * m_mapDraw
 
QAction * m_mapInfo
 
QAction * m_mapMeasureAngle
 
QAction * m_mapMeasureArea
 
QAction * m_mapMeasureDistance
 
QMenu * m_mapMenu
 
QAction * m_mapNextExtent
 
QAction * m_mapPan
 
QAction * m_mapPreviousExtent
 
QAction * m_mapRemoveSelection
 
QAction * m_mapSelection
 
QAction * m_mapSRID
 
QLineEdit * m_mapSRIDLineEdit
 
QAction * m_mapStopDrawing
 
QToolBar * m_mapToolBar
 
QAction * m_mapUnknownSRID
 
QAction * m_mapZoomArea
 
QAction * m_mapZoomExtent
 
QAction * m_mapZoomIn
 
QAction * m_mapZoomOut
 
QMenuBar * m_menubar
 
QAction * m_pluginsManager
 
QMenu * m_pluginsMenu
 
QDockWidget * m_progressDockWidget
 Dock widget used to show progress information. More...
 
Projectm_project
 
QAction * m_projectAddFolderLayer
 
QAction * m_projectAddLayerDataset
 
QAction * m_projectAddLayerGraph
 
QMenu * m_projectAddLayerMenu
 
QAction * m_projectAddLayerQueryDataSet
 
QAction * m_projectAddLayerTabularDataSet
 
QMenu * m_projectMenu
 
QAction * m_projectProperties
 
QAction * m_projectRemoveLayer
 
QAction * m_projectRenameLayer
 
QAction * m_queryLayer
 
QMenu * m_recentProjectsMenu
 
QStatusBar * m_statusbar
 
StyleExplorerm_styleExplorer
 
std::vector
< DataSetTableDockWidget * > 
m_tableDocks
 
QAction * m_toolsCustomize
 
QAction * m_toolsDataExchanger
 
QAction * m_toolsDataExchangerDirect
 
QAction * m_toolsDataExchangerDirectPopUp
 
QAction * m_toolsDataSourceExplorer
 
QAction * m_toolsDataSourceManagement
 
QMenu * m_toolsExchangerMenu
 
QMenu * m_toolsMenu
 
QAction * m_viewDataTable
 
QAction * m_viewFullScreen
 
QAction * m_viewGrid
 
QAction * m_viewLayerExplorer
 Qt components. More...
 
QAction * m_viewMapDisplay
 
QMenu * m_viewMenu
 
QAction * m_viewRefresh
 
QAction * m_viewStyleExplorer
 
QMenu * m_viewToolBarsMenu
 
QDockWidget * m_zoomInDisplaysDockWidget
 Dock widget used to show zoom in display. More...
 

Detailed Description

A QMainWindow to be used as the basis for TerraLib applications.

Definition at line 76 of file BaseApplication.h.

Constructor & Destructor Documentation

te::qt::af::BaseApplication::~BaseApplication ( )
virtual

Member Function Documentation

void te::qt::af::BaseApplication::checkProjectSave ( )
protectedvirtual
void te::qt::af::BaseApplication::closeEvent ( QCloseEvent *  e)
protectedvirtual

Definition at line 1909 of file BaseApplication.cpp.

References te::qt::af::SaveState().

void te::qt::af::BaseApplication::init ( )
virtual

Reimplemented in TerraView.

Definition at line 212 of file BaseApplication.cpp.

Referenced by TerraView::init().

void te::qt::af::BaseApplication::initAction ( QAction *&  act,
const QString &  icon,
const QString &  name,
const QString &  text,
const QString &  tooltip,
bool  iconVisibleInMenu,
bool  isCheckable,
bool  enabled,
QObject *  parent 
)
protectedvirtual

Definition at line 1918 of file BaseApplication.cpp.

void te::qt::af::BaseApplication::initActions ( )
protectedvirtual

Definition at line 1939 of file BaseApplication.cpp.

void te::qt::af::BaseApplication::initMenus ( )
protectedvirtual
void te::qt::af::BaseApplication::initSlotsConnections ( )
protectedvirtual

Definition at line 2319 of file BaseApplication.cpp.

void te::qt::af::BaseApplication::initStatusBar ( )
protectedvirtual

Definition at line 2282 of file BaseApplication.cpp.

References TE_UNKNOWN_SRS.

void te::qt::af::BaseApplication::initToolbars ( )
protectedvirtual
void te::qt::af::BaseApplication::onAddFolderLayerTriggered ( )
protectedslot
void te::qt::af::BaseApplication::onAddTabularLayerTriggered ( )
protectedslot
void te::qt::af::BaseApplication::onDataSourceExplorerTriggered ( )
protectedslot
void te::qt::af::BaseApplication::onDisplayDataTableChanged ( bool  visible)
protectedslot

Definition at line 1522 of file BaseApplication.cpp.

void te::qt::af::BaseApplication::onDisplayVisibilityChanged ( bool  visible)
protectedslot

Definition at line 1515 of file BaseApplication.cpp.

void te::qt::af::BaseApplication::onDrawTriggered ( )
protectedslot
void te::qt::af::BaseApplication::onFullScreenToggled ( bool  checked)
protectedslot

Definition at line 1486 of file BaseApplication.cpp.

void te::qt::af::BaseApplication::onHighlightLayerObjects ( const te::map::AbstractLayerPtr layer,
te::da::DataSet dataset,
const QColor &  color 
)
protectedslot
void te::qt::af::BaseApplication::onInfoToggled ( bool  checked)
protectedslot

Definition at line 1382 of file BaseApplication.cpp.

void te::qt::af::BaseApplication::onLayerExplorerVisibilityChanged ( bool  visible)
protectedslot

Definition at line 1508 of file BaseApplication.cpp.

void te::qt::af::BaseApplication::onLayerFitOnMapDisplayTriggered ( )
protectedslot
void te::qt::af::BaseApplication::onLayerFitSelectedOnMapDisplayTriggered ( )
protectedslot
void te::qt::af::BaseApplication::onLayerPropertiesTriggered ( )
protectedslot
void te::qt::af::BaseApplication::onLayerRemoveItemTriggered ( )
protectedslot
void te::qt::af::BaseApplication::onLayerRemoveSelectionTriggered ( )
protectedslot
void te::qt::af::BaseApplication::onLayerSelectedObjectsChanged ( const te::map::AbstractLayerPtr layer)
protectedslot
void te::qt::af::BaseApplication::onLayerShowTableTriggered ( )
protectedslot
void te::qt::af::BaseApplication::onLayerSRSTriggered ( )
protectedslot
void te::qt::af::BaseApplication::onLayerTableClose ( te::qt::af::DataSetTableDockWidget wid)
protectedslot
void te::qt::af::BaseApplication::onMapRemoveSelectionTriggered ( )
protectedslot
void te::qt::af::BaseApplication::onMapSetUnknwonSRIDTriggered ( )
protectedslot
void te::qt::af::BaseApplication::onMapSRIDTriggered ( )
protectedslot
void te::qt::af::BaseApplication::onMeasureAngleToggled ( bool  checked)
protectedslot

Definition at line 1447 of file BaseApplication.cpp.

References te::qt::widgets::Measure::Angle.

void te::qt::af::BaseApplication::onMeasureAreaToggled ( bool  checked)
protectedslot

Definition at line 1438 of file BaseApplication.cpp.

References te::qt::widgets::Measure::Area.

void te::qt::af::BaseApplication::onMeasureDistanceToggled ( bool  checked)
protectedslot

Definition at line 1429 of file BaseApplication.cpp.

References te::qt::widgets::Measure::Distance.

void te::qt::af::BaseApplication::onNewProjectTriggered ( )
protectedslot

Definition at line 628 of file BaseApplication.cpp.

void te::qt::af::BaseApplication::onNextExtentTriggered ( )
protectedslot

Definition at line 1355 of file BaseApplication.cpp.

void te::qt::af::BaseApplication::onOpenProjectTriggered ( )
protectedslot
void te::qt::af::BaseApplication::onPanToggled ( bool  checked)
protectedslot
void te::qt::af::BaseApplication::onPluginsManagerTriggered ( )
protectedslot
void te::qt::af::BaseApplication::onPreviousExtentTriggered ( )
protectedslot

Definition at line 1350 of file BaseApplication.cpp.

void te::qt::af::BaseApplication::onProjectPropertiesTriggered ( )
protectedslot
void te::qt::af::BaseApplication::onQueryLayerTriggered ( )
protectedslot
void te::qt::af::BaseApplication::onRecentProjectsTriggered ( QAction *  proj)
protectedslot

Definition at line 621 of file BaseApplication.cpp.

void te::qt::af::BaseApplication::onRemoveLayerTriggered ( )
protectedslot
void te::qt::af::BaseApplication::onRenameLayerTriggered ( )
protectedslot
void te::qt::af::BaseApplication::onSelectionToggled ( bool  checked)
protectedslot
void te::qt::af::BaseApplication::onStopDrawTriggered ( )
protectedslot
void te::qt::af::BaseApplication::onStyleExplorerVisibilityChanged ( bool  visible)
protectedslot

Definition at line 1538 of file BaseApplication.cpp.

void te::qt::af::BaseApplication::onToolsCustomizeTriggered ( )
protectedslot
void te::qt::af::BaseApplication::onToolsDataExchangerDirectPopUpTriggered ( )
protectedslot
void te::qt::af::BaseApplication::onToolsDataExchangerDirectTriggered ( )
protectedslot
void te::qt::af::BaseApplication::onToolsDataExchangerTriggered ( )
protectedslot
void te::qt::af::BaseApplication::onZoomExtentTriggered ( )
protectedslot
void te::qt::af::BaseApplication::onZoomInToggled ( bool  checked)
protectedslot
void te::qt::af::BaseApplication::onZoomOutToggled ( bool  checked)
protectedslot
void te::qt::af::BaseApplication::resetState ( )
virtual

Definition at line 288 of file BaseApplication.cpp.

References te::qt::af::RestoreState().

Referenced by main().

void te::qt::af::BaseApplication::showProgressDockWidget ( )
protectedslot

Definition at line 1461 of file BaseApplication.cpp.

Member Data Documentation

QWidget* te::qt::af::BaseApplication::m_centralwidget
protected

Definition at line 316 of file BaseApplication.h.

Referenced by BaseApplication().

te::qt::af::ApplicationController* te::qt::af::BaseApplication::m_controller
protected

Definition at line 355 of file BaseApplication.h.

Referenced by BaseApplication().

QLineEdit* te::qt::af::BaseApplication::m_coordinateLineEdit
protected

Definition at line 319 of file BaseApplication.h.

MapDisplay* te::qt::af::BaseApplication::m_display
protected

Definition at line 343 of file BaseApplication.h.

LayerExplorer* te::qt::af::BaseApplication::m_explorer
protected

A dockable tree view for the layers in the application project.

Definition at line 342 of file BaseApplication.h.

QDockWidget* te::qt::af::BaseApplication::m_eyeBirdDisplaysDockWidget
protected

Dock widget used to show eye bird display.

Definition at line 353 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_fileExit
protected

Definition at line 294 of file BaseApplication.h.

QMenu* te::qt::af::BaseApplication::m_fileMenu
protected

Definition at line 332 of file BaseApplication.h.

Referenced by BaseApplication().

QAction* te::qt::af::BaseApplication::m_fileNewProject
protected

Definition at line 290 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_fileOpenProject
protected

Definition at line 293 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_filePrint
protected

Definition at line 295 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_filePrintPreview
protected

Definition at line 296 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_fileSaveProject
protected

Definition at line 291 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_fileSaveProjectAs
protected

Definition at line 292 of file BaseApplication.h.

QToolBar* te::qt::af::BaseApplication::m_fileToolBar
protected

Definition at line 337 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_helpAbout
protected

Definition at line 289 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_helpContents
protected

Definition at line 258 of file BaseApplication.h.

QMenu* te::qt::af::BaseApplication::m_helpMenu
protected

Definition at line 328 of file BaseApplication.h.

Referenced by BaseApplication().

QAction* te::qt::af::BaseApplication::m_helpUpdate
protected

Definition at line 259 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_layerChart
protected

Definition at line 281 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_layerChartsHistogram
protected

Definition at line 279 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_layerChartsScatter
protected

Definition at line 280 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_layerEdit
protected

Definition at line 269 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_layerExport
protected

Definition at line 271 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_layerFitOnMapDisplay
protected

Definition at line 283 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_layerFitSelectedOnMapDisplay
protected

Definition at line 285 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_layerLower
protected

Definition at line 276 of file BaseApplication.h.

QMenu* te::qt::af::BaseApplication::m_layerMenu
protected

Definition at line 331 of file BaseApplication.h.

Referenced by BaseApplication().

QAction* te::qt::af::BaseApplication::m_layerObjectGrouping
protected

Definition at line 282 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_layerPanToSelectedOnMapDisplay
protected

Definition at line 286 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_layerProperties
protected

Definition at line 272 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_layerRaise
protected

Definition at line 275 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_layerRemoveItem
protected

Definition at line 270 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_layerRemoveObjectSelection
protected

Definition at line 284 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_layerShowTable
protected

Definition at line 274 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_layerSRS
protected

Definition at line 273 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_layerToBottom
protected

Definition at line 278 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_layerToTop
protected

Definition at line 277 of file BaseApplication.h.

QSize te::qt::af::BaseApplication::m_mapCursorSize
protected

Definition at line 314 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_mapDraw
protected

Definition at line 299 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_mapInfo
protected

Definition at line 307 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_mapMeasureAngle
protected

Definition at line 312 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_mapMeasureArea
protected

Definition at line 311 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_mapMeasureDistance
protected

Definition at line 310 of file BaseApplication.h.

QMenu* te::qt::af::BaseApplication::m_mapMenu
protected

Definition at line 334 of file BaseApplication.h.

Referenced by BaseApplication().

QAction* te::qt::af::BaseApplication::m_mapNextExtent
protected

Definition at line 306 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_mapPan
protected

Definition at line 303 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_mapPreviousExtent
protected

Definition at line 305 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_mapRemoveSelection
protected

Definition at line 308 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_mapSelection
protected

Definition at line 309 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_mapSRID
protected

Definition at line 297 of file BaseApplication.h.

QLineEdit* te::qt::af::BaseApplication::m_mapSRIDLineEdit
protected

Definition at line 318 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_mapStopDrawing
protected

Definition at line 313 of file BaseApplication.h.

QToolBar* te::qt::af::BaseApplication::m_mapToolBar
protected

Definition at line 339 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_mapUnknownSRID
protected

Definition at line 298 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_mapZoomArea
protected

Definition at line 302 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_mapZoomExtent
protected

Definition at line 304 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_mapZoomIn
protected

Definition at line 300 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_mapZoomOut
protected

Definition at line 301 of file BaseApplication.h.

QMenuBar* te::qt::af::BaseApplication::m_menubar
protected

Definition at line 321 of file BaseApplication.h.

Referenced by BaseApplication().

QAction* te::qt::af::BaseApplication::m_pluginsManager
protected

Definition at line 257 of file BaseApplication.h.

QMenu* te::qt::af::BaseApplication::m_pluginsMenu
protected

Definition at line 327 of file BaseApplication.h.

Referenced by BaseApplication().

QDockWidget* te::qt::af::BaseApplication::m_progressDockWidget
protected

Dock widget used to show progress information.

Definition at line 351 of file BaseApplication.h.

Project* te::qt::af::BaseApplication::m_project
protected

Definition at line 349 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_projectAddFolderLayer
protected

Definition at line 265 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_projectAddLayerDataset
protected

Definition at line 261 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_projectAddLayerGraph
protected

Definition at line 264 of file BaseApplication.h.

QMenu* te::qt::af::BaseApplication::m_projectAddLayerMenu
protected

Definition at line 330 of file BaseApplication.h.

Referenced by BaseApplication().

QAction* te::qt::af::BaseApplication::m_projectAddLayerQueryDataSet
protected

Definition at line 262 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_projectAddLayerTabularDataSet
protected

Definition at line 263 of file BaseApplication.h.

QMenu* te::qt::af::BaseApplication::m_projectMenu
protected

Definition at line 329 of file BaseApplication.h.

Referenced by BaseApplication().

QAction* te::qt::af::BaseApplication::m_projectProperties
protected

Definition at line 268 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_projectRemoveLayer
protected

Definition at line 266 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_projectRenameLayer
protected

Definition at line 267 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_queryLayer
protected

Definition at line 287 of file BaseApplication.h.

QMenu* te::qt::af::BaseApplication::m_recentProjectsMenu
protected

Definition at line 333 of file BaseApplication.h.

Referenced by BaseApplication().

QStatusBar* te::qt::af::BaseApplication::m_statusbar
protected

Definition at line 336 of file BaseApplication.h.

StyleExplorer* te::qt::af::BaseApplication::m_styleExplorer
protected

Definition at line 344 of file BaseApplication.h.

std::vector<DataSetTableDockWidget*> te::qt::af::BaseApplication::m_tableDocks
protected

Definition at line 346 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_toolsCustomize
protected

Definition at line 252 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_toolsDataExchanger
protected

Definition at line 253 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_toolsDataExchangerDirect
protected

Definition at line 254 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_toolsDataExchangerDirectPopUp
protected

Definition at line 255 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_toolsDataSourceExplorer
protected

Definition at line 256 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_toolsDataSourceManagement
protected

Definition at line 288 of file BaseApplication.h.

QMenu* te::qt::af::BaseApplication::m_toolsExchangerMenu
protected

Definition at line 326 of file BaseApplication.h.

Referenced by BaseApplication().

QMenu* te::qt::af::BaseApplication::m_toolsMenu
protected

Definition at line 325 of file BaseApplication.h.

Referenced by BaseApplication().

QAction* te::qt::af::BaseApplication::m_viewDataTable
protected

Definition at line 239 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_viewFullScreen
protected

Definition at line 250 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_viewGrid
protected

Definition at line 260 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_viewLayerExplorer
protected

Qt components.

Definition at line 237 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_viewMapDisplay
protected

Definition at line 238 of file BaseApplication.h.

QMenu* te::qt::af::BaseApplication::m_viewMenu
protected

Definition at line 323 of file BaseApplication.h.

Referenced by BaseApplication().

QAction* te::qt::af::BaseApplication::m_viewRefresh
protected

Definition at line 251 of file BaseApplication.h.

QAction* te::qt::af::BaseApplication::m_viewStyleExplorer
protected

Definition at line 240 of file BaseApplication.h.

QMenu* te::qt::af::BaseApplication::m_viewToolBarsMenu
protected

Definition at line 324 of file BaseApplication.h.

Referenced by BaseApplication().

QDockWidget* te::qt::af::BaseApplication::m_zoomInDisplaysDockWidget
protected

Dock widget used to show zoom in display.

Definition at line 352 of file BaseApplication.h.


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