GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Public Member Functions | |
def | OnInit |
def | OnExit |
def | watcher |
Redraw, if new layer appears (check's timestamp of cmdfile) More... | |
Data Fields | |
cmdTimeStamp | |
Map | |
mapFrm | |
timer | |
Definition at line 46 of file mapdisp/main.py.
def main.MapApp.OnExit | ( | self | ) |
Definition at line 71 of file mapdisp/main.py.
def main.MapApp.OnInit | ( | self | ) |
Definition at line 47 of file mapdisp/main.py.
References globalvar.CheckWxVersion().
def main.MapApp.watcher | ( | self | ) |
Redraw, if new layer appears (check's timestamp of cmdfile)
Definition at line 79 of file mapdisp/main.py.
References main.MapApp.cmdTimeStamp, and gcmd.RunCommand().
main.MapApp.cmdTimeStamp |
Definition at line 51 of file mapdisp/main.py.
Referenced by main.MapApp.watcher().
main.MapApp.Map |
Definition at line 52 of file mapdisp/main.py.
Referenced by frame.MapFrame.AddNviz(), frame.MapFrame.AddToolbar(), and frame.MapFrame.GetMapWindow().
main.MapApp.mapFrm |
Definition at line 57 of file mapdisp/main.py.
main.MapApp.timer |
Definition at line 63 of file mapdisp/main.py.