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

Class ControlHidden

source code


Instance Methods [hide private]
 
__init__(self, label="", defaultValue="")
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
initForm(self)
Load Control and initiate the events
source code
 
finishEditing(self) source code
 
changed(self)
Function called when ever the Control value is changed
source code
 
load(self, data)
Load a value from the dict variable
source code
 
save(self, data)
Save a value to dict variable
source code
 
show(self)
Show the control
source code
 
hide(self)
Hide the control
source code
 
enabled(self, value) source code
 
value(self, value)
This property return and set what the control should manage or store.
source code
 
label(self, value)
Label of the control, if applies
source code
 
form(self)
Returns the Widget of the control.
source code
 
parent(self, value)
Returns or set the parent basewidget where the Control is
source code
 
maxWidth(self, value) source code
 
minWidth(self, value) source code
 
maxHeight(self, value) source code
 
minHeight(self, value) source code

Inherited from ControlBase.ControlBase: aboutToShowContextMenuEvent, addPopupMenuOption, addPopupSubMenuOption, help, name

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

Class Variables [hide private]
  _value = None
  _form = None
  _label = None
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, label="", defaultValue="")
(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)

changed(self)

source code 

Function called when ever the Control value is changed

Overrides: ControlBase.ControlBase.changed
(inherited documentation)

load(self, data)

source code 

Load a value from the dict variable

Parameters:
  • data - dictionary with the value of the Control
Overrides: ControlBase.ControlBase.load
(inherited documentation)

save(self, data)

source code 

Save a value to dict variable

Parameters:
  • data - dictionary with to where the value of the Control will be added
Overrides: ControlBase.ControlBase.save
(inherited documentation)

show(self)

source code 

Show the control

Overrides: ControlBase.ControlBase.show
(inherited documentation)

hide(self)

source code 

Hide the control

Overrides: ControlBase.ControlBase.hide
(inherited documentation)

enabled(self, value)

source code 
Decorators:
  • @enabled.setter
Overrides: ControlBase.ControlBase.enabled
(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)

label(self, value)

source code 

Label of the control, if applies

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

form(self)

source code 

Returns the Widget of the control. This property will be deprecated in a future version.

Decorators:
  • @property
Overrides: ControlBase.ControlBase.form
(inherited documentation)

parent(self, value)

source code 

Returns or set the parent basewidget where the Control is

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

maxWidth(self, value)

source code 
Decorators:
  • @maxWidth.setter

minWidth(self, value)

source code 
Decorators:
  • @minWidth.setter

maxHeight(self, value)

source code 
Decorators:
  • @maxHeight.setter

minHeight(self, value)

source code 
Decorators:
  • @minHeight.setter