GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Styled Python output (see gmodeler::frame::PythonPanel for usage) More...
Public Member Functions | |
def | __init__ |
def | OnKeyPressed |
Key pressed. More... | |
def | OnUpdateUI |
def | OnMarginClick |
def | FoldAll |
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 1242 of file goutput.py.
def goutput.PyStc.__init__ | ( | self, | |
parent, | |||
id = wx.ID_ANY , |
|||
statusbar = None |
|||
) |
Definition at line 1248 of file goutput.py.
def goutput.PyStc.Expand | ( | self, | |
line, | |||
doExpand, | |||
force = False , |
|||
visLevels = 0 , |
|||
level = -1 |
|||
) |
Definition at line 1439 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 1410 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 1345 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 1388 of file goutput.py.
References goutput.PyStc.Expand(), and goutput.PyStc.FoldAll().
def goutput.PyStc.OnUpdateUI | ( | self, | |
evt | |||
) |
Definition at line 1357 of file goutput.py.
goutput.PyStc.faces |
Definition at line 1256 of file goutput.py.
goutput.PyStc.modified |
Definition at line 1254 of file goutput.py.
Referenced by goutput.PyStc.OnKeyPressed().
goutput.PyStc.parent |
Definition at line 1251 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 1252 of file goutput.py.
Referenced by goutput.PyStc.OnKeyPressed().