All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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

Signals

void applicationClose ()
 

Public Member Functions

 BaseApplication (QWidget *parent=0)
 
MapDisplaygetDisplay ()
 
InterfaceControllergetInterfaceController ()
 
virtual void init ()
 
virtual void init (const std::string &configFile)
 
virtual void resetState ()
 
void resetTerraLib (const bool &status)
 
virtual ~BaseApplication ()
 

Protected Slots

void onAddDataSetLayerTriggered ()
 
void onAddFolderLayerTriggered ()
 
void onAddQueryLayerTriggered ()
 
void onAddTabularLayerTriggered ()
 
void onApplicationTriggered (te::qt::af::evt::Event *evt)
 
void onChangeLayerDataSourceTriggered ()
 
void onChartDisplayCreated (te::qt::widgets::ChartDisplayWidget *chartDisplay, te::map::AbstractLayer *layer)
 
void onCreateNewLayer (te::map::AbstractLayerPtr layer)
 
void onDataSourceExplorerTriggered ()
 
void onDisplayDataTableChanged (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 onLayerCompositionModeTriggered ()
 
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 onLinkTriggered ()
 
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 onRestartSystemTriggered ()
 
void onSaveProjectAsTriggered ()
 
void onSaveProjectTriggered ()
 
void onSelectionToggled (bool checked)
 
void onStopDrawTriggered ()
 
void onStyleExplorerVisibilityChanged (bool visible)
 
void onToolsCustomizeTriggered ()
 
void onToolsDataExchangerDirectPopUpTriggered ()
 
void onToolsDataExchangerDirectTriggered ()
 
void onToolsDataExchangerTriggered ()
 
void onToolsFixGeometryTriggered ()
 
void onToolsQueryDataSourceTriggered ()
 
void onToolsRasterMultiResolutionTriggered ()
 
void onUpdateLayerDataSourceTriggered ()
 
void onZoomExtentTriggered ()
 
void onZoomInToggled (bool checked)
 
void onZoomOutToggled (bool checked)
 
void showProgressDockWidget ()
 

Protected Member Functions

virtual QMessageBox::StandardButton 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::widgets::CompositionModeMenuWidgetm_compModeMenu
 
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_fileRestartSystem
 
QAction * m_fileSaveProject
 
QAction * m_fileSaveProjectAs
 
QToolBar * m_fileToolBar
 
QAction * m_helpAbout
 
QAction * m_helpContents
 
QMenu * m_helpMenu
 
QAction * m_helpUpdate
 
InterfaceControllerm_iController
 
QAction * m_layerChart
 
QAction * m_layerChartsHistogram
 
QAction * m_layerChartsScatter
 
QAction * m_layerCompositionMode
 
QAction * m_layerEdit
 
QAction * m_layerExport
 
QAction * m_layerFitOnMapDisplay
 
QAction * m_layerFitSelectedOnMapDisplay
 
QAction * m_layerLinkTable
 
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
 
QAction * m_projectChangeLayerDataSource
 
QMenu * m_projectMenu
 
QAction * m_projectProperties
 
QAction * m_projectRemoveLayer
 
QAction * m_projectRenameLayer
 
QAction * m_projectUpdateLayerDataSource
 
te::qt::widgets::QueryDialogm_queryDlg
 
QAction * m_queryLayer
 
QMenu * m_recentProjectsMenu
 
bool m_restartTerraLib
 
QLabel * m_selected
 
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
 
QAction * m_toolsFixGeometry
 
QMenu * m_toolsMenu
 
QAction * m_toolsQueryDataSource
 
QAction * m_toolsRasterMultiResolution
 
QAction * m_viewDataTable
 
QAction * m_viewFullScreen
 
QAction * m_viewGrid
 
QAction * m_viewLayerExplorer
 Qt components. More...
 
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 86 of file BaseApplication.h.

Constructor & Destructor Documentation

Member Function Documentation

void te::qt::af::BaseApplication::applicationClose ( )
signal
QMessageBox::StandardButton te::qt::af::BaseApplication::checkProjectSave ( )
protectedvirtual
void te::qt::af::BaseApplication::closeEvent ( QCloseEvent *  e)
protectedvirtual

Definition at line 2551 of file BaseApplication.cpp.

te::qt::af::MapDisplay * te::qt::af::BaseApplication::getDisplay ( )
void te::qt::af::BaseApplication::init ( )
virtual

Reimplemented in TerraView.

Definition at line 236 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 2564 of file BaseApplication.cpp.

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

Definition at line 2585 of file BaseApplication.cpp.

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

Definition at line 2946 of file BaseApplication.cpp.

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

Definition at line 2904 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::onCreateNewLayer ( te::map::AbstractLayerPtr  layer)
protectedslot
void te::qt::af::BaseApplication::onDataSourceExplorerTriggered ( )
protectedslot
void te::qt::af::BaseApplication::onDisplayDataTableChanged ( bool  visible)
protectedslot

Definition at line 2103 of file BaseApplication.cpp.

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

Definition at line 2074 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 1963 of file BaseApplication.cpp.

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

Definition at line 1831 of file BaseApplication.cpp.

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

Definition at line 2096 of file BaseApplication.cpp.

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::onLinkTriggered ( )
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 2033 of file BaseApplication.cpp.

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

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

Definition at line 2022 of file BaseApplication.cpp.

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

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

Definition at line 2011 of file BaseApplication.cpp.

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

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

Definition at line 830 of file BaseApplication.cpp.

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

Definition at line 1936 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 1931 of file BaseApplication.cpp.

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

Definition at line 823 of file BaseApplication.cpp.

void te::qt::af::BaseApplication::onRemoveLayerTriggered ( )
protectedslot
void te::qt::af::BaseApplication::onRenameLayerTriggered ( )
protectedslot
void te::qt::af::BaseApplication::onRestartSystemTriggered ( )
protectedslot

Definition at line 943 of file BaseApplication.cpp.

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 2119 of file BaseApplication.cpp.

void te::qt::af::BaseApplication::onToolsCustomizeTriggered ( )
protectedslot
void te::qt::af::BaseApplication::onToolsDataExchangerDirectPopUpTriggered ( )
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 312 of file BaseApplication.cpp.

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

Referenced by main().

void te::qt::af::BaseApplication::resetTerraLib ( const bool &  status)
void te::qt::af::BaseApplication::showProgressDockWidget ( )
protectedslot

Definition at line 2049 of file BaseApplication.cpp.

Member Data Documentation

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

Definition at line 362 of file BaseApplication.h.

Referenced by BaseApplication().

te::qt::widgets::CompositionModeMenuWidget* te::qt::af::BaseApplication::m_compModeMenu
protected

Definition at line 401 of file BaseApplication.h.

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

Definition at line 365 of file BaseApplication.h.

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

Definition at line 392 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 391 of file BaseApplication.h.

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

Dock widget used to show eye bird display.

Definition at line 408 of file BaseApplication.h.

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

Definition at line 339 of file BaseApplication.h.

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

Definition at line 378 of file BaseApplication.h.

Referenced by BaseApplication().

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

Definition at line 335 of file BaseApplication.h.

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

Definition at line 338 of file BaseApplication.h.

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

Definition at line 340 of file BaseApplication.h.

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

Definition at line 341 of file BaseApplication.h.

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

Definition at line 342 of file BaseApplication.h.

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

Definition at line 336 of file BaseApplication.h.

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

Definition at line 337 of file BaseApplication.h.

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

Definition at line 385 of file BaseApplication.h.

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

Definition at line 334 of file BaseApplication.h.

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

Definition at line 299 of file BaseApplication.h.

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

Definition at line 374 of file BaseApplication.h.

Referenced by BaseApplication().

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

Definition at line 300 of file BaseApplication.h.

InterfaceController* te::qt::af::BaseApplication::m_iController
protected

Definition at line 390 of file BaseApplication.h.

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

Definition at line 324 of file BaseApplication.h.

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

Definition at line 322 of file BaseApplication.h.

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

Definition at line 323 of file BaseApplication.h.

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

Definition at line 331 of file BaseApplication.h.

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

Definition at line 312 of file BaseApplication.h.

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

Definition at line 314 of file BaseApplication.h.

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

Definition at line 327 of file BaseApplication.h.

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

Definition at line 329 of file BaseApplication.h.

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

Definition at line 325 of file BaseApplication.h.

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

Definition at line 319 of file BaseApplication.h.

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

Definition at line 377 of file BaseApplication.h.

Referenced by BaseApplication().

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

Definition at line 326 of file BaseApplication.h.

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

Definition at line 330 of file BaseApplication.h.

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

Definition at line 315 of file BaseApplication.h.

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

Definition at line 318 of file BaseApplication.h.

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

Definition at line 313 of file BaseApplication.h.

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

Definition at line 328 of file BaseApplication.h.

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

Definition at line 317 of file BaseApplication.h.

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

Definition at line 316 of file BaseApplication.h.

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

Definition at line 321 of file BaseApplication.h.

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

Definition at line 320 of file BaseApplication.h.

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

Definition at line 360 of file BaseApplication.h.

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

Definition at line 345 of file BaseApplication.h.

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

Definition at line 353 of file BaseApplication.h.

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

Definition at line 358 of file BaseApplication.h.

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

Definition at line 357 of file BaseApplication.h.

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

Definition at line 356 of file BaseApplication.h.

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

Definition at line 380 of file BaseApplication.h.

Referenced by BaseApplication().

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

Definition at line 352 of file BaseApplication.h.

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

Definition at line 349 of file BaseApplication.h.

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

Definition at line 351 of file BaseApplication.h.

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

Definition at line 354 of file BaseApplication.h.

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

Definition at line 355 of file BaseApplication.h.

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

Definition at line 343 of file BaseApplication.h.

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

Definition at line 364 of file BaseApplication.h.

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

Definition at line 359 of file BaseApplication.h.

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

Definition at line 387 of file BaseApplication.h.

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

Definition at line 344 of file BaseApplication.h.

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

Definition at line 348 of file BaseApplication.h.

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

Definition at line 350 of file BaseApplication.h.

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

Definition at line 346 of file BaseApplication.h.

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

Definition at line 347 of file BaseApplication.h.

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

Definition at line 367 of file BaseApplication.h.

Referenced by BaseApplication().

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

Definition at line 298 of file BaseApplication.h.

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

Definition at line 373 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 406 of file BaseApplication.h.

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

Definition at line 404 of file BaseApplication.h.

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

Definition at line 306 of file BaseApplication.h.

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

Definition at line 302 of file BaseApplication.h.

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

Definition at line 305 of file BaseApplication.h.

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

Definition at line 376 of file BaseApplication.h.

Referenced by BaseApplication().

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

Definition at line 303 of file BaseApplication.h.

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

Definition at line 304 of file BaseApplication.h.

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

Definition at line 307 of file BaseApplication.h.

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

Definition at line 375 of file BaseApplication.h.

Referenced by BaseApplication().

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

Definition at line 311 of file BaseApplication.h.

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

Definition at line 309 of file BaseApplication.h.

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

Definition at line 310 of file BaseApplication.h.

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

Definition at line 308 of file BaseApplication.h.

te::qt::widgets::QueryDialog* te::qt::af::BaseApplication::m_queryDlg
protected

Definition at line 398 of file BaseApplication.h.

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

Definition at line 332 of file BaseApplication.h.

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

Definition at line 379 of file BaseApplication.h.

Referenced by BaseApplication().

bool te::qt::af::BaseApplication::m_restartTerraLib
protected

Definition at line 410 of file BaseApplication.h.

QLabel* te::qt::af::BaseApplication::m_selected
protected

Definition at line 382 of file BaseApplication.h.

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

Definition at line 384 of file BaseApplication.h.

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

Definition at line 393 of file BaseApplication.h.

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

Definition at line 395 of file BaseApplication.h.

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

Definition at line 290 of file BaseApplication.h.

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

Definition at line 291 of file BaseApplication.h.

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

Definition at line 292 of file BaseApplication.h.

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

Definition at line 293 of file BaseApplication.h.

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

Definition at line 294 of file BaseApplication.h.

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

Definition at line 333 of file BaseApplication.h.

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

Definition at line 372 of file BaseApplication.h.

Referenced by BaseApplication().

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

Definition at line 297 of file BaseApplication.h.

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

Definition at line 371 of file BaseApplication.h.

Referenced by BaseApplication().

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

Definition at line 295 of file BaseApplication.h.

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

Definition at line 296 of file BaseApplication.h.

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

Definition at line 277 of file BaseApplication.h.

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

Definition at line 288 of file BaseApplication.h.

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

Definition at line 301 of file BaseApplication.h.

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

Qt components.

Definition at line 276 of file BaseApplication.h.

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

Definition at line 369 of file BaseApplication.h.

Referenced by BaseApplication().

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

Definition at line 289 of file BaseApplication.h.

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

Definition at line 278 of file BaseApplication.h.

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

Definition at line 370 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 407 of file BaseApplication.h.


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