InitGui.TemplatePyModWorkbench Class Reference
Public Member Functions | |
| def | Activated (self) |
| def | Deactivated (self) |
| def | Initialize (self) |
Static Public Attributes | |
| string | Icon |
| string | MenuText = "Python sandbox" |
| string | ToolTip = "Python template workbench" |
Member Function Documentation
◆ Activated()
| def InitGui.TemplatePyModWorkbench.Activated | ( | self | ) |
◆ Deactivated()
| def InitGui.TemplatePyModWorkbench.Deactivated | ( | self | ) |
◆ Initialize()
| def InitGui.TemplatePyModWorkbench.Initialize | ( | self | ) |
References FreeCADGuiInit.Workbench.appendCommandbar(), Gui::PythonWorkbenchPy.appendCommandbar(), Gui::PythonBaseWorkbench.appendCommandbar(), Gui::PythonWorkbenchPy.appendMenu(), FreeCADGuiInit.Workbench.appendMenu(), Gui::PythonBaseWorkbench.appendMenu(), FreeCADGuiInit.Workbench.appendToolbar(), Gui::PythonWorkbenchPy.appendToolbar(), and Gui::PythonBaseWorkbench.appendToolbar().
Member Data Documentation
◆ Icon
|
static |
Initial value:
= """
/* XPM */
static const char *test_icon[]={
"16 16 2 1",
"a c #000000",
". c None",
"................",
"................",
"..############..",
"..############..",
"..############..",
"......####......",
"......####......",
"......####......",
"......####......",
"......####......",
"......####......",
"......####......",
"......####......",
"......####......",
"................",
"................"};
"""
◆ MenuText
|
static |
◆ ToolTip
|
static |
The documentation for this class was generated from the following file:
- src/Mod/TemplatePyMod/InitGui.py
1.8.17