GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gui_modules.toolbars.NvizToolbar Class Reference

Nviz toolbar. More...

Inheritance diagram for gui_modules.toolbars.NvizToolbar:
Collaboration diagram for gui_modules.toolbars.NvizToolbar:

Public Member Functions

def __init__
def OnShowPage
 Go to the selected page.
def OnHelp
 Show 3D view mode help.
def OnSettings
 Show nviz notebook page.
def OnExit
 Quit nviz tool (swith to 2D mode)
- Public Member Functions inherited from gui_modules.toolbars.AbstractToolbar
def __init__
def InitToolbar
 Initialize toolbar, add tools to the toolbar.
def CreateTool
 Add tool to the toolbar.
def EnableLongHelp
 Enable/disable long help.
def OnTool
 Tool selected.
def GetAction
 Get current action info.
def SelectDefault
 Select default tool.
def FixSize
 Fix toolbar width on Windows.
def Enable
 Enable defined tool.

Data Fields

 mapcontent
 lmgr
 settingsDialog
- Data Fields inherited from gui_modules.toolbars.AbstractToolbar
 parent
 action

Detailed Description

Nviz toolbar.

Definition at line 1233 of file toolbars.py.

Constructor & Destructor Documentation

def gui_modules.toolbars.NvizToolbar.__init__ (   self,
  parent,
  mapcontent 
)

Definition at line 1236 of file toolbars.py.

Member Function Documentation

def gui_modules.toolbars.NvizToolbar.OnExit (   self,
  event = None 
)

Quit nviz tool (swith to 2D mode)

Definition at line 1318 of file toolbars.py.

def gui_modules.toolbars.NvizToolbar.OnHelp (   self,
  event 
)
def gui_modules.toolbars.NvizToolbar.OnSettings (   self,
  event 
)

Show nviz notebook page.

Definition at line 1312 of file toolbars.py.

References gui_modules.menu.Menu.parent, gui_modules.gpyshell.PyShellWindow.parent, gui_modules.mapdisp_command.Command.parent, gui_modules.ogc_services.WMSDialog.parent, gui_modules.mcalc_builder.MapCalcFrame.parent, gui_modules.colorrules.ColorTable.parent, gui_modules.histogram.BufferedWindow.parent, gui_modules.dbm_dialogs.DisplayAttributesDialog.parent, gui_modules.sqlbuilder.SQLFrame.parent, gui_modules.nviz_tools.NvizToolWindow.parent, gui_modules.mapdisp_window.MapWindow.parent, gui_modules.toolbars.AbstractToolbar.parent, gui_modules.profile.ProfileFrame.parent, gui_modules.dbm.Log.parent, gui_modules.psmap.PsMapFrame.parent, gui_modules.goutput.CmdThread.parent, gui_modules.nviz_mapdisp.GLWindow.parent, gui_modules.dbm.VirtualAttributeList.parent, gui_modules.psmap_dialogs.UnitConversion.parent, gui_modules.gcpmapdisp.MapFrame.parent, gui_modules.gcpmanager.GCPWizard.parent, gui_modules.mapdisp.MapFrame.parent, gui_modules.menuform.UpdateThread.parent, gui_modules.goutput.GMConsole.parent, gui_modules.ghelp.MenuTreeWindow.parent, gui_modules.ogc_services.LayersList.parent, gui_modules.location_wizard.CoordinateSystemPage.parent, gui_modules.psmap_dialogs.Instruction.parent, gui_modules.menuform.UpdateQThread.parent, gui_modules.gcpmanager.LocationPage.parent, gui_modules.menuform.mainFrame.parent, gui_modules.location_wizard.ProjectionsPage.parent, gui_modules.gcpmanager.GroupPage.parent, gui_modules.ghelp.MenuTree.parent, gui_modules.prompt.GPrompt.parent, gui_modules.gdialogs.DecorationDialog.parent, gui_modules.dbm.AttributeManager.parent, gui_modules.gcpmanager.DispMapPage.parent, gui_modules.gmodeler.ModelFrame.parent, gui_modules.gselect.LayerSelect.parent, gui_modules.location_wizard.ProjParamsPage.parent, gui_modules.gdialogs.TextLayerDialog.parent, gui_modules.colorrules.BufferedWindow.parent, gui_modules.menuform.cmdPanel.parent, gui_modules.gcpmanager.GCP.parent, gui_modules.profile.SetRasterDialog.parent, gui_modules.ghelp.InstallExtensionWindow.parent, gui_modules.gdialogs.AddMapLayersDialog.parent, gui_modules.location_wizard.DatumPage.parent, gui_modules.profile.TextDialog.parent, gui_modules.goutput.GMStdout.parent, gui_modules.goutput.GMStderr.parent, gui_modules.psmap.PsMapBufferedWindow.parent, gui_modules.preferences.PreferencesBaseDialog.parent, gui_modules.goutput.GMStc.parent, gui_modules.location_wizard.EllipsePage.parent, gui_modules.ghelp.ExtensionTree.parent, gui_modules.gdialogs.ImportDialog.parent, gui_modules.gselect.GdalSelect.parent, gui_modules.profile.OptDialog.parent, gui_modules.ghelp.UninstallExtensionWindow.parent, gui_modules.ghelp.CheckListExtension.parent, gui_modules.location_wizard.EPSGPage.parent, gui_modules.ghelp.HelpWindow.parent, gui_modules.gdialogs.LayersList.parent, gui_modules.location_wizard.CustomPage.parent, gui_modules.gdialogs.SetOpacityDialog.parent, gui_modules.location_wizard.SummaryPage.parent, gui_modules.gmodeler.ModelCanvas.parent, gui_modules.psmap_dialogs.PsmapDialog.parent, gui_modules.gdialogs.StaticWrapText.parent, gui_modules.menuform.GUI.parent, gui_modules.gmodeler.ModelAction.parent, gui_modules.gdialogs.ImageSizeDialog.parent, gui_modules.location_wizard.LocationWizard.parent, gui_modules.gmodeler.ModelData.parent, gui_modules.gmodeler.ModelDataDialog.parent, gui_modules.location_wizard.RegionDef.parent, gui_modules.dbm.TableListCtrl.parent, gui_modules.dbm.LayerListCtrl.parent, gui_modules.dbm.LayerBook.parent, gui_modules.gcpmanager.GrSettingsDialog.parent, gui_modules.preferences.CheckListMapset.parent, gui_modules.gmodeler.ModelSearchDialog.parent, gui_modules.gmodeler.ModelRelation.parent, gui_modules.gmodeler.ModelRelationDialog.parent, gui_modules.psmap_dialogs.VectorPanel.parent, gui_modules.gmodeler.ModelParamDialog.parent, gui_modules.gmodeler.ModelListCtrl.parent, gui_modules.gmodeler.VariablePanel.parent, gui_modules.gmodeler.ModelItem.parent, gui_modules.gmodeler.ModelItemDialog.parent, gui_modules.gmodeler.ItemPanel.parent, gui_modules.gmodeler.ItemCheckListCtrl.parent, gui_modules.toolbars.VDigitToolbar.settingsDialog, and gui_modules.toolbars.NvizToolbar.settingsDialog.

def gui_modules.toolbars.NvizToolbar.OnShowPage (   self,
  event 
)

Field Documentation

gui_modules.toolbars.NvizToolbar.mapcontent

Definition at line 1237 of file toolbars.py.

gui_modules.toolbars.NvizToolbar.settingsDialog

Definition at line 1243 of file toolbars.py.

Referenced by gui_modules.toolbars.NvizToolbar.OnSettings().


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