GRASS Programmer's Manual
6.4.2(2012)
|
Public Member Functions | |
def | __init__ |
def | run |
def | GetDisplay |
Get display instance. |
Data Fields | |
log | |
progressbar | |
window |
Definition at line 50 of file nviz_mapdisp.py.
def gui_modules.nviz_mapdisp.NvizThread.__init__ | ( | self, | |
log, | |||
progressbar, | |||
window | |||
) |
Definition at line 51 of file nviz_mapdisp.py.
def gui_modules.nviz_mapdisp.NvizThread.GetDisplay | ( | self | ) |
Get display instance.
Definition at line 65 of file nviz_mapdisp.py.
References gui_modules.nviz_mapdisp.NvizThread._display.
def gui_modules.nviz_mapdisp.NvizThread.run | ( | self | ) |
Definition at line 62 of file nviz_mapdisp.py.
References gui_modules.nviz_mapdisp.NvizThread._display, gui_modules.mcalc_builder.MapCalcFrame.log, gui_modules.nviz_mapdisp.NvizThread.log, gui_modules.dbm.VirtualAttributeList.log, gui_modules.dbm.AttributeManager.log, gui_modules.ghelp.ExtensionTree.log, gui_modules.gdialogs.LayersList.log, gui_modules.gmodeler.ModelEvtHandler.log, and gui_modules.nviz_mapdisp.NvizThread.progressbar.
gui_modules.nviz_mapdisp.NvizThread.log |
Definition at line 54 of file nviz_mapdisp.py.
Referenced by gui_modules.toolbars.VDigitToolbar.OnSelectMap(), and gui_modules.nviz_mapdisp.NvizThread.run().
gui_modules.nviz_mapdisp.NvizThread.progressbar |
Definition at line 55 of file nviz_mapdisp.py.
Referenced by gui_modules.nviz_mapdisp.NvizThread.run().
gui_modules.nviz_mapdisp.NvizThread.window |
Definition at line 56 of file nviz_mapdisp.py.
Referenced by gui_modules.wxvdriver.DisplayDriver.OpenMap().