|
/ . / Demo / ChimeraDemo.py / DemoPanel
This class represents a panel in a ChimeraDemo
|
Methods
|
|
|
|
getDelay
|
getDelay ( self )
|
|
|
setUndos
|
setUndos ( self, undos )
|
|
|
getUndos
|
getUndos ( self, all=False )
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=False )
|
|
|
setDelay
|
setDelay ( self, delay )
|
|
|
__init__
|
__init__ ( self, id )
|
|
|