|
doit(self,
module,
commands,
package=None,
gui=None)
Load a command instance with the given alias and gui
|
|
guiCallback(self,
event=None)
Default callback function called by the gui
|
|
package_cb(self,
event=None)
|
|
Dismiss_cb(self)
|
|
__call__(self,
moduleName,
commandsName,
package=None,
gui=None,
**kw)
None <- loadCommand(moduleName, commandsName, package=None,...
|
|
getDefaults(self,
package,
filename,
commandName)
|
|
loadCmd_cb(self,
event=None)
|
|
getModuleCmds(self,
modName=None,
package=None)
Callback method of the module chooser to get the corresponding
commands:
|
|
modChooser_cb(self,
event=None)
CallBack method that gets called when clicking on an entry of the
mocule cjooser.
|
|
buildFormDescr(self,
formName)
Create the pulldown menu and Listchooser to let for the selection
of commands.
|
|
Inherited from loadModuleCommand:
loadModule_cb,
loadModules
Inherited from VFCommand.Command:
__init__,
__repr__,
addCallbackAfter,
addCallbackBefore,
addUndoCall,
afterDoit,
beforeDoit,
buildLogArgList,
checkDependencies,
cleanup,
customizeGUI,
doitWrapper,
getArguments,
getHelp,
getLastUsedValues,
getLogArgs,
getValNamedArgs,
log,
logString,
onAddCmdToViewer,
onAddNewCmd,
onCmdRun,
setLastUsedValues,
setupUndoAfter,
setupUndoBefore,
showForm,
strArg,
tkCb,
updateGeom,
warningMsg
|