GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gui_modules.profile.TextDialog Class Reference

Public Member Functions

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

 ffamilydict
 fstyledict
 fwtdict
 parent
 ptitle
 xlabel
 ylabel
 properties
 fontfamily
 fontstyle
 fontweight
 ptitleentry
 ptitlesize
 xlabelentry
 ylabelentry
 axislabelsize
 ffamilycb
 fstylecb
 fwtcb

Detailed Description

Definition at line 856 of file profile.py.

Constructor & Destructor Documentation

def gui_modules.profile.TextDialog.__init__ (   self,
  parent,
  id,
  title,
  pos = wx.DefaultPosition,
  size = wx.DefaultSize,
  style = wx.DEFAULT_DIALOG_STYLE 
)

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

Definition at line 858 of file profile.py.

Member Function Documentation

def gui_modules.profile.TextDialog.OnApply (   self,
  event 
)
def gui_modules.profile.TextDialog.OnCancel (   self,
  event 
)

Button 'Cancel' pressed.

Definition at line 1104 of file profile.py.

Referenced by gui_modules.vdigit.VDigitCategoryDialog.OnOK().

def gui_modules.profile.TextDialog.OnOk (   self,
  event 
)
def gui_modules.profile.TextDialog.OnSave (   self,
  event 
)
def gui_modules.profile.TextDialog.OnTitle (   self,
  event 
)
def gui_modules.profile.TextDialog.OnXLabel (   self,
  event 
)
def gui_modules.profile.TextDialog.OnYLabel (   self,
  event 
)

Field Documentation

gui_modules.profile.TextDialog.axislabelsize

Definition at line 954 of file profile.py.

gui_modules.profile.TextDialog.ffamilycb

Definition at line 977 of file profile.py.

gui_modules.profile.TextDialog.ffamilydict

Definition at line 867 of file profile.py.

Referenced by gui_modules.profile.TextDialog.UpdateSettings().

gui_modules.profile.TextDialog.fontfamily

Definition at line 892 of file profile.py.

gui_modules.profile.TextDialog.fontstyle

Definition at line 893 of file profile.py.

gui_modules.profile.TextDialog.fontweight

Definition at line 894 of file profile.py.

gui_modules.profile.TextDialog.fstylecb

Definition at line 991 of file profile.py.

gui_modules.profile.TextDialog.fstyledict

Definition at line 875 of file profile.py.

Referenced by gui_modules.profile.TextDialog.UpdateSettings().

gui_modules.profile.TextDialog.fwtcb

Definition at line 1005 of file profile.py.

gui_modules.profile.TextDialog.fwtdict

Definition at line 879 of file profile.py.

Referenced by gui_modules.profile.TextDialog.UpdateSettings().

gui_modules.profile.TextDialog.properties
gui_modules.profile.TextDialog.ptitle

Definition at line 885 of file profile.py.

Referenced by gui_modules.profile.TextDialog.OnTitle().

gui_modules.profile.TextDialog.ptitleentry

Definition at line 913 of file profile.py.

gui_modules.profile.TextDialog.ptitlesize

Definition at line 923 of file profile.py.

gui_modules.profile.TextDialog.xlabel

Definition at line 886 of file profile.py.

Referenced by gui_modules.profile.TextDialog.OnXLabel().

gui_modules.profile.TextDialog.xlabelentry

Definition at line 934 of file profile.py.

gui_modules.profile.TextDialog.ylabel

Definition at line 887 of file profile.py.

Referenced by gui_modules.profile.TextDialog.OnYLabel().

gui_modules.profile.TextDialog.ylabelentry

Definition at line 944 of file profile.py.


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