All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
TerraView Class Reference

The main class of TerraView. More...

#include <TerraView.h>

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

Signals

void applicationClose ()
 

Public Member Functions

MapDisplay * getDisplay ()
 
InterfaceController * getInterfaceController ()
 
void init ()
 
void init (const std::string &configFile)
 
virtual void resetState ()
 
void resetTerraLib (const bool &status)
 
void startProject (const QString &projectFileName)
 
 TerraView (QWidget *parent=0)
 
 ~TerraView ()
 

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 onHelpTriggered ()
 
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 showAboutDialog ()
 
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 ()
 
void makeDialog ()
 
virtual void newProject ()
 
virtual void openProject (const QString &projectFileName)
 

Protected Attributes

QWidget * m_centralwidget
 
te::qt::widgets::CompositionModeMenuWidgetm_compModeMenu
 
QLineEdit * m_coordinateLineEdit
 
MapDisplay * m_display
 
LayerExplorer * m_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
 
te::qt::widgets::HelpManagerImplm_helpManager
 
QMenu * m_helpMenu
 
QAction * m_helpUpdate
 
InterfaceController * m_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...
 
Project * m_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
 
StyleExplorer * m_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

The main class of TerraView.

See also
te::qt::af::BaseApplication

Definition at line 54 of file TerraView.h.

Constructor & Destructor Documentation

TerraView::TerraView ( QWidget *  parent = 0)

Definition at line 43 of file TerraView.cpp.

TerraView::~TerraView ( )

Definition at line 49 of file TerraView.cpp.

Member Function Documentation

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

Definition at line 2551 of file BaseApplication.cpp.

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

Reimplemented from te::qt::af::BaseApplication.

Definition at line 53 of file TerraView.cpp.

References te::common::FindInTerraLibPath(), and TERRALIB_APPLICATION_CONFIG_FILE.

Referenced by main().

void TerraView::init ( const std::string &  configFile)
virtual
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 
)
protectedvirtualinherited

Definition at line 2564 of file BaseApplication.cpp.

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

Definition at line 2585 of file BaseApplication.cpp.

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

Definition at line 2946 of file BaseApplication.cpp.

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

Definition at line 2904 of file BaseApplication.cpp.

References TE_UNKNOWN_SRS.

void te::qt::af::BaseApplication::initToolbars ( )
protectedvirtualinherited
void TerraView::makeDialog ( )
protectedvirtual
void te::qt::af::BaseApplication::onAddFolderLayerTriggered ( )
protectedslotinherited
void te::qt::af::BaseApplication::onAddTabularLayerTriggered ( )
protectedslotinherited
void te::qt::af::BaseApplication::onChangeLayerDataSourceTriggered ( )
protectedslotinherited
void te::qt::af::BaseApplication::onCreateNewLayer ( te::map::AbstractLayerPtr  layer)
protectedslotinherited
void te::qt::af::BaseApplication::onDataSourceExplorerTriggered ( )
protectedslotinherited
void te::qt::af::BaseApplication::onDisplayDataTableChanged ( bool  visible)
protectedslotinherited

Definition at line 2103 of file BaseApplication.cpp.

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

Definition at line 2074 of file BaseApplication.cpp.

void TerraView::onHelpTriggered ( )
protectedslot

Definition at line 92 of file TerraView.cpp.

References te::common::Singleton< HelpManager >::getInstance().

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

Definition at line 1963 of file BaseApplication.cpp.

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

Definition at line 1831 of file BaseApplication.cpp.

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

Definition at line 2096 of file BaseApplication.cpp.

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

Definition at line 2033 of file BaseApplication.cpp.

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

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

Definition at line 2022 of file BaseApplication.cpp.

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

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

Definition at line 2011 of file BaseApplication.cpp.

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

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

Definition at line 830 of file BaseApplication.cpp.

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

Definition at line 1936 of file BaseApplication.cpp.

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

Definition at line 1931 of file BaseApplication.cpp.

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

Definition at line 823 of file BaseApplication.cpp.

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

Definition at line 943 of file BaseApplication.cpp.

void te::qt::af::BaseApplication::onSelectionToggled ( bool  checked)
protectedslotinherited
void te::qt::af::BaseApplication::onStopDrawTriggered ( )
protectedslotinherited
void te::qt::af::BaseApplication::onStyleExplorerVisibilityChanged ( bool  visible)
protectedslotinherited

Definition at line 2119 of file BaseApplication.cpp.

void te::qt::af::BaseApplication::onToolsCustomizeTriggered ( )
protectedslotinherited
void te::qt::af::BaseApplication::onToolsDataExchangerDirectPopUpTriggered ( )
protectedslotinherited
void te::qt::af::BaseApplication::onToolsDataExchangerTriggered ( )
protectedslotinherited
void te::qt::af::BaseApplication::onToolsRasterMultiResolutionTriggered ( )
protectedslotinherited
void te::qt::af::BaseApplication::onZoomExtentTriggered ( )
protectedslotinherited
void te::qt::af::BaseApplication::onZoomInToggled ( bool  checked)
protectedslotinherited
void te::qt::af::BaseApplication::onZoomOutToggled ( bool  checked)
protectedslotinherited
void te::qt::af::BaseApplication::resetState ( )
virtualinherited

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)
inherited
void TerraView::showAboutDialog ( )
protectedslot

Definition at line 85 of file TerraView.cpp.

Referenced by makeDialog().

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

Definition at line 2049 of file BaseApplication.cpp.

void TerraView::startProject ( const QString &  projectFileName)

Definition at line 97 of file TerraView.cpp.

References te::qt::af::BaseApplication::openProject().

Referenced by main().

Member Data Documentation

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

Definition at line 362 of file BaseApplication.h.

Referenced by te::qt::af::BaseApplication::BaseApplication().

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

Definition at line 401 of file BaseApplication.h.

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

Definition at line 365 of file BaseApplication.h.

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

Definition at line 392 of file BaseApplication.h.

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

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
protectedinherited

Dock widget used to show eye bird display.

Definition at line 408 of file BaseApplication.h.

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

Definition at line 339 of file BaseApplication.h.

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

Definition at line 378 of file BaseApplication.h.

Referenced by te::qt::af::BaseApplication::BaseApplication().

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

Definition at line 335 of file BaseApplication.h.

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

Definition at line 338 of file BaseApplication.h.

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

Definition at line 340 of file BaseApplication.h.

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

Definition at line 341 of file BaseApplication.h.

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

Definition at line 342 of file BaseApplication.h.

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

Definition at line 336 of file BaseApplication.h.

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

Definition at line 337 of file BaseApplication.h.

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

Definition at line 385 of file BaseApplication.h.

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

Definition at line 334 of file BaseApplication.h.

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

Definition at line 299 of file BaseApplication.h.

te::qt::widgets::HelpManagerImpl* TerraView::m_helpManager
protected

Definition at line 82 of file TerraView.h.

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

Definition at line 374 of file BaseApplication.h.

Referenced by te::qt::af::BaseApplication::BaseApplication().

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

Definition at line 300 of file BaseApplication.h.

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

Definition at line 390 of file BaseApplication.h.

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

Definition at line 324 of file BaseApplication.h.

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

Definition at line 322 of file BaseApplication.h.

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

Definition at line 323 of file BaseApplication.h.

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

Definition at line 331 of file BaseApplication.h.

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

Definition at line 312 of file BaseApplication.h.

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

Definition at line 314 of file BaseApplication.h.

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

Definition at line 327 of file BaseApplication.h.

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

Definition at line 329 of file BaseApplication.h.

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

Definition at line 325 of file BaseApplication.h.

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

Definition at line 319 of file BaseApplication.h.

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

Definition at line 377 of file BaseApplication.h.

Referenced by te::qt::af::BaseApplication::BaseApplication().

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

Definition at line 326 of file BaseApplication.h.

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

Definition at line 330 of file BaseApplication.h.

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

Definition at line 315 of file BaseApplication.h.

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

Definition at line 318 of file BaseApplication.h.

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

Definition at line 313 of file BaseApplication.h.

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

Definition at line 328 of file BaseApplication.h.

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

Definition at line 317 of file BaseApplication.h.

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

Definition at line 316 of file BaseApplication.h.

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

Definition at line 321 of file BaseApplication.h.

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

Definition at line 320 of file BaseApplication.h.

QSize te::qt::af::BaseApplication::m_mapCursorSize
protectedinherited

Definition at line 360 of file BaseApplication.h.

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

Definition at line 345 of file BaseApplication.h.

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

Definition at line 353 of file BaseApplication.h.

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

Definition at line 358 of file BaseApplication.h.

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

Definition at line 357 of file BaseApplication.h.

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

Definition at line 356 of file BaseApplication.h.

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

Definition at line 380 of file BaseApplication.h.

Referenced by te::qt::af::BaseApplication::BaseApplication().

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

Definition at line 352 of file BaseApplication.h.

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

Definition at line 349 of file BaseApplication.h.

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

Definition at line 351 of file BaseApplication.h.

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

Definition at line 354 of file BaseApplication.h.

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

Definition at line 355 of file BaseApplication.h.

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

Definition at line 343 of file BaseApplication.h.

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

Definition at line 364 of file BaseApplication.h.

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

Definition at line 359 of file BaseApplication.h.

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

Definition at line 387 of file BaseApplication.h.

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

Definition at line 344 of file BaseApplication.h.

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

Definition at line 348 of file BaseApplication.h.

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

Definition at line 350 of file BaseApplication.h.

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

Definition at line 346 of file BaseApplication.h.

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

Definition at line 347 of file BaseApplication.h.

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

Definition at line 367 of file BaseApplication.h.

Referenced by te::qt::af::BaseApplication::BaseApplication().

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

Definition at line 298 of file BaseApplication.h.

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

Definition at line 373 of file BaseApplication.h.

Referenced by te::qt::af::BaseApplication::BaseApplication().

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

Dock widget used to show progress information.

Definition at line 406 of file BaseApplication.h.

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

Definition at line 404 of file BaseApplication.h.

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

Definition at line 306 of file BaseApplication.h.

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

Definition at line 302 of file BaseApplication.h.

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

Definition at line 305 of file BaseApplication.h.

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

Definition at line 376 of file BaseApplication.h.

Referenced by te::qt::af::BaseApplication::BaseApplication().

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

Definition at line 303 of file BaseApplication.h.

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

Definition at line 304 of file BaseApplication.h.

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

Definition at line 307 of file BaseApplication.h.

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

Definition at line 375 of file BaseApplication.h.

Referenced by te::qt::af::BaseApplication::BaseApplication().

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

Definition at line 311 of file BaseApplication.h.

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

Definition at line 309 of file BaseApplication.h.

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

Definition at line 310 of file BaseApplication.h.

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

Definition at line 308 of file BaseApplication.h.

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

Definition at line 398 of file BaseApplication.h.

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

Definition at line 332 of file BaseApplication.h.

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

Definition at line 379 of file BaseApplication.h.

Referenced by te::qt::af::BaseApplication::BaseApplication().

bool te::qt::af::BaseApplication::m_restartTerraLib
protectedinherited

Definition at line 410 of file BaseApplication.h.

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

Definition at line 382 of file BaseApplication.h.

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

Definition at line 384 of file BaseApplication.h.

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

Definition at line 393 of file BaseApplication.h.

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

Definition at line 395 of file BaseApplication.h.

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

Definition at line 290 of file BaseApplication.h.

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

Definition at line 291 of file BaseApplication.h.

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

Definition at line 292 of file BaseApplication.h.

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

Definition at line 293 of file BaseApplication.h.

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

Definition at line 294 of file BaseApplication.h.

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

Definition at line 333 of file BaseApplication.h.

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

Definition at line 372 of file BaseApplication.h.

Referenced by te::qt::af::BaseApplication::BaseApplication().

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

Definition at line 297 of file BaseApplication.h.

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

Definition at line 371 of file BaseApplication.h.

Referenced by te::qt::af::BaseApplication::BaseApplication().

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

Definition at line 295 of file BaseApplication.h.

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

Definition at line 296 of file BaseApplication.h.

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

Definition at line 277 of file BaseApplication.h.

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

Definition at line 288 of file BaseApplication.h.

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

Definition at line 301 of file BaseApplication.h.

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

Qt components.

Definition at line 276 of file BaseApplication.h.

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

Definition at line 369 of file BaseApplication.h.

Referenced by te::qt::af::BaseApplication::BaseApplication().

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

Definition at line 289 of file BaseApplication.h.

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

Definition at line 278 of file BaseApplication.h.

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

Definition at line 370 of file BaseApplication.h.

Referenced by te::qt::af::BaseApplication::BaseApplication().

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

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: