/ . / Demo / ChimeraDemo.py / DemoPanel
Methods
|
|
|
getDelay
|
getDelay ( self )
|
|
setUndos
|
setUndos ( self, undos )
|
|
getUndos
|
getUndos ( self, all=None )
returns None if there are no undos
else return list of undo commands as strings
if there are no undos, but the Back button should
still be enabled, need empty list
|
|
setText
|
setText ( self, text )
|
|
setCmds
|
setCmds ( self, cmds )
|
|
addUndo
|
addUndo ( self, undo )
|
|
addCmd
|
addCmd ( self, cmd )
|
|
getTitle
|
getTitle ( self )
|
|
setTitle
|
setTitle ( self, title )
|
|
getCmds
|
getCmds ( self, all=None )
|
|
setDelay
|
setDelay ( self, delay )
|
|
__init__
|
__init__ ( self, id )
|
|
|