GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
dialogs.TextDialog Class Reference
Inheritance diagram for dialogs.TextDialog:
Collaboration diagram for dialogs.TextDialog:

Public Member Functions

def __init__
def OnRefit
def OnRotation
def OnPositionType
def OnBackground
def OnHighlight
def OnBorder
def update
def updateDialog
 Update text coordinates, after moving.
def __init__
 Dialog to set profile text options: font, title and font size, axis labels and font size.
def OnTitle
def OnXLabel
def OnYLabel
def UpdateSettings
def OnSave
 Button 'Save' pressed.
def OnApply
 Button 'Apply' pressed.
def OnOk
 Button 'OK' pressed.
def OnCancel
 Button 'Cancel' pressed.

Data Fields

 objectType
 textDict
 id
 mapId
 textPanel
 positionPanel
 textCtrl
 effect
 xoffLabel
 yoffLabel
 xoffCtrl
 yoffCtrl
 radio
 rotCtrl
 rotValue
 ffamilydict
 fstyledict
 fwtdict
 parent
 ptitle
 xlabel
 ylabel
 properties
 fontfamily
 fontstyle
 fontweight
 ptitleentry
 ptitlesize
 xlabelentry
 ylabelentry
 axislabelsize
 ffamilycb
 fstylecb
 fwtcb

Detailed Description

Definition at line 3672 of file psmap/dialogs.py.


Constructor & Destructor Documentation

def dialogs.TextDialog.__init__ (   self,
  parent,
  id,
  settings 
)

Definition at line 3673 of file psmap/dialogs.py.

def dialogs.TextDialog.__init__ (   self,
  parent,
  id,
  title,
  style = wx.DEFAULT_DIALOG_STYLE,
  kwargs 
)

Dialog to set profile text options: font, title and font size, axis labels and font size.

Reimplemented from dialogs.PsmapDialog.

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


Member Function Documentation

def dialogs.TextDialog.OnCancel (   self,
  event 
)

Button 'Cancel' pressed.

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

def dialogs.TextDialog.OnPositionType (   self,
  event 
)

Definition at line 3906 of file psmap/dialogs.py.

References widgets.GetValue().

def dialogs.TextDialog.OnRefit (   self,
  event 
)

Definition at line 3897 of file psmap/dialogs.py.

def dialogs.TextDialog.OnRotation (   self,
  event 
)

Definition at line 3900 of file psmap/dialogs.py.

def dialogs.TextDialog.OnTitle (   self,
  event 
)

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

References base.BasePlotFrame.ptitle, and dialogs.TextDialog.ptitle.

def dialogs.TextDialog.OnXLabel (   self,
  event 
)

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

References base.BasePlotFrame.xlabel, and dialogs.TextDialog.xlabel.

def dialogs.TextDialog.OnYLabel (   self,
  event 
)

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

References base.BasePlotFrame.ylabel, and dialogs.TextDialog.ylabel.

Update text coordinates, after moving.

Definition at line 4042 of file psmap/dialogs.py.

References widgets.SetValue(), wxnviz.TextTexture.textDict, and dialogs.TextDialog.textDict.


Field Documentation

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

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

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

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

Reimplemented from dialogs.PsmapDialog.

Definition at line 3679 of file psmap/dialogs.py.

Reimplemented from dialogs.PsmapDialog.

Definition at line 3675 of file psmap/dialogs.py.

Reimplemented from dialogs.PsmapDialog.

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

Definition at line 3856 of file psmap/dialogs.py.

Referenced by dialogs.TextDialog.update().

Definition at line 3875 of file psmap/dialogs.py.

Definition at line 3876 of file psmap/dialogs.py.

Definition at line 3714 of file psmap/dialogs.py.

Definition at line 3693 of file psmap/dialogs.py.

Definition at line 3834 of file psmap/dialogs.py.

Definition at line 3832 of file psmap/dialogs.py.

Definition at line 3835 of file psmap/dialogs.py.

Definition at line 3833 of file psmap/dialogs.py.


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