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

Class ControlImage

source code


Instance Methods [hide private]
 
initForm(self)
Load Control and initiate the events
source code
 
save(self, data)
Save a value to dict variable
source code
 
load(self, data)
Load a value from the dict variable
source code
 
repaint(self) source code
 
value(self, value)
This property return and set what the control should manage or store.
source code

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

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

Class Variables [hide private]
  _imageWidget = None
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

initForm(self)

source code 

Load Control and initiate the events

Overrides: ControlBase.ControlBase.initForm
(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)

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)

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)