Public Member Functions | |
def | __init__ (self, mainWindow, flags=None) |
def | osgWidget (self, osgWindow) |
If present, this function is called when a new OSG Widget is created. More... | |
def | resetConnection (self) |
def | refresh (self) |
def | selected (self, event) |
Public Attributes | |
client | |
tabWidget | |
nodeCreator | |
main | |
windowsManager | |
Example of plugin of the Gepetto Viewer GUI. This can interact with PythonWidget C++ class.
def gui.pythonwidget.Plugin.__init__ | ( | self, | |
mainWindow, | |||
flags = None |
|||
) |
def gui.pythonwidget.Plugin.osgWidget | ( | self, | |
osgWindow | |||
) |
If present, this function is called when a new OSG Widget is created.
def gui.pythonwidget.Plugin.refresh | ( | self | ) |
References gui.pythonwidget.Plugin.nodeCreator.
def gui.pythonwidget.Plugin.resetConnection | ( | self | ) |
def gui.pythonwidget.Plugin.selected | ( | self, | |
event | |||
) |
gui.pythonwidget.Plugin.client |
gui.pythonwidget.Plugin.main |
gui.pythonwidget.Plugin.nodeCreator |
Referenced by gui.pythonwidget.Plugin.refresh().
gui.pythonwidget.Plugin.tabWidget |
gui.pythonwidget.Plugin.windowsManager |