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

Class ControlTreeView

source code


Instance Methods [hide private]
 
initForm(self)
Load Control and initiate the events
source code
 
model(self, value) source code
 
__itemChangedEvent(self, item) source code
 
itemChangedEvent(self, item) source code
 
itemSelectionChanged(self) source code
 
selectionChanged(self, selected, deselected) source code
 
mouseSelectedRowsIndexes(self) source code
 
mouseSelectedRowIndex(self) source code
 
selectedItem(self) source code
 
cells(self) source code
 
__add__(self, other) source code
 
__sub__(self, other) source code
 
value(self, value)
This property return and set what the control should manage or store.
source code
 
getAllSceneObjects(self) source code

Inherited from ControlBase.ControlBase: __init__, 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__

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)

model(self, value)

source code 
Decorators:
  • @model.setter

mouseSelectedRowsIndexes(self)

source code 
Decorators:
  • @property

mouseSelectedRowIndex(self)

source code 
Decorators:
  • @property

selectedItem(self)

source code 
Decorators:
  • @property

cells(self)

source code 
Decorators:
  • @property

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)