Public Member Functions | |
def | GetClassName |
def | Initialize |
Static Public Attributes | |
string | Icon |
string | MenuText = "Points" |
string | ToolTip = "Points workbench" |
Definition at line 34 of file Points/InitGui.py.
def InitGui::PointsWorkbench::GetClassName | ( | self | ) |
Definition at line 65 of file Points/InitGui.py.
def InitGui::PointsWorkbench::Initialize | ( | self | ) |
Definition at line 62 of file Points/InitGui.py.
string InitGui::PointsWorkbench::Icon [static] |
""" /* XPM */ static const char *test_icon[]={ "16 16 2 1", "a c #000000", ". c None", "......##......##", "............##..", "..##....##......", "......##.....##.", "....##....##....", "##..............", "....##....##....", ".......##.......", "...##......##...", ".....##.........", ".........##.....", "...##........##.", ".....##.........", ".........##.....", "...##......##...", "................"}; """
Definition at line 36 of file Points/InitGui.py.
string InitGui::PointsWorkbench::MenuText = "Points" [static] |
Definition at line 59 of file Points/InitGui.py.
string InitGui::PointsWorkbench::ToolTip = "Points workbench" [static] |
Definition at line 60 of file Points/InitGui.py.