A _SelectionItem maintains the common properties of each member of a selection tree: it's name and whether the branch should be displayed as opened or closed.
#include
<class_selection_set_1_1___selection_item.h>

Public Member Functions |
|
| __init__ () | |
| __eq__ () | |
| __ne__ () | |
| accept () | |
| parent () | |
Public Attributes |
|
| id = property( __getId, __setId ) | |
| label = property( __getLabel, __setLabel ) | |
| open | |
| SelectionSet._SelectionItem.__init__ | ( | ) |
Reimplemented in SelectionSet.SelectionSetFolder.
| SelectionSet._SelectionItem.__eq__ | ( | ) |
Reimplemented in SelectionSet.SelectionSetFolder.
| SelectionSet._SelectionItem.__ne__ | ( | ) |
Reimplemented in SelectionSet.SelectionSetFolder.
| SelectionSet._SelectionItem.accept | ( | ) |
| SelectionSet._SelectionItem.parent | ( | ) |
| SelectionSet._SelectionItem.id = property( __getId, __setId ) |
| SelectionSet._SelectionItem.label = property( __getLabel, __setLabel ) |