Public Member Functions | |
def | Activated |
def | Deactivated |
def | Initialize |
Static Public Attributes | |
string | Icon |
string | MenuText = "Python sandbox" |
string | ToolTip = "Python template workbench" |
Definition at line 6 of file TemplatePyMod/InitGui.py.
def InitGui::TemplatePyModWorkbench::Activated | ( | self | ) |
Definition at line 45 of file TemplatePyMod/InitGui.py.
def InitGui::TemplatePyModWorkbench::Deactivated | ( | self | ) |
Definition at line 47 of file TemplatePyMod/InitGui.py.
def InitGui::TemplatePyModWorkbench::Initialize | ( | self | ) |
Definition at line 34 of file TemplatePyMod/InitGui.py.
string InitGui::TemplatePyModWorkbench::Icon [static] |
""" /* XPM */ static const char *test_icon[]={ "16 16 2 1", "a c #000000", ". c None", "................", "................", "..############..", "..############..", "..############..", "......####......", "......####......", "......####......", "......####......", "......####......", "......####......", "......####......", "......####......", "......####......", "................", "................"}; """
Definition at line 8 of file TemplatePyMod/InitGui.py.
string InitGui::TemplatePyModWorkbench::MenuText = "Python sandbox" [static] |
Definition at line 31 of file TemplatePyMod/InitGui.py.
string InitGui::TemplatePyModWorkbench::ToolTip = "Python template workbench" [static] |
Definition at line 32 of file TemplatePyMod/InitGui.py.