Public Member Functions | |
def | Initialize |
Static Public Attributes | |
string | Icon |
string | MenuText = "Test framework" |
string | ToolTip = "Test framework" |
Definition at line 31 of file Test/InitGui.py.
def InitGui::TestWorkbench::Initialize | ( | self | ) |
Definition at line 59 of file Test/InitGui.py.
string InitGui::TestWorkbench::Icon [static] |
""" /* XPM */ static const char *test_icon[]={ "16 16 2 1", "a c #000000", ". c None", "................", "................", "..############..", "..############..", "..############..", "......####......", "......####......", "......####......", "......####......", "......####......", "......####......", "......####......", "......####......", "......####......", "................", "................"}; """
Definition at line 33 of file Test/InitGui.py.
string InitGui::TestWorkbench::MenuText = "Test framework" [static] |
Definition at line 56 of file Test/InitGui.py.
string InitGui::TestWorkbench::ToolTip = "Test framework" [static] |
Definition at line 57 of file Test/InitGui.py.