|
onAddCmdToViewer(self)
method called when an instance of this command is added to the
viewer.
|
|
logObjectTransformations(self,
object)
|
|
logObjectMaterial(self,
object)
|
|
logCameraTransformations(self,
camera)
|
|
logCameraProp(self,
camera)
|
|
logLightTransformations(self,
light)
|
|
logLightProp(self,
light)
|
|
logClipTransformations(self,
clip)
|
|
logClipProp(self,
clip)
|
|
logAddClipPlanes(self,
object)
|
|
logScene(self)
|
|
__call__(self,
ask,
**kw)
None <- Exit(ask, **kw)
ask = Flag when set to 1 a form asking you if you really want to quit
will popup, it will quit directly if set to 0.
|
|
doit(self,
ask)
virtual method.
|
|
quit_cb(self)
|
|
cancel_cb(self)
|
|
guiCallback(self)
Default callback function called by the gui
|
|
askquit(self)
|
|
Inherited from VFCommand.Command:
__init__,
__repr__,
addCallbackAfter,
addCallbackBefore,
addUndoCall,
afterDoit,
beforeDoit,
buildFormDescr,
buildLogArgList,
checkDependencies,
cleanup,
customizeGUI,
doitWrapper,
getArguments,
getHelp,
getLastUsedValues,
getLogArgs,
getValNamedArgs,
log,
logString,
onAddNewCmd,
onCmdRun,
setLastUsedValues,
setupUndoAfter,
setupUndoBefore,
showForm,
strArg,
tkCb,
updateGeom,
warningMsg
|