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

Dialog for map frame settings and optionally raster and vector map selection. More...

Inheritance diagram for gui_modules.psmap_dialogs.MapDialog:
Collaboration diagram for gui_modules.psmap_dialogs.MapDialog:

Public Member Functions

def __init__
def OnApply
 Apply changes.
def OnCancel
 Close dialog and remove tmp red box.
def updateDialog
 Update raster and vector information.
- Public Member Functions inherited from gui_modules.psmap_dialogs.PsmapDialog
def AddUnits
def AddPosition
def AddFont

Data Fields

 isNotebook
 objectType
 notebook
 mPanel
 rPanel
 vPanel
- Data Fields inherited from gui_modules.psmap_dialogs.PsmapDialog
 apply
 id
 parent
 instruction
 unitConv
 spinCtrlSize

Detailed Description

Dialog for map frame settings and optionally raster and vector map selection.

Definition at line 1928 of file psmap_dialogs.py.


Constructor & Destructor Documentation

def gui_modules.psmap_dialogs.MapDialog.__init__ (   self,
  parent,
  id,
  settings,
  rect = None,
  notebook = False 
)

Reimplemented from gui_modules.psmap_dialogs.PsmapDialog.

Definition at line 1930 of file psmap_dialogs.py.


Member Function Documentation

def gui_modules.psmap_dialogs.MapDialog.OnCancel (   self,
  event 
)

Close dialog and remove tmp red box.

Definition at line 1981 of file psmap_dialogs.py.

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

def gui_modules.psmap_dialogs.MapDialog.updateDialog (   self)

Update raster and vector information.

Definition at line 1987 of file psmap_dialogs.py.

Referenced by gui_modules.psmap_dialogs.MapinfoDialog.update().


Field Documentation

gui_modules.psmap_dialogs.MapDialog.isNotebook

Definition at line 1933 of file psmap_dialogs.py.

Referenced by gui_modules.psmap_dialogs.MapDialog.OnApply().

gui_modules.psmap_dialogs.MapDialog.mPanel

Definition at line 1943 of file psmap_dialogs.py.

gui_modules.psmap_dialogs.MapDialog.notebook

Definition at line 1942 of file psmap_dialogs.py.

Referenced by gui_modules.gmodeler.PreferencesDialog.__init__().

gui_modules.psmap_dialogs.MapDialog.objectType

Reimplemented from gui_modules.psmap_dialogs.PsmapDialog.

Definition at line 1935 of file psmap_dialogs.py.

gui_modules.psmap_dialogs.MapDialog.rPanel

Definition at line 1946 of file psmap_dialogs.py.

gui_modules.psmap_dialogs.MapDialog.vPanel

Definition at line 1949 of file psmap_dialogs.py.


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