GRASS Programmer's Manual  6.4.4(2014)-r
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
widgets Namespace Reference

Data Structures

class  BaseValidator
 
class  FloatSlider
 Class derived from wx.Slider for floats. More...
 
class  FloatValidator
 Validator for floating-point input. More...
 
class  GenericValidator
 
class  GNotebook
 Generic notebook widget. More...
 
class  IntegerValidator
 Validator for floating-point input. More...
 
class  ItemTree
 
class  NTCValidator
 validates input in textctrls, taken from wxpython demo More...
 
class  NumTextCtrl
 Class derived from wx.TextCtrl for numerical values only. More...
 
class  ScrolledPanel
 Custom ScrolledPanel to avoid strange behaviour concerning focus. More...
 
class  SingleSymbolPanel
 Panel for displaying one symbol. More...
 
class  StaticWrapText
 A Static Text field that wraps its text to fit its width, enlarging its height if necessary. More...
 
class  SymbolButton
 Button with symbol and label. 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(), 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(), colorrules.RulesPanel.OnRuleEnable(), tools.OnSaveAnimation(), tools.OnScroll(), dialogs.ProfileRasterDialog.OnSelection(), tools.OnSetConstantProp(), tools.OnSliceTransparency(), tools.OnSurfaceModeAll(), tools.OnSurfacePosition(), manager.LayerBook.OnTableChanged(), manager.AttributeManager.OnTableItemChange(), vclean.VectorCleaningFrame.OnThreshValue(), 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(), manager.LayerBook.OnChangeLayer(), vclean.VectorCleaningFrame.OnClearTool(), tools.OnConstantSelection(), dialogs.NorthArrowDialog.OnConvergence(), forms.CmdPanel.OnFileLoad(), forms.CmdPanel.OnFileSave(), mapwindow.GLWindow.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.