GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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. More...
 
def __init__
 Dialog to set plot text options: font, title and font size, axis labels and font size. More...
 
def OnTitle
 
def OnXLabel
 
def OnYLabel
 
def UpdateSettings
 
def OnSave
 Button 'Save' pressed. More...
 
def OnApply
 Button 'Apply' pressed. More...
 
def OnOk
 Button 'OK' pressed. More...
 
def OnCancel
 Button 'Cancel' pressed. More...
 
- Public Member Functions inherited from dialogs.PsmapDialog
def __init__
 
def AddUnits
 
def AddPosition
 
def AddExtendedPosition
 Add widgets for setting position relative to paper and to map. More...
 
def AddFont
 

Data Fields

 objectType
 
 textDict
 
 id
 
 mapId
 
 textPanel
 
 positionPanel
 
 textCtrl
 
 effect
 
 xoffLabel
 
 yoffLabel
 
 xoffCtrl
 
 yoffCtrl
 
 radio
 
 rotCtrl
 
 rotValue
 
 ffamilydict
 
 fstyledict
 
 fwtdict
 
 parent
 
 plottype
 
 ptitle
 
 xlabel
 
 ylabel
 
 properties
 
 fontfamily
 
 fontstyle
 
 fontweight
 
 ptitleentry
 
 ptitlesize
 
 xlabelentry
 
 ylabelentry
 
 axislabelsize
 
 ffamilycb
 
 fstylecb
 
 fwtcb
 
- Data Fields inherited from dialogs.PsmapDialog
 apply
 
 id
 
 parent
 
 instruction
 
 objectType
 
 unitConv
 
 spinCtrlSize
 
 gridBagSizerP
 
 gridBagSizerM
 

Detailed Description

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

Constructor & Destructor Documentation

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

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

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

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

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

Member Function Documentation

def dialogs.TextDialog.OnCancel (   self,
  event 
)

Button 'Cancel' pressed.

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

Referenced by dialogs.DxfImportDialog.OnRun().

def dialogs.TextDialog.OnPositionType (   self,
  event 
)

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

References widgets.GetValue().

def dialogs.TextDialog.OnRefit (   self,
  event 
)

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

def dialogs.TextDialog.OnRotation (   self,
  event 
)

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

def dialogs.TextDialog.OnTitle (   self,
  event 
)

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

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

def dialogs.TextDialog.OnXLabel (   self,
  event 
)

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

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

def dialogs.TextDialog.OnYLabel (   self,
  event 
)

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

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

def dialogs.TextDialog.updateDialog (   self)

Update text coordinates, after moving.

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

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

Field Documentation

dialogs.TextDialog.axislabelsize

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

dialogs.TextDialog.ffamilycb

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

dialogs.TextDialog.ffamilydict

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

Referenced by dialogs.TextDialog.UpdateSettings().

dialogs.TextDialog.fontfamily

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

dialogs.TextDialog.fontstyle

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

dialogs.TextDialog.fontweight

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

dialogs.TextDialog.fstylecb

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

dialogs.TextDialog.fstyledict

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

Referenced by dialogs.TextDialog.UpdateSettings().

dialogs.TextDialog.fwtcb

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

dialogs.TextDialog.fwtdict

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

Referenced by dialogs.TextDialog.UpdateSettings().

dialogs.TextDialog.id

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

dialogs.TextDialog.mapId
dialogs.TextDialog.objectType

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

dialogs.TextDialog.parent

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

dialogs.TextDialog.positionPanel

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

dialogs.TextDialog.ptitle
dialogs.TextDialog.ptitleentry

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

dialogs.TextDialog.ptitlesize

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

dialogs.TextDialog.radio

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

Referenced by dialogs.TextDialog.update().

dialogs.TextDialog.rotCtrl

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

dialogs.TextDialog.rotValue

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

dialogs.TextDialog.textCtrl

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

dialogs.TextDialog.textDict
dialogs.TextDialog.textPanel

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

dialogs.TextDialog.xlabel

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

Referenced by dialogs.TextDialog.OnXLabel().

dialogs.TextDialog.xlabelentry

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

dialogs.TextDialog.xoffCtrl

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

dialogs.TextDialog.xoffLabel

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

dialogs.TextDialog.ylabel
dialogs.TextDialog.ylabelentry

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

dialogs.TextDialog.yoffCtrl

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

dialogs.TextDialog.yoffLabel

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


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