Package ViewerFramework :: Module dejaVuCommands :: Class StopContinuousPicking
[hide private]
[frames] | no frames]

Class StopContinuousPicking

source code

VFCommand.Command --+
                    |
                   StopContinuousPicking

Instance Methods [hide private]
  start(self)
  __call__(self, *args)
None <- commandName( *args, **kw)
  guiCallback(self)
Default callback function called by the gui

Inherited from VFCommand.Command: __init__, __repr__, addCallbackAfter, addCallbackBefore, addUndoCall, afterDoit, beforeDoit, buildFormDescr, buildLogArgList, checkDependencies, cleanup, customizeGUI, doit, doitWrapper, getArguments, getHelp, getLastUsedValues, getLogArgs, getValNamedArgs, log, logString, onAddCmdToViewer, onAddNewCmd, onCmdRun, setLastUsedValues, setupUndoAfter, setupUndoBefore, showForm, strArg, tkCb, updateGeom, warningMsg

Inherited from VFCommand.Command (private): _strArg


Class Variables [hide private]

Inherited from VFCommand.Command: negateKw, objArgOnly


Method Details [hide private]

start(self)

source code 
None

__call__(self, *args)
(Call operator)

source code 
None <- commandName( *args, **kw)
Overrides: VFCommand.Command.__call__
(inherited documentation)

guiCallback(self)

source code 
Default callback function called by the gui
Overrides: VFCommand.Command.guiCallback
(inherited documentation)