__init__ def __init__(self, parent=None, **kw) Undocumented function. |
addNodePath def addNodePath(self, nodePath) Undocumented function. |
addNodePathToDict def addNodePathToDict(self, nodePath, names, menu, dict) Undocumented function. |
addRefNodePath def addRefNodePath(self, nodePath) Undocumented function. |
appInit def appInit(self) Undocumented function. |
createInterface def createInterface(self) Undocumented function. |
onDestroy def onDestroy(self, event) Undocumented function. |
printNodePathInfo def printNodePathInfo(self) Undocumented function. |
pushRedo def pushRedo(self) Undocumented function. |
pushRedoHook def pushRedoHook(self) Undocumented function. |
pushUndo def pushUndo(self, fResetRedo=1) Undocumented function. |
pushUndoHook def pushUndoHook(self) Undocumented function. |
redoHook def redoHook(self, nodePathList=[]) Undocumented function. |
redoListEmptyHook def redoListEmptyHook(self) Undocumented function. |
resetAll def resetAll(self) Undocumented function. |
resetHpr def resetHpr(self) Undocumented function. |
resetPos def resetPos(self) Undocumented function. |
resetScale def resetScale(self) Undocumented function. |
selectNodePathNamed def selectNodePathNamed(self, name) Undocumented function. |
selectRefNodePathNamed def selectRefNodePathNamed(self, name) Undocumented function. |
setActiveNodePath def setActiveNodePath(self, nodePath) Undocumented function. |
setMovementMode def setMovementMode(self, movementMode) Undocumented function. |
setReferenceNodePath def setReferenceNodePath(self, nodePath) Undocumented function. |
setScalingMode def setScalingMode(self) Undocumented function. |
undoHook def undoHook(self, nodePathList=[]) Undocumented function. |
undoListEmptyHook def undoListEmptyHook(self) Undocumented function. |
unitScale def unitScale(self) Undocumented function. |
updateAuxiliaryCoordinateSystems def updateAuxiliaryCoordinateSystems(self) Undocumented function. |
updateHprWidgets def updateHprWidgets(self, hpr) Undocumented function. |
updatePlacer def updatePlacer(self) Undocumented function. |
updatePosWidgets def updatePosWidgets(self, pos) Undocumented function. |
updateResetValues def updateResetValues(self, nodePath) Undocumented function. |
updateScaleWidgets def updateScaleWidgets(self, scale) Undocumented function. |
xform def xform(self, value, axis) Undocumented function. |
xformOrbit def xformOrbit(self, value, axis) Undocumented function. |
xformRelative def xformRelative(self, value, axis) Undocumented function. |
xformScale def xformScale(self, value, axis) Undocumented function. |
xformStart def xformStart(self, data) Undocumented function. |
xformStop def xformStop(self, data) Undocumented function. |
zeroAll def zeroAll(self) Undocumented function. |
zeroHpr def zeroHpr(self) Undocumented function. |
zeroPos def zeroPos(self) Undocumented function. |
__createAboutBox def __createAboutBox(self) Undocumented function. |
__createBalloon def __createBalloon(self) Undocumented function. |
__createCommandArea def __createCommandArea(self) Undocumented function. |
__createDataArea def __createDataArea(self) Undocumented function. |
__createInterface def __createInterface(self) Undocumented function. |
__createMenuBar def __createMenuBar(self) Undocumented function. |
__createMessageBar def __createMessageBar(self) Undocumented function. |
__init__ def __init__(self, parent=None, **kw) Undocumented function. |
addVariable def addVariable(self, category, text, variable) Undocumented function. |
addWidget def addWidget(self, category, text, widget) Undocumented function. |
alignbuttons def alignbuttons(self) Make all buttons wide as widest |
appInit def appInit(self) Undocumented function. |
balloon def balloon(self) Undocumented function. |
bind def bind(self, child, balloonHelpMsg, statusHelpMsg=None) Undocumented function. |
buttonAdd def buttonAdd(self, buttonName, helpMessage=None, statusMessage=None, **kw) Undocumented function. |
buttonBox def buttonBox(self) Undocumented function. |
createInterface def createInterface(self) Undocumented function. |
createMenuBar def createMenuBar(self) Undocumented function. |
createWidget def createWidget(self, parent, category, text, widgetClass, help, command, side, fill, expand, kw) Undocumented function. |
getVariable def getVariable(self, category, text) Undocumented function. |
getWidget def getWidget(self, category, text) Undocumented function. |
interior def interior(self) Undocumented function. |
messageBar def messageBar(self) Undocumented function. |
newCreateButton def newCreateButton(self, parent, category, text, help='', command=None, side=LEFT, fill=X, expand=0, **kw) createButton(parent, category, text, [options]) |
newCreateCheckbutton def newCreateCheckbutton(self, parent, category, text, help='', command=None, initialState=0, anchor=W, side=LEFT, fill=X, expand=0, **kw) createCheckbutton(parent, category, text, [options]) |
newCreateColorEntry def newCreateColorEntry(self, parent, category, text, help='', command=None, side=LEFT, fill=X, expand=0, **kw) Undocumented function. |
newCreateComboBox def newCreateComboBox(self, parent, category, text, help='', command=None, items=[], state=DISABLED, history=0, labelpos=W, label_anchor=W, label_width=16, entry_width=16, side=LEFT, fill=X, expand=0, **kw) Undocumented function. |
newCreateDial def newCreateDial(self, parent, category, text, help='', command=None, side=LEFT, fill=X, expand=0, **kw) Undocumented function. |
newCreateEntryScale def newCreateEntryScale(self, parent, category, text, help='', command=None, side=LEFT, fill=X, expand=0, **kw) Undocumented function. |
newCreateFloater def newCreateFloater(self, parent, category, text, help='', command=None, side=LEFT, fill=X, expand=0, **kw) Undocumented function. |
newCreateLabeledEntry def newCreateLabeledEntry(self, parent, category, text, help='', command=None, value='', width=12, relief=SUNKEN, side=LEFT, fill=X, expand=0) createLabeledEntry(parent, category, text, [options]) |
newCreateOptionMenu def newCreateOptionMenu(self, parent, category, text, help='', command=None, items=[], labelpos=W, label_anchor=W, label_width=16, menu_tearoff=1, side=LEFT, fill=X, expand=0, **kw) Undocumented function. |
newCreateRadiobutton def newCreateRadiobutton(self, parent, category, text, variable, value, command=None, help='', anchor=W, side=LEFT, fill=X, expand=0, **kw) createRadiobutton(parent, category, text, variable, value, [options]) |
newCreateSider def newCreateSider(self, parent, category, text, help='', command=None, side=LEFT, fill=X, expand=0, **kw) Undocumented function. |
newCreateVector2Entry def newCreateVector2Entry(self, parent, category, text, help='', command=None, side=LEFT, fill=X, expand=0, **kw) Undocumented function. |
newCreateVector3Entry def newCreateVector3Entry(self, parent, category, text, help='', command=None, side=LEFT, fill=X, expand=0, **kw) Undocumented function. |
onDestroy def onDestroy(self, event) Undocumented function. |
quit def quit(self) Undocumented function. |
showAbout def showAbout(self) Undocumented function. |
toggleBalloon def toggleBalloon(self) Undocumented function. |
transformRGB def transformRGB(self, rgb, max=1.0) Undocumented function. |
updateProgress def updateProgress(self, newValue=0, newMax=0) Undocumented function. |
__init__ def __init__(self) Undocumented function. |
accept def accept(self, event, method, extraArgs=[]) Undocumented function. |
acceptOnce def acceptOnce(self, event, method, extraArgs=[]) Undocumented function. |
ignore def ignore(self, event) Undocumented function. |
ignoreAll def ignoreAll(self) Undocumented function. |
isAccepting def isAccepting(self, event) Undocumented function. |
isIgnoring def isIgnoring(self, event) Undocumented function. |