GRASS Programmer's Manual  6.4.4(2014)-r
dialogs.PlotStatsFrame Class Reference
Inheritance diagram for dialogs.PlotStatsFrame:
Collaboration diagram for dialogs.PlotStatsFrame:

Public Member Functions

def __init__ (self, parent, id, message='', title='', style=wx.DEFAULT_FRAME_STYLE, kwargs)
 Dialog to display and save statistics for plots. More...
 
def OnCopy (self, event)
 Copy the regression stats to the clipboard. More...
 
def OnClose (self, event)
 Button 'Close' pressed. More...
 

Data Fields

 parent
 
 message
 
 title
 

Detailed Description

Definition at line 103 of file wxplot/dialogs.py.

Constructor & Destructor Documentation

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 105 of file wxplot/dialogs.py.

References widgets.StaticWrapText.SetLabel().

Referenced by dialogs.PlotStatsFrame.OnClose().

Member Function Documentation

def dialogs.PlotStatsFrame.OnClose (   self,
  event 
)

Button 'Close' pressed.

Definition at line 192 of file wxplot/dialogs.py.

References dialogs.PlotStatsFrame.__init__().

def dialogs.PlotStatsFrame.OnCopy (   self,
  event 
)

Field Documentation

dialogs.PlotStatsFrame.message

Definition at line 119 of file wxplot/dialogs.py.

Referenced by dialogs.PlotStatsFrame.OnCopy().

dialogs.PlotStatsFrame.parent

Definition at line 118 of file wxplot/dialogs.py.

dialogs.PlotStatsFrame.title

Definition at line 120 of file wxplot/dialogs.py.

Referenced by dialogs.PlotStatsFrame.OnCopy().


The documentation for this class was generated from the following file: