Definition at line 79 of file PyPoolBrowser.py.
◆ GetIconName()
def PyPoolBrowser.EDMItem.GetIconName |
( |
|
self | ) |
|
|
inherited |
Definition at line 32 of file PyPoolBrowser.py.
32 def GetIconName(self):
33 if not self.IsExpandable():
◆ GetSubList()
def PyPoolBrowser.RootItem.GetSubList |
( |
|
self | ) |
|
Reimplemented from PyPoolBrowser.EDMItem.
Definition at line 81 of file PyPoolBrowser.py.
81 def GetSubList (self):
88 if re.search(
"\A_",attr):
91 attrRef = getattr(self.ref,attr)
92 item = EDMItem (attr,attrRef,
True,attr)
◆ GetText()
def PyPoolBrowser.EDMItem.GetText |
( |
|
self | ) |
|
|
inherited |
◆ IsExpandable()
def PyPoolBrowser.EDMItem.IsExpandable |
( |
|
self | ) |
|
|
inherited |
Definition at line 29 of file PyPoolBrowser.py.
29 def IsExpandable (self):
30 return self.expandable
◆ OnDoubleClick()
def PyPoolBrowser.EDMItem.OnDoubleClick |
( |
|
self | ) |
|
|
inherited |
Definition at line 37 of file PyPoolBrowser.py.
37 def OnDoubleClick(self):
39 if self.IsExpandable():
42 if self.classKey ==
None:
45 x = eval (
'PyKernel.plot ("%s#%s", "$x.%s()")' % (objList[self.classKey], self.classKey, self.name))
◆ classKey
PyPoolBrowser.EDMItem.classKey |
|
inherited |
◆ expandable
PyPoolBrowser.EDMItem.expandable |
|
inherited |
◆ name
PyPoolBrowser.EDMItem.name |
|
inherited |
◆ ref
PyPoolBrowser.EDMItem.ref |
|
inherited |
The documentation for this class was generated from the following file: