Basic lens implementation.
This class may be subclassed for different lens behaviors.
Methods
|
|
|
|
GetIconName
|
GetIconName ( self )
|
|
GetSubList
|
GetSubList ( self )
|
|
GetText
|
GetText ( self )
|
|
IsEditable
|
IsEditable ( self )
|
|
IsExpandable
|
IsExpandable ( self )
|
|
SetText
|
SetText ( self, text )
|
|
__init__
|
__init__ (
self,
type,
name=None,
active=1,
bounds=[.25,.25,.5,.5 ],
parent=None,
)
|
|
activate
|
activate ( self )
|
|
deactivate
|
deactivate ( self )
|
|
destroy
|
destroy ( self )
|
|
hideInspector
|
hideInspector ( self )
|
|
inspectorColor
|
inspectorColor ( self )
|
|
place
|
place ( self )
|
|
position
|
position ( self )
|
|
setPlace
|
setPlace (
self,
x0,
y0,
x1,
y1,
)
|
|
showInspector
|
showInspector ( self, parent )
|
|