GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
widgets Namespace Reference

Data Structures

class  GNotebook
 Generic notebook widget. More...
 
class  ScrolledPanel
 Custom ScrolledPanel to avoid strange behaviour concerning focus. More...
 
class  NumTextCtrl
 Class derived from wx.TextCtrl for numerical values only. More...
 
class  FloatSlider
 Class derived from wx.Slider for floats. More...
 
class  SymbolButton
 Button with symbol and label. More...
 
class  StaticWrapText
 A Static Text field that wraps its text to fit its width, enlarging its height if necessary. More...
 
class  BaseValidator
 
class  IntegerValidator
 Validator for floating-point input. More...
 
class  FloatValidator
 Validator for floating-point input. More...
 
class  NTCValidator
 validates input in textctrls, taken from wxpython demo More...
 
class  GenericValidator
 
class  ItemTree
 
class  SingleSymbolPanel
 Panel for displaying one symbol. More...
 

Functions

def SetValue
 
def GetValue
 
def SetRange
 

Variables

tuple validator = NTCValidator(flag = 'DIGIT_ONLY')
 self.precision = kwargs.pop('prec') More...
 

Function Documentation

def widgets.GetValue (   self)

Definition at line 118 of file widgets.py.

References utils.split().

Referenced by gselect.GdalSelect.GetDsn(), tools.GetLayerData(), statusbar.SbManager.GetProperty(), dialogs.DisplayAttributesDialog.GetSQLString(), dialogs.ModifyTableRecord.GetValues(), mapwindow.GLWindow.NvizCmdCommand(), manager.LayerBook.OnAddLayer(), manager.AttributeManager.OnApplySqlStatement(), dialogs.TextDialog.OnBackground(), dialogs.TextDialog.OnBorder(), dialogs.DecorationDialog.OnCancel(), forms.CmdPanel.OnColorChange(), tools.OnCPlaneChangeText(), manager.LayerBook.OnCreateTable(), tools.OnDecorationProp(), manager.LayerBook.OnDeleteLayer(), dialogs.ImageDialog.OnDirChanged(), manager.LayerBook.OnDriverChanged(), forms.CmdPanel.OnFileLoad(), forms.CmdPanel.OnFileSave(), tools.OnFringe(), dialogs.TextDialog.OnHighlight(), dialogs.MapinfoDialog.OnIsBackground(), dialogs.MapinfoDialog.OnIsBorder(), gselect.TreeCtrlComboPopup.OnKeyUp(), frame.ModelEvtHandler.OnLeftClick(), tools.OnLightChange(), tools.OnLookAt(), tools.OnMapObjUse(), manager.LayerBook.OnModifyLayer(), gselect.TreeCtrlComboPopup.OnPopup(), dialogs.TextDialog.OnPositionType(), dialogs.ImageDialog.OnPositionType(), dialogs.PointDialog.OnPositionType(), dialogs.DecorationDialog.OnResize(), colorrules.RulesPanel.OnRuleEnable(), tools.OnSaveAnimation(), tools.OnScroll(), ghelp.SearchModuleWindow.OnSearchModule(), tools.OnSetConstantProp(), tools.OnSliceTransparency(), tools.OnSurfaceModeAll(), tools.OnSurfacePosition(), manager.LayerBook.OnTableChanged(), manager.AttributeManager.OnTableItemChange(), vclean.VectorCleaningFrame.OnThreshValue(), menu.MenuTreeWindow.OnUpdateStatusBar(), tools.OnVectorHeight(), tools.OnVectorLines(), tools.OnVectorPoints(), tools.OnVectorShow(), tools.OnViewChange(), tools.OnVolumeAdd(), tools.OnVolumeDelete(), tools.OnVolumeMode(), tools.OnVolumeMoveDown(), tools.OnVolumeMoveUp(), tools.OnVolumePosition(), tools.OnVolumeSelect(), tools.SetMapObjAttrb(), gselect.TreeCtrlComboPopup.SetStringValue(), tools.SetSurfaceResolution(), colorrules.RulesPanel.SetVectorRule(), dialogs.PageSetupDialog.update(), dialogs.MapinfoDialog.update(), dialogs.ScalebarDialog.update(), dialogs.TextDialog.update(), dialogs.ImageDialog.update(), dialogs.PointDialog.update(), dialogs.updateRasterLegend(), preferences.VDigitSettingsDialog.UpdateSettings(), dialogs.OptDialog.UpdateSettings(), and manager.GrSettingsDialog.UpdateSettings().

def widgets.SetRange (   self,
  min,
  max 
)
def widgets.SetValue (   self,
  value 
)

Definition at line 115 of file widgets.py.

Referenced by dialogs.PsmapDialog.AddExtendedPosition(), dialogs.PsmapDialog.AddPosition(), colorrules.RulesPanel.LoadRules(), manager.AttributeManager.OnApplySqlStatement(), manager.AttributeManager.OnBuilderEvt(), dialogs.DecorationDialog.OnCancel(), manager.LayerBook.OnChangeLayer(), vclean.VectorCleaningFrame.OnClearTool(), tools.OnConstantSelection(), dialogs.NorthArrowDialog.OnConvergence(), forms.CmdPanel.OnFileLoad(), forms.CmdPanel.OnFileSave(), mapwindow.GLWindow.OnLeftUp(), mapwindow.BufferedWindow.OnLeftUp(), tools.OnLightChange(), preferences.PreferencesDialog.OnLoadEpsgCodes(), vclean.VectorCleaningFrame.OnMoveToolDown(), vclean.VectorCleaningFrame.OnMoveToolUp(), dialogs.DisplayAttributesDialog.OnReset(), tools.OnResetSurfacePosition(), tools.OnResetVolumePosition(), tools.OnScroll(), gselect.GdalSelect.OnSetDsn(), dialogs.OptDialog.OnSetMap(), tools.OnSurfacePosition(), manager.AttributeManager.OnTableItemChange(), mapdisplay.MapFrame.OnUpdateProgress(), frame.MapFrame.OnUpdateProgress(), tools.OnVectorHeight(), tools.OnViewChange(), tools.OnVolumePosition(), colorrules.ColorTable.ReadColorTable(), tools.NvizToolWindow.SetInitialMaps(), statusbar.SbManager.SetProperty(), toolbars.VDigitToolbar.StopEditing(), tools.UpdateCPlanePage(), manager.AttributeManager.UpdateDialog(), dialogs.updateDialog(), dialogs.MapinfoDialog.updateDialog(), dialogs.ScalebarDialog.updateDialog(), dialogs.TextDialog.updateDialog(), dialogs.ImageDialog.updateDialog(), dialogs.PointDialog.updateDialog(), mapwindow.BufferedWindow.UpdateMap(), tools.NvizToolWindow.UpdateScrolling(), tools.UpdateSettings(), tools.UpdateSurfacePage(), tools.UpdateVectorPage(), tools.UpdateVolumeIsosurfPage(), and tools.UpdateVolumePage().

Variable Documentation

tuple widgets.validator = NTCValidator(flag = 'DIGIT_ONLY')

self.precision = kwargs.pop('prec')

Definition at line 112 of file widgets.py.