GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Public Member Functions | |
def | __init__ |
Dialog to display and save statistics for plots. More... | |
def | OnCopy |
Copy the regression stats to the clipboard. More... | |
def | OnClose |
Button 'Close' pressed. More... | |
Data Fields | |
parent | |
message | |
title | |
Definition at line 104 of file wxplot/dialogs.py.
def dialogs.PlotStatsFrame.__init__ | ( | self, | |
parent, | |||
id, | |||
message = '' , |
|||
title = '' , |
|||
style = wx.DEFAULT_FRAME_STYLE , |
|||
kwargs | |||
) |
Dialog to display and save statistics for plots.
Definition at line 106 of file wxplot/dialogs.py.
References widgets.StaticWrapText.SetLabel().
Referenced by dialogs.PlotStatsFrame.OnClose().
def dialogs.PlotStatsFrame.OnClose | ( | self, | |
event | |||
) |
Button 'Close' pressed.
Definition at line 193 of file wxplot/dialogs.py.
References dialogs.PlotStatsFrame.__init__().
def dialogs.PlotStatsFrame.OnCopy | ( | self, | |
event | |||
) |
Copy the regression stats to the clipboard.
Definition at line 178 of file wxplot/dialogs.py.
References statusbar.SbException.message, dialogs.PlotStatsFrame.message, goutput.GMStderr.message, preferences.PreferencesBaseDialog.title, wizard.TitledPage.title, and dialogs.PlotStatsFrame.title.
dialogs.PlotStatsFrame.message |
Definition at line 120 of file wxplot/dialogs.py.
Referenced by dialogs.PlotStatsFrame.OnCopy().
dialogs.PlotStatsFrame.parent |
Definition at line 119 of file wxplot/dialogs.py.
dialogs.PlotStatsFrame.title |
Definition at line 121 of file wxplot/dialogs.py.
Referenced by dialogs.PlotStatsFrame.OnCopy().