|
@@ -24,17 +24,19 @@ vector digitizer or georectification tool are also available.
|
|
|
- \ref background
|
|
|
- \ref classes
|
|
|
- \ref core
|
|
|
+ - \ref gui_core
|
|
|
- \ref lmgr
|
|
|
- \ref mapdisp
|
|
|
- \ref wscreen
|
|
|
- - \ref atm
|
|
|
- - \ref georect
|
|
|
+ - \ref dbm
|
|
|
+ - \ref gpc
|
|
|
- \ref gmodeler
|
|
|
- \ref vdigit
|
|
|
- \ref wxnviz
|
|
|
+ - \ref psmap
|
|
|
- \ref locWizard
|
|
|
- - \ref mcalc
|
|
|
- - \ref misc
|
|
|
+ - \ref plot
|
|
|
+ - \ref other
|
|
|
- \ref devel
|
|
|
- \ref seeAlso
|
|
|
- \ref refs
|
|
@@ -52,327 +54,412 @@ available in GRASS 5 and GRASS 6.
|
|
|
|
|
|
\subsection core Core modules
|
|
|
|
|
|
-- gui_modules/debug.py
|
|
|
- - gui_modules::debug::DebugMsg
|
|
|
-
|
|
|
-- gui_modules/gcmd.py
|
|
|
- - gui_modules::gcmd::GError
|
|
|
- - gui_modules::gcmd::GWarning
|
|
|
- - gui_modules::gcmd::GMessage
|
|
|
- - gui_modules::gcmd::GException
|
|
|
- - gui_modules::gcmd::Popen
|
|
|
- - gui_modules::gcmd::Command
|
|
|
- - gui_modules::gcmd::CommandThread
|
|
|
-
|
|
|
-- gui_modules/globalvar.py
|
|
|
-
|
|
|
-- gui_modules/gselect.py
|
|
|
- - gui_modules::gselect::Select
|
|
|
- - gui_modules::gselect::VectorSelect
|
|
|
- - gui_modules::gselect::TreeCtrlComboPopup
|
|
|
- - gui_modules::gselect::VectorDBInfo
|
|
|
- - gui_modules::gselect::LayerSelect
|
|
|
- - gui_modules::gselect::LayerNameSelect
|
|
|
- - gui_modules::gselect::DriverSelect
|
|
|
- - gui_modules::gselect::DatabaseSelect
|
|
|
- - gui_modules::gselect::TableSelect
|
|
|
- - gui_modules::gselect::ColumnSelect
|
|
|
- - gui_modules::gselect::LocationSelect
|
|
|
- - gui_modules::gselect::MapsetSelect
|
|
|
- - gui_modules::gselect::SubGroupSelect
|
|
|
- - gui_modules::gselect::FormatSelect
|
|
|
- - gui_modules::gselect::GdalSelect
|
|
|
-
|
|
|
-- gui_modules/menuform.py
|
|
|
- - gui_modules::menuform::UpdateThread
|
|
|
- - gui_modules::menuform::UpdateQThread
|
|
|
- - gui_modules::menuform::grassTask
|
|
|
- - gui_modules::menuform::processTask
|
|
|
- - gui_modules::menuform::mainFrame
|
|
|
- - gui_modules::menuform::cmdPanel
|
|
|
- - gui_modules::menuform::GrassGUIApp
|
|
|
- - gui_modules::menuform::GUI
|
|
|
- - gui_modules::menuform::FloatValidator
|
|
|
-
|
|
|
-- gui_modules/units.py
|
|
|
- - gui_modules::units::BaseUnits
|
|
|
-
|
|
|
-- gui_modules/utils.py
|
|
|
+- core::debug
|
|
|
+ - debug::DebugMsg
|
|
|
+- core::globalvar
|
|
|
+- core::gcmd
|
|
|
+ - gcmd::GError
|
|
|
+ - gcmd::GWarning
|
|
|
+ - gcmd::GMessage
|
|
|
+ - gcmd::GException
|
|
|
+ - gcmd::Popen
|
|
|
+ - gcmd::Command
|
|
|
+ - gcmd::CommandThread
|
|
|
+- core::menudata
|
|
|
+ - menudata::MenuData
|
|
|
+- core::render
|
|
|
+ - render::Layer
|
|
|
+ - render::Layer
|
|
|
+ - render::MapLayer
|
|
|
+ - render::Overlay
|
|
|
+ - render::Map
|
|
|
+- core::settings
|
|
|
+ - settings::Settings
|
|
|
+- core::units
|
|
|
+ - units::BaseUnits
|
|
|
+- core::utils
|
|
|
+- core::workspace
|
|
|
+ - workspace::ProcessWorkspaceFile
|
|
|
+ - workspace::WriteWorkspaceFile
|
|
|
+ - workspace::ProcessGrcFile
|
|
|
+
|
|
|
+\subsection gui_core GUI core modules
|
|
|
+
|
|
|
+- gui_core::dialogs
|
|
|
+ - dialogs::ElementDialog
|
|
|
+ - dialogs::LocationDialog
|
|
|
+ - dialogs::MapsetDialog
|
|
|
+ - dialogs::NewVectorDialog
|
|
|
+ - dialogs::SavedRegion
|
|
|
+ - dialogs::DecorationDialog
|
|
|
+ - dialogs::TextLayerDialog
|
|
|
+ - dialogs::GroupDialog
|
|
|
+ - dialogs::MapLayersDialog
|
|
|
+ - dialogs::ImportDialog
|
|
|
+ - dialogs::GdalImportDialog
|
|
|
+ - dialogs::GdalOutputDialog
|
|
|
+ - dialogs::DxfImportDialog
|
|
|
+ - dialogs::LayersList (used by MultiImport)
|
|
|
+ - dialogs::SetOpacityDialog
|
|
|
+ - dialogs::StaticWrapText
|
|
|
+ - dialogs::ImageSizeDialog
|
|
|
+ - dialogs::SqlQueryFrame
|
|
|
+- gui_core::forms
|
|
|
+ - forms::TaskFrame
|
|
|
+ - forms::CmdPanel
|
|
|
+ - forms::GrassGUIApp
|
|
|
+- gui_core::ghelp
|
|
|
+ - ghelp::SearchModuleWindow
|
|
|
+ - ghelp::MenuTreeWindow
|
|
|
+ - ghelp::MenuTree
|
|
|
+ - ghelp::AboutWindow
|
|
|
+ - ghelp::HelpFrame
|
|
|
+ - ghelp::HelpWindow
|
|
|
+ - ghelp::HelpPanel
|
|
|
+- gui_core::goutput
|
|
|
+ - goutput::CmdThread
|
|
|
+ - goutput::GMConsole
|
|
|
+ - goutput::GMStc
|
|
|
+ - goutput::GMStdout
|
|
|
+ - goutput::GMStderr
|
|
|
+- gui_core::gselect
|
|
|
+ - gselect::Select
|
|
|
+ - gselect::VectorSelect
|
|
|
+ - gselect::TreeCrtlComboPopup
|
|
|
+ - gselect::VectorDBInfo
|
|
|
+ - gselect::LayerSelect
|
|
|
+ - gselect::DriverSelect
|
|
|
+ - gselect::DatabaseSelect
|
|
|
+ - gselect::ColumnSelect
|
|
|
+ - gselect::DbaseSelect
|
|
|
+ - gselect::LocationSelect
|
|
|
+ - gselect::MapsetSelect
|
|
|
+ - gselect::SubGroupSelect
|
|
|
+ - gselect::FormatSelect
|
|
|
+ - gselect::GdalSelect
|
|
|
+ - gselect::ProjSelect
|
|
|
+ - gselect::ElementSelect
|
|
|
+ - gselect::OgrTypeSelect
|
|
|
+- gui_core::mapdisp
|
|
|
+ - mapdisp::MapFrameBase
|
|
|
+- gui_core::mapwindow
|
|
|
+ - mapwindow::MapWindow
|
|
|
+- gui_core::menu
|
|
|
+ - menu::Menu
|
|
|
+- gui_core::preferences
|
|
|
+ - preferences::PreferencesBaseDialog
|
|
|
+ - preferences::PreferencesDialog
|
|
|
+ - preferences::DefaultFontDialog
|
|
|
+ - preferences::MapsetAccess
|
|
|
+- gui_core::prompt
|
|
|
+ - prompt::PromptListCtrl
|
|
|
+ - prompt::TextCtrlAutoComplete
|
|
|
+ - prompt::GPrompt
|
|
|
+ - prompt::GPromptPopUp
|
|
|
+ - prompt::GPromptSTC
|
|
|
+- gui_core::toolbars
|
|
|
+ - toolbars::BaseToolbar
|
|
|
+- gui_core::widgets
|
|
|
+ - widgets::ScrolledPanel
|
|
|
+ - widgets::NTCValidator
|
|
|
+ - widgets::NumTextCtrl
|
|
|
+ - widgets::FloatSlider
|
|
|
+ - widgets::SymbolButton
|
|
|
+ - widgets::StaticWrapText
|
|
|
+ - widgets::FloatValidator
|
|
|
+ - widgets::ItemTree
|
|
|
|
|
|
\subsection lmgr Layer Manager
|
|
|
|
|
|
-- wxgui.py
|
|
|
+- wxgui
|
|
|
- wxgui::GMFrame
|
|
|
- wxgui::GMApp
|
|
|
-
|
|
|
-- gui_modules/layertree.py
|
|
|
- - gui_modules::layertree::LayerTree
|
|
|
-
|
|
|
-- gui_modules/goutput.py
|
|
|
- - gui_modules::goutput::CmdThread
|
|
|
- - gui_modules::goutput::GMConsole
|
|
|
- - gui_modules::goutput::GMStdout
|
|
|
- - gui_modules::goutput::GMStderr
|
|
|
- - gui_modules::goutput::GMStc
|
|
|
-
|
|
|
-- gui_modules/ghelp.py
|
|
|
- - gui_modules::ghelp::HelpFrame
|
|
|
- - gui_modules::ghelp::SearchModuleWindow
|
|
|
- - gui_modules::ghelp::MenuTreeWindow
|
|
|
- - gui_modules::ghelp::ItemTree
|
|
|
- - gui_modules::ghelp::MenuTree
|
|
|
- - gui_modules::ghelp::AboutWindow
|
|
|
- - gui_modules::ghelp::InstallExtensionWindow
|
|
|
- - gui_modules::ghelp::ExtensionTree
|
|
|
- - gui_modules::ghelp::HelpWindow
|
|
|
- - gui_modules::ghelp::HelpPanel
|
|
|
-
|
|
|
-- gui_modules/menudata.py
|
|
|
- - gui_modules::menudata::MenuData
|
|
|
- - gui_modules::menudata::ManagerData
|
|
|
- - gui_modules::menudata::ModelerData
|
|
|
-
|
|
|
-- gui_modules/menu.py
|
|
|
- - gui_modules::menu::Menu
|
|
|
-
|
|
|
-- gui_modules/preferences.py
|
|
|
- - gui_modules::preferences::Settings
|
|
|
- - gui_modules::preferences::PreferencesBaseDialog
|
|
|
- - gui_modules::preferences::PreferencesDialog
|
|
|
- - gui_modules::preferences::DefaultFontDialog
|
|
|
- - gui_modules::preferences::MapsetAccess
|
|
|
- - gui_modules::preferences::CheckListMapset
|
|
|
-
|
|
|
-- gui_modules/prompt.py
|
|
|
- - gui_modules::prompt::PromptListCtrl
|
|
|
- - gui_modules::prompt::TextCtrlAutoComplete
|
|
|
- - gui_modules::prompt::GPrompt
|
|
|
- - gui_modules::prompt::GPromptPopUp
|
|
|
- - gui_modules::prompt::GPromptSTC
|
|
|
+ - wxgui::Usage
|
|
|
+- lmgr::layertree
|
|
|
+ - lmgr::LayerTree
|
|
|
+- lmgr::menudata
|
|
|
+ - menudata::MenuData
|
|
|
+- lmgr::pyshell
|
|
|
+ - pyshell::PyShellWindow
|
|
|
+- lmgr::toolbars
|
|
|
+ - toolbars::LMWorkspaceToolbar
|
|
|
+ - toolbars::LMDataToolbar
|
|
|
+ - toolbars::LMToolsToolbar
|
|
|
+ - toolbars::LMMiscToolbar
|
|
|
+ - toolbars::LMVectorToolbar
|
|
|
+ - toolbars::LMNvizToolbar
|
|
|
|
|
|
\subsection mapdisp Map Display Window
|
|
|
|
|
|
-- gui_modules/disp_print.py
|
|
|
- - gui_modules::disp_print::MapPrint
|
|
|
- - gui_modules::disp_print::PrintOptions
|
|
|
-
|
|
|
-- gui_modules/mapdisp_command.py
|
|
|
- - gui_modules::mapdisp_command::Command
|
|
|
-
|
|
|
-- gui_modules/mapdisp.py
|
|
|
- - gui_modules::mapdisp::MapFrameBase
|
|
|
- - gui_modules::mapdisp::MapFrame
|
|
|
- - gui_modules::mapdisp::MapApp
|
|
|
-
|
|
|
-- gui_modules/mapdisp_window.py
|
|
|
- - gui_modules::mapdisp_window::MapWindow
|
|
|
- - gui_modules::mapdisp_window::BufferedWindow
|
|
|
-
|
|
|
-- gui_modules/render.py
|
|
|
- - gui_modules::render::Layer
|
|
|
- - gui_modules::render::MapLayer
|
|
|
- - gui_modules::render::Overlay
|
|
|
- - gui_modules::render::Map
|
|
|
-
|
|
|
-- gui_modules/toolbars.py
|
|
|
- - gui_modules::toolbars::AbstractToolbar
|
|
|
- - gui_modules::toolbars::MapToolbar
|
|
|
- - gui_modules::toolbars::GCPManToolbar
|
|
|
- - gui_modules::toolbars::GCPDisplayToolbar
|
|
|
- - gui_modules::toolbars::VDigitToolbar
|
|
|
- - gui_modules::toolbars::ProfileToolbar
|
|
|
- - gui_modules::toolbars::LMNvizToolbar
|
|
|
- - gui_modules::toolbars::ModelToolbar
|
|
|
- - gui_modules::toolbars::HistogramToolbar
|
|
|
- - gui_modules::toolbars::Histogram2Toolbar
|
|
|
- - gui_modules::toolbars::ScatterplotToolbar
|
|
|
- - gui_modules::toolbars::LMWorkspaceToolbar
|
|
|
- - gui_modules::toolbars::LMDataToolbar
|
|
|
- - gui_modules::toolbars::LMToolsToolbar
|
|
|
- - gui_modules::toolbars::LMMiscToolbar
|
|
|
- - gui_modules::toolbars::LMVectorToolbar
|
|
|
- - gui_modules::toolbars::PsMapToolbar
|
|
|
+- mapdisp::frame
|
|
|
+ - mapdisp::MapFrame
|
|
|
+ - mapdisp::MapApp
|
|
|
+- mapdisp::gprint
|
|
|
+ - gprint::MapPrint
|
|
|
+ - gprint::PrintOptions
|
|
|
+- mapdisp::mapwindow
|
|
|
+ - mapwindow::BufferedWindow
|
|
|
+- mapdisp::statusbar
|
|
|
+ - statusbar::SbException
|
|
|
+ - statusbar::SbManager
|
|
|
+ - statusbar::SbItem
|
|
|
+ - statusbar::SbRender
|
|
|
+ - statusbar::SbShowRegion
|
|
|
+ - statusbar::SbAlignExtent
|
|
|
+ - statusbar::SbResolution
|
|
|
+ - statusbar::SbMapScale
|
|
|
+ - statusbar::SbGoTo
|
|
|
+ - statusbar::SbProjection
|
|
|
+ - statusbar::SbMask
|
|
|
+ - statusbar::SbTextItem
|
|
|
+ - statusbar::SbDisplayGeometry
|
|
|
+ - statusbar::SbCoordinates
|
|
|
+ - statusbar::SbRegionExtent
|
|
|
+ - statusbar::SbCompRegionExtent
|
|
|
+ - statusbar::SbProgress
|
|
|
+- mapdisp::toolbars
|
|
|
+ - toolbars::MapToolbar
|
|
|
|
|
|
\subsection wscreen Welcome screen
|
|
|
|
|
|
-- gis_set_error.py
|
|
|
-- gis_set.py
|
|
|
+- gis_set_error
|
|
|
+- gis_set
|
|
|
- gis_set::GRASSStartup
|
|
|
- gis_set::StartUp
|
|
|
- gis_set::GListBox
|
|
|
|
|
|
-\subsection atm Attribute Table Manager
|
|
|
-
|
|
|
-- gui_modules/dbm_base.py
|
|
|
- - gui_modules::dbm_base::VectorDBInfo
|
|
|
-
|
|
|
-- gui_modules/dbm_dialogs.py
|
|
|
- - gui_modules::dbm_dialogs::DisplayAttributesDialog
|
|
|
- - gui_modules::dbm_dialogs::ModifyTableRecord
|
|
|
-
|
|
|
-- gui_modules/dbm.py
|
|
|
- - gui_modules::dbm::Log
|
|
|
- - gui_modules::dbm::VirtualAttributeList
|
|
|
- - gui_modules::dbm::AttributeManager
|
|
|
- - gui_modules::dbm::TableListCtrl
|
|
|
- - gui_modules::dbm::LayerListCtrl
|
|
|
- - gui_modules::dbm::LayerBook
|
|
|
-
|
|
|
-- gui_modules/sqlbuilder.py
|
|
|
- - gui_modules::sqlbuilder::SQLFrame
|
|
|
-
|
|
|
-\subsection georect Georectifier
|
|
|
-
|
|
|
-- gui_modules/gcpmanager.py
|
|
|
- - gui_modules::gcpmanager::GCPWizard
|
|
|
- - gui_modules::gcpmanager::LocationPage
|
|
|
- - gui_modules::gcpmanager::GroupPage
|
|
|
- - gui_modules::gcpmanager::DispMapPage
|
|
|
- - gui_modules::gcpmanager::GCP
|
|
|
- - gui_modules::gcpmanager::GCPList
|
|
|
- - gui_modules::gcpmanager::VectGroup
|
|
|
- - gui_modules::gcpmanager::EditGCP
|
|
|
- - gui_modules::gcpmanager::GrSettingsDialog
|
|
|
-
|
|
|
-- gui_modules/gcpmapdisp.py
|
|
|
- - gui_modules::gcpmapdisp::MapFrame
|
|
|
+\subsection dbm Database Manager
|
|
|
+
|
|
|
+- dbm::dialogs
|
|
|
+ - dialogs::DisplayAttributesDialog
|
|
|
+ - dialogs::ModifyTableRecord
|
|
|
+- dbm::manager
|
|
|
+ - manager::Log
|
|
|
+ - manager::VirtualAttributeList
|
|
|
+ - manager::AttributeManager
|
|
|
+ - manager::TableListCtrl
|
|
|
+ - manager::LayerListCtrl
|
|
|
+ - manager::LayerBook
|
|
|
+- dbm::sqlbuilder
|
|
|
+ - sqlbuilder::SQLFrame
|
|
|
+- dbm::vinfo
|
|
|
+ - vinfo::VectorDBInfo
|
|
|
+
|
|
|
+\subsection gpc Georectifier
|
|
|
+
|
|
|
+- gcp::manager
|
|
|
+ - manager::GCPWizard
|
|
|
+ - manager::LocationPage
|
|
|
+ - manager::GroupPage
|
|
|
+ - manager::DispMapPage
|
|
|
+ - manager::GCP
|
|
|
+ - manager::GCPList
|
|
|
+ - manager::VectGroup
|
|
|
+ - manager::EditGCP
|
|
|
+ - manager::GrSettingsDialog
|
|
|
+- gcp::mapdisplay
|
|
|
+- mapdisplay::MapFrame
|
|
|
+- gcp::toolbars
|
|
|
+ - toolbars::GCPMapToolbar
|
|
|
+ - toolbars::GCPDisplayToolbar
|
|
|
|
|
|
\subsection gmodeler Graphical Modeler
|
|
|
|
|
|
-- gui_modules/gmodeler.py
|
|
|
- - gui_modules::gmodeler::Model
|
|
|
- - gui_modules::gmodeler::ModelFrame
|
|
|
- - gui_modules::gmodeler::ModelCanvas
|
|
|
- - gui_modules::gmodeler::ModelObject
|
|
|
- - gui_modules::gmodeler::ModelAction
|
|
|
- - gui_modules::gmodeler::ModelData
|
|
|
- - gui_modules::gmodeler::ModelDataDialog
|
|
|
- - gui_modules::gmodeler::ModelEvtHandler
|
|
|
- - gui_modules::gmodeler::ModelSearchDialog
|
|
|
- - gui_modules::gmodeler::ModelRelation
|
|
|
- - gui_modules::gmodeler::ProcessModelFile
|
|
|
- - gui_modules::gmodeler::WriteModelFile
|
|
|
- - gui_modules::gmodeler::PreferencesDialog
|
|
|
- - gui_modules::gmodeler::PropertiesDialog
|
|
|
- - gui_modules::gmodeler::ModelParamDialog
|
|
|
- - gui_modules::gmodeler::ModelListCtrl
|
|
|
- - gui_modules::gmodeler::VariablePanel
|
|
|
- - gui_modules::gmodeler::VariableListCtrl
|
|
|
- - gui_modules::gmodeler::ModelItem
|
|
|
- - gui_modules::gmodeler::ModelItemDialog
|
|
|
- - gui_modules::gmodeler::ModelLoop
|
|
|
- - gui_modules::gmodeler::ModelLoopDialog
|
|
|
- - gui_modules::gmodeler::ItemPanel
|
|
|
- - gui_modules::gmodeler::ItemListCtrl
|
|
|
- - gui_modules::gmodeler::ItemCheckListCtrl
|
|
|
- - gui_modules::gmodeler::ModelCondition
|
|
|
- - gui_modules::gmodeler::ModelConditionDialog
|
|
|
- - gui_modules::gmodeler::WritePythonFile
|
|
|
+- gmodeler::dialogs
|
|
|
+ - dialogs::ModelDataDialog
|
|
|
+ - dialogs::ModelSearchDialog
|
|
|
+ - dialogs::ModelRelationDialog
|
|
|
+ - dialogs::ModelParamDialog
|
|
|
+ - dialogs::ModelItemDialog
|
|
|
+ - dialogs::ModelLoopDialog
|
|
|
+ - dialogs::ModelConditionDialog
|
|
|
+- gmodeler::frame
|
|
|
+ - frame::ModelToolbar
|
|
|
+ - frame::ModelFrame
|
|
|
+ - frame::ModelCanvas
|
|
|
+ - frame::ModelEvtHandler
|
|
|
+ - frame::ModelListCtrl
|
|
|
+ - frame::VariablePanel
|
|
|
+ - frame::ValiableListCtrl
|
|
|
+ - frame::ItemPanel
|
|
|
+ - frame::ItemListCtrl
|
|
|
+ - frame::ItemCheckListCtrl
|
|
|
+- gmodeler::menudata
|
|
|
+ - menudata::ModelerData
|
|
|
+- gmodeler::model_file
|
|
|
+ - model_file::ProcessModelFile
|
|
|
+ - model_file::WriteModelFile
|
|
|
+ - model_file::WritePythonFile
|
|
|
+- gmodeler::model
|
|
|
+ - model::Model
|
|
|
+ - model::ModelObject
|
|
|
+ - model::ModelAction
|
|
|
+ - model::ModelData
|
|
|
+ - model::ModelRelation
|
|
|
+ - model::ModelItem
|
|
|
+ - model::ModelLoop
|
|
|
+ - model::ModelCondition
|
|
|
+- gmodeler::preferences
|
|
|
+ - preferences::PreferencesDialog
|
|
|
+ - preferences::PropertiesDialog
|
|
|
|
|
|
\subsection vdigit Vector digitizer
|
|
|
|
|
|
-- gui_modules/vdigit.py
|
|
|
- - gui_modules::vdigit::VDigit
|
|
|
- - gui_modules::vdigit::VDigitSettingsDialog
|
|
|
- - gui_modules::vdigit::VDigitCategoryDialog
|
|
|
- - gui_modules::vdigit::CategoryListCtrl
|
|
|
- - gui_modules::vdigit::VDigitZBulkDialog
|
|
|
- - gui_modules::vdigit::VDigitDuplicatesDialog
|
|
|
- - gui_modules::vdigit::CheckListFeature
|
|
|
-
|
|
|
-- gui_modules/wxvdriver.py
|
|
|
- - gui_modules::wxvdriver::DisplayDriver
|
|
|
-
|
|
|
-- gui_modules/wxvdigit.py
|
|
|
- - gui_modules::wxvdigit::VDigitError
|
|
|
- - gui_modules::wxvdigit::IVDigit
|
|
|
+- vdigit::dialogs
|
|
|
+ - dialogs::VDigitCategoryDialog
|
|
|
+ - dialogs::CategoryListCtrl
|
|
|
+ - dialogs::VDigitZBulkDialog
|
|
|
+ - dialogs::VDigitDuplicatesDialog
|
|
|
+ - dialogs::CheckListFeature
|
|
|
+- vdigit::main
|
|
|
+ - main::VDigit
|
|
|
+- vdigit::mapwindow
|
|
|
+ - mapwindow::VDigitWindow
|
|
|
+- vdigit::preferences
|
|
|
+ - preferences::VDigitSettingsDialog
|
|
|
+- vdigit::toolbars
|
|
|
+ - toolbars::VDigitToolbar
|
|
|
+- vdigit::wxvdigit
|
|
|
+ - wxdigit::VDigitError
|
|
|
+ - wxdigit::IVDigit
|
|
|
+- vdigit::wxdisplay
|
|
|
+ - wxdisplay::DisplayDriver
|
|
|
|
|
|
\subsection wxnviz 3D view mode (wxNviz)
|
|
|
|
|
|
-- gui_modules/nviz_mapdisp.py
|
|
|
- - gui_modules::nviz_mapdisp::NvizThread
|
|
|
- - gui_modules::nviz_mapdisp::GLWindow
|
|
|
-
|
|
|
-- gui_modules/nviz_preferences.py
|
|
|
- - gui_modules::nviz_preferences::NvizPreferencesDialog
|
|
|
-
|
|
|
-- gui_modules/nviz.py
|
|
|
-
|
|
|
-- gui_modules/nviz_tools.py
|
|
|
- - gui_modules::nviz_tools::NvizToolWindow
|
|
|
- - gui_modules::nviz_tools::PositionWindow
|
|
|
- - gui_modules::nviz_tools::ViewPositionWindow
|
|
|
- - gui_modules::nviz_tools::LightPositionWindow
|
|
|
-
|
|
|
-- gui_modules/wxnviz.py
|
|
|
- - gui_modules::wxnviz::Nviz
|
|
|
+- nviz::animation
|
|
|
+ - animation::Animation
|
|
|
+- nviz::main
|
|
|
+- nviz::mapwindow
|
|
|
+ - mapwindow::NvizThread
|
|
|
+ - mapwindow::GLWindow
|
|
|
+- nviz::preferences
|
|
|
+ - preferences::NvizPreferencesDialog
|
|
|
+- nviz::tools
|
|
|
+ - tools::NvizToolWindow
|
|
|
+ - tools::PositionWindow
|
|
|
+ - tools::ViewPositionWindow
|
|
|
+ - tools::LightPositionWindow
|
|
|
+- nviz::workspace
|
|
|
+ - workspace::NvizSettings
|
|
|
+- nviz::wxnviz
|
|
|
+ - wxnviz::Nviz
|
|
|
+ - wxnviz::Texture
|
|
|
+ - wxnviz::ImageTexture
|
|
|
+ - wxnviz::TextTexture
|
|
|
+
|
|
|
+\subsection psmap Cartograpic Composer
|
|
|
+
|
|
|
+- psmap::dialogs
|
|
|
+ - dialogs::UnitConversion
|
|
|
+ - dialogs::TCValidator
|
|
|
+ - dialogs::PenStyleComboBox
|
|
|
+ - dialogs::CheckListCtrl
|
|
|
+ - dialogs::Instruction
|
|
|
+ - dialogs::InstructionObject
|
|
|
+ - dialogs::InitMap
|
|
|
+ - dialogs::MapFrame
|
|
|
+ - dialogs::PageSetup
|
|
|
+ - dialogs::Mapinfo
|
|
|
+ - dialogs::Text
|
|
|
+ - dialogs::Image
|
|
|
+ - dialogs::NorthArrow
|
|
|
+ - dialogs::Scalebar
|
|
|
+ - dialogs::RasterLegend
|
|
|
+ - dialogs::VectorLegend
|
|
|
+ - dialogs::Raster
|
|
|
+ - dialogs::Vector
|
|
|
+ - dialogs::VProperties
|
|
|
+ - dialogs::PsmapDialog
|
|
|
+ - dialogs::PageSetupDialog
|
|
|
+ - dialogs::MapDialog
|
|
|
+ - dialogs::MapFramePanel
|
|
|
+ - dialogs::RasterPanel
|
|
|
+ - dialogs::VectorPanel
|
|
|
+ - dialogs::RasterDialog
|
|
|
+ - dialogs::MainVectorDialog
|
|
|
+ - dialogs::VPropertiesDialog
|
|
|
+ - dialogs::LegendDialog
|
|
|
+ - dialogs::MapinfoDialog
|
|
|
+ - dialogs::ScalebarDialog
|
|
|
+ - dialogs::TextDialog
|
|
|
+ - dialogs::ImageDialog
|
|
|
+ - dialogs::NorthArrowDialog
|
|
|
+- psmap::frame
|
|
|
+ - frame::PsMapFrame
|
|
|
+ - frame::PsMapBufferedWindow
|
|
|
+- psmap::menudata
|
|
|
+ - menudata::PsMapData
|
|
|
+- psmap::toolbars
|
|
|
+ - toolbars::PsMapToolbar
|
|
|
|
|
|
\subsection locWizard Location Wizard
|
|
|
|
|
|
-- gui_modules/location_wizard.py
|
|
|
- - gui_modules::location_wizard::BaseClass
|
|
|
- - gui_modules::location_wizard::TitledPage
|
|
|
- - gui_modules::location_wizard::DatabasePage
|
|
|
- - gui_modules::location_wizard::CoordinateSystemPage
|
|
|
- - gui_modules::location_wizard::ProjectionsPage
|
|
|
- - gui_modules::location_wizard::ItemList
|
|
|
- - gui_modules::location_wizard::ProjParamsPage
|
|
|
- - gui_modules::location_wizard::DatumPage
|
|
|
- - gui_modules::location_wizard::EllipsePage
|
|
|
- - gui_modules::location_wizard::GeoreferencedFilePage
|
|
|
- - gui_modules::location_wizard::WKTPage
|
|
|
- - gui_modules::location_wizard::EPSGPage
|
|
|
- - gui_modules::location_wizard::CustomPage
|
|
|
- - gui_modules::location_wizard::SummaryPage
|
|
|
- - gui_modules::location_wizard::LocationWizard
|
|
|
- - gui_modules::location_wizard::RegionDef
|
|
|
- - gui_modules::location_wizard::TransList
|
|
|
- - gui_modules::location_wizard::SelectTransformDialog
|
|
|
-
|
|
|
-\subsection mcalc Map Calculator
|
|
|
-
|
|
|
-- gui_modules/mcalc_builder.py
|
|
|
- - gui_modules::mcalc_builder::MapCalcFrame
|
|
|
-
|
|
|
-\subsection misc Miscellaneous
|
|
|
-
|
|
|
-- gui_modules/colorrules.py
|
|
|
- - gui_modules::colorrules::ColorTable
|
|
|
- - gui_modules::colorrules::BufferedWindow
|
|
|
-
|
|
|
-- gui_modules/gdialogs.py
|
|
|
- - gui_modules::gdialogs::ElementDialog
|
|
|
- - gui_modules::gdialogs::LocationDialog
|
|
|
- - gui_modules::gdialogs::MapsetDialog
|
|
|
- - gui_modules::gdialogs::NewVectorDialog
|
|
|
- - gui_modules::gdialogs::SavedRegion
|
|
|
- - gui_modules::gdialogs::DecorationDialog
|
|
|
- - gui_modules::gdialogs::TextLayerDialog
|
|
|
- - gui_modules::gdialogs::LoadMapLayersDialog
|
|
|
- - gui_modules::gdialogs::ImportDialog
|
|
|
- - gui_modules::gdialogs::GdalImportDialog
|
|
|
- - gui_modules::gdialogs::DxfImportDialog
|
|
|
- - gui_modules::gdialogs::LayersList
|
|
|
- - gui_modules::gdialogs::SetOpacityDialog
|
|
|
- - gui_modules::gdialogs::StaticWrapText
|
|
|
- - gui_modules::gdialogs::ImageSizeDialog
|
|
|
-
|
|
|
-- gui_modules/histogram.py
|
|
|
- - gui_modules::histogram::BufferedWindow
|
|
|
- - gui_modules::histogram::HistFrame
|
|
|
-
|
|
|
-- gui_modules/ogc_services.py
|
|
|
- - gui_modules::ogc_services::WMSDialog
|
|
|
- - gui_modules::ogc_services::LayersList
|
|
|
-
|
|
|
-- gui_modules/profile.py
|
|
|
- - gui_modules::profile::ProfileFrame
|
|
|
- - gui_modules::profile::SetRasterDialog
|
|
|
- - gui_modules::profile::TextDialog
|
|
|
- - gui_modules::profile::OptDialog
|
|
|
-
|
|
|
-- gui_modules/vclean.py
|
|
|
- - gui_modules::vclean::VectorCleaningFrame
|
|
|
+- location_wizard::base
|
|
|
+ - location_wizard::BaseClass
|
|
|
+- location_wizard::dialogs
|
|
|
+ - dialogs::RegionDef
|
|
|
+ - dialogs::TransList
|
|
|
+ - dialogs::SelectTransformDialog
|
|
|
+- location_wizard::wizard
|
|
|
+ - wizard::TitledPage
|
|
|
+ - wizard::DatabasePage
|
|
|
+ - wizard::CoordinateSystemPage
|
|
|
+ - wizard::ProjectionsPage
|
|
|
+ - wizard::ItemList
|
|
|
+ - wizard::ProjParamsPage
|
|
|
+ - wizard::DatumPage
|
|
|
+ - wizard::EllipsePage
|
|
|
+ - wizard::GeoreferencedFilePage
|
|
|
+ - wizard::EPSGPage
|
|
|
+ - wizard::CustomPage
|
|
|
+ - wizard::SummaryPage
|
|
|
+ - wizard::LocationWizard
|
|
|
+
|
|
|
+\subsection plot Plotting modules
|
|
|
+
|
|
|
+- wxplot::base
|
|
|
+ - base::BasePlotFrame
|
|
|
+- wxplot::dialogs
|
|
|
+ - dialogs::ProfileRasterDialog
|
|
|
+ - dialogs::ScatterRasterDialog
|
|
|
+ - dialogs::PlotStatsFrame
|
|
|
+ - dialogs::HistRasterDialog
|
|
|
+ - dialogs::TextDialog
|
|
|
+ - dialogs::OptDialog
|
|
|
+- wxplot::histogram
|
|
|
+ - histogram::Histogram2Frame
|
|
|
+ - histogram::Histogram2Toolbar
|
|
|
+- wxplot::profile
|
|
|
+ - profile::ProfileFrame
|
|
|
+ - profile::ProfileToolbar
|
|
|
+- wxplot::scatter
|
|
|
+ - scatter::ScatterFrame
|
|
|
+ - scatter::ScatterToolbar
|
|
|
+
|
|
|
+\subsection other Other GUI modules
|
|
|
+
|
|
|
+- modules::colorrules
|
|
|
+ - colorrules::RulesPanel
|
|
|
+ - colorrules::ColorTable
|
|
|
+ - colorrules::RasterColorTable
|
|
|
+ - colorrules::VectorColorTable
|
|
|
+ - colorrules::ThematicVectorTable
|
|
|
+ - colorrules::BufferedWindow
|
|
|
+- modules::extensions
|
|
|
+ - extensions::InstallExtensionWindow
|
|
|
+ - extensions::ExtensionTree
|
|
|
+- modules::histogram
|
|
|
+ - histogram::BufferedWindow
|
|
|
+ - histogram::HistogramFrame
|
|
|
+ - histogram::HistogramToolbar
|
|
|
+- modules::mcalc_builder
|
|
|
+ - mcalc_builder::MapCalcFrame
|
|
|
+- modules::ogc_services
|
|
|
+ - ogc_services::WMSDialog
|
|
|
+ - ogc_services::LayersList
|
|
|
+- modules::vclean
|
|
|
+ - vclean::VectorCleaningFrame
|
|
|
|
|
|
\section devel Further Development
|
|
|
|