![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, name, ref, expandable, classKey=None) | |
| GetText (self) | |
| IsExpandable (self) | |
| GetIconName (self) | |
| OnDoubleClick (self) | |
| GetSubList (self) | |
Public Attributes | |
| name = name | |
| ref = ref | |
| expandable = expandable | |
| classKey = classKey | |
Definition at line 15 of file PyPoolBrowser.py.
| PyPoolBrowser.EDMItem.__init__ | ( | self, | |
| name, | |||
| ref, | |||
| expandable, | |||
| classKey = None ) |
Definition at line 20 of file PyPoolBrowser.py.
| PyPoolBrowser.EDMItem.GetIconName | ( | self | ) |
Definition at line 32 of file PyPoolBrowser.py.
| PyPoolBrowser.EDMItem.GetSubList | ( | self | ) |
Reimplemented in PyPoolBrowser.RootItem.
Definition at line 52 of file PyPoolBrowser.py.
| PyPoolBrowser.EDMItem.GetText | ( | self | ) |
Definition at line 26 of file PyPoolBrowser.py.
| PyPoolBrowser.EDMItem.IsExpandable | ( | self | ) |
Definition at line 29 of file PyPoolBrowser.py.
| PyPoolBrowser.EDMItem.OnDoubleClick | ( | self | ) |
Definition at line 37 of file PyPoolBrowser.py.
| PyPoolBrowser.EDMItem.classKey = classKey |
Definition at line 24 of file PyPoolBrowser.py.
| PyPoolBrowser.EDMItem.expandable = expandable |
Definition at line 23 of file PyPoolBrowser.py.
| PyPoolBrowser.EDMItem.name = name |
Definition at line 21 of file PyPoolBrowser.py.
| PyPoolBrowser.EDMItem.ref = ref |
Definition at line 22 of file PyPoolBrowser.py.