This class represents one special tab of the new QDockWidget. More...
Public Member Functions | |
def | __init__ (self, parent, plugin) |
def | update (self) |
def | addWidgetsInHBox (self, widgets) |
def | bindFunctionToButton (self, buttonLabel, func) |
def | addMesh (self) |
def | addBox (self) |
def | createWindow (self) |
def | createGroup (self) |
def | addToGroup (self) |
def | refreshBodyTree (self) |
See gepetto::gui::MainWindow::requestRefresh for more information. More... | |
Public Attributes | |
plugin | |
nodeName | |
groupNodes | |
This class represents one special tab of the new QDockWidget.
def gui.pythonwidget._NodeCreator.__init__ | ( | self, | |
parent, | |||
plugin | |||
) |
def gui.pythonwidget._NodeCreator.addBox | ( | self | ) |
def gui.pythonwidget._NodeCreator.addMesh | ( | self | ) |
def gui.pythonwidget._NodeCreator.addToGroup | ( | self | ) |
def gui.pythonwidget._NodeCreator.addWidgetsInHBox | ( | self, | |
widgets | |||
) |
def gui.pythonwidget._NodeCreator.bindFunctionToButton | ( | self, | |
buttonLabel, | |||
func | |||
) |
def gui.pythonwidget._NodeCreator.createGroup | ( | self | ) |
def gui.pythonwidget._NodeCreator.createWindow | ( | self | ) |
def gui.pythonwidget._NodeCreator.refreshBodyTree | ( | self | ) |
See gepetto::gui::MainWindow::requestRefresh for more information.
References gui.pythonwidget._NodeCreator.plugin.
Referenced by gui.pythonwidget._NodeCreator.addBox(), gui.pythonwidget._NodeCreator.addMesh(), gui.pythonwidget._NodeCreator.addToGroup(), and gui.pythonwidget._NodeCreator.createGroup().
def gui.pythonwidget._NodeCreator.update | ( | self | ) |
gui.pythonwidget._NodeCreator.groupNodes |
gui.pythonwidget._NodeCreator.nodeName |
gui.pythonwidget._NodeCreator.plugin |
Referenced by gui.pythonwidget._NodeCreator.addBox(), gui.pythonwidget._NodeCreator.addMesh(), gui.pythonwidget._NodeCreator.addToGroup(), gui.pythonwidget._NodeCreator.createGroup(), gui.pythonwidget._NodeCreator.createWindow(), gui.pythonwidget._NodeCreator.refreshBodyTree(), and gui.pythonwidget._NodeCreator.update().