GRASS Programmer's Manual
6.4.4(2014)-r
|
Styled Python output (see gmodeler::frame::PythonPanel for usage) More...
Public Member Functions | |
def | __init__ |
def | OnKeyPressed (self, event) |
Key pressed. More... | |
def | OnUpdateUI (self, evt) |
def | OnMarginClick (self, evt) |
def | FoldAll (self) |
def | Expand |
Data Fields | |
parent | |
statusbar | |
modified | |
faces | |
Styled Python output (see gmodeler::frame::PythonPanel for usage)
Based on StyledTextCtrl_2 from wxPython demo
Definition at line 1245 of file goutput.py.
def goutput.PyStc.__init__ | ( | self, | |
parent, | |||
id = wx.ID_ANY , |
|||
statusbar = None |
|||
) |
Definition at line 1251 of file goutput.py.
def goutput.PyStc.Expand | ( | self, | |
line, | |||
doExpand, | |||
force = False , |
|||
visLevels = 0 , |
|||
level = -1 |
|||
) |
Definition at line 1442 of file goutput.py.
References goutput.PyStc.Expand().
Referenced by goutput.PyStc.Expand(), goutput.PyStc.FoldAll(), ogc_services.LayersList.LoadData(), layertree.LayerTree.OnActivateLayer(), goutput.PyStc.OnMarginClick(), and layertree.LayerTree.RecreateItem().
def goutput.PyStc.FoldAll | ( | self | ) |
Definition at line 1413 of file goutput.py.
References goutput.PyStc.Expand(), and tools.range.
Referenced by goutput.PyStc.OnMarginClick().
def goutput.PyStc.OnKeyPressed | ( | self, | |
event | |||
) |
Key pressed.
Definition at line 1348 of file goutput.py.
References goutput.PyStc.modified, sqlbuilder.SQLFrame.statusbar, frame.ModelFrame.statusbar, and goutput.PyStc.statusbar.
Referenced by prompt.GPromptSTC.__init__().
def goutput.PyStc.OnMarginClick | ( | self, | |
evt | |||
) |
Definition at line 1391 of file goutput.py.
References goutput.PyStc.Expand(), and goutput.PyStc.FoldAll().
def goutput.PyStc.OnUpdateUI | ( | self, | |
evt | |||
) |
Definition at line 1360 of file goutput.py.
goutput.PyStc.faces |
Definition at line 1259 of file goutput.py.
goutput.PyStc.modified |
Definition at line 1257 of file goutput.py.
Referenced by goutput.PyStc.OnKeyPressed().
goutput.PyStc.parent |
Definition at line 1254 of file goutput.py.
Referenced by wxdigit.VDigitError.Database(), wxdigit.VDigitError.DbExecute(), wxdigit.VDigitError.DbLink(), wxdigit.VDigitError.DeadLine(), wxdigit.VDigitError.Driver(), wxdigit.VDigitError.FeatureType(), colorrules.RulesPanel.LoadRules(), wxdigit.VDigitError.NoMap(), mapwindow.GLWindow.OnLeftUp(), mapwindow.BufferedWindow.OnLeftUp(), frame.PsMapBufferedWindow.OnLeftUp(), toolbars.VDigitToolbar.OnSelectMap(), gselect.GdalSelect.OnSetDsn(), toolbars.LMNvizToolbar.OnSettings(), toolbars.VDigitToolbar.OnSettings(), toolbars.BaseToolbar.OnTool(), toolbars.VDigitToolbar.OnZBulk(), wxdigit.VDigitError.ReadLine(), toolbars.VDigitToolbar.StopEditing(), colorrules.VectorColorTable.UpdateColorColumn(), mapwindow.BufferedWindow.UpdateMap(), and wxdigit.VDigitError.WriteLine().
goutput.PyStc.statusbar |
Definition at line 1255 of file goutput.py.
Referenced by goutput.PyStc.OnKeyPressed().