Package pyforms :: Package gui :: Package Controls :: Module ControlBoundingSlider :: Class ControlBoundingSlider
[hide private]
[frames] | no frames]

Class ControlBoundingSlider

source code


Instance Methods [hide private]
 
__init__(self, label="", defaultValue=[20,40], min=0, max=100, horizontal=False, **kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
initForm(self)
Load Control and initiate the events
source code
 
_update(self, minval, maxval) source code
 
value(self, value)
This property return and set what the control should manage or store.
source code
 
min(self, value) source code
 
max(self, value) source code

Inherited from ControlBase.ControlBase: aboutToShowContextMenuEvent, addPopupMenuOption, addPopupSubMenuOption, changed, enabled, form, help, hide, label, load, name, parent, save, show

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _min = 0
  _max = 100
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, label="", defaultValue=[20,40], min=0, max=100, horizontal=False, **kwargs)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

initForm(self)

source code 

Load Control and initiate the events

Overrides: ControlBase.ControlBase.initForm
(inherited documentation)

value(self, value)

source code 

This property return and set what the control should manage or store.

Decorators:
  • @value.setter
Overrides: ControlBase.ControlBase.value
(inherited documentation)

min(self, value)

source code 
Decorators:
  • @min.setter

max(self, value)

source code 
Decorators:
  • @max.setter