GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
dialogs.PlotStatsFrame Class Reference
Inheritance diagram for dialogs.PlotStatsFrame:
Collaboration diagram for dialogs.PlotStatsFrame:

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
 

Detailed Description

Definition at line 104 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 106 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 193 of file wxplot/dialogs.py.

References dialogs.PlotStatsFrame.__init__().

def dialogs.PlotStatsFrame.OnCopy (   self,
  event 
)

Field Documentation

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().


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