/ . / CGLtk / OutlineLayout.py / OutlineEntry
OutlineEntry contains one point (and all its sub-points)
Methods
|
|
|
moveEntry
|
moveEntry (
self,
e,
before=None,
after=None,
)
Move a sub-entry before or after another
|
|
dnd_leave
|
dnd_leave (
self,
source,
event,
)
|
|
toggleState
|
toggleState ( self, event=None )
Toggle the current open/close state of entry
|
|
addEntry
|
addEntry (
self,
desc,
help,
obj,
before=None,
)
Add a sub-entry to current entry
|
|
undisplayEntries
|
undisplayEntries ( self )
Undisplay description for all sub-entries
|
|
__init__
|
__init__ (
self,
parent,
root,
desc,
help,
obj,
depth,
dnd,
)
|
|
setState
|
setState ( self, state )
Set the current open/close state of entry
|
|
dnd_enter
|
dnd_enter (
self,
source,
event,
)
|
|
dnd_end
|
dnd_end (
self,
source,
event,
)
|
|
removeEntry
|
removeEntry ( self, e )
Remove a sub-entry to this entry
|
|
findEntry
|
findEntry ( self, desc )
Find an entry by its description
|
|
undisplaySelf
|
undisplaySelf ( self )
Undisplay description for this entry
|
|
dnd_motion
|
dnd_motion (
self,
source,
event,
)
|
|
dnd_commit
|
dnd_commit (
self,
source,
event,
)
|
|
displaySelf
|
displaySelf ( self )
Redisplay description for this entry
|
|
displayEntries
|
displayEntries ( self )
Redisplay description for all sub-entries
|
|
|