Public Member Functions | |
def | GetClassName |
def | Initialize |
Static Public Attributes | |
string | Icon |
string | MenuText = "Mesh design" |
string | ToolTip = "Mesh design workbench" |
Definition at line 34 of file Mesh/InitGui.py.
def InitGui::MeshWorkbench::GetClassName | ( | self | ) |
Definition at line 72 of file Mesh/InitGui.py.
def InitGui::MeshWorkbench::Initialize | ( | self | ) |
Definition at line 69 of file Mesh/InitGui.py.
string InitGui::MeshWorkbench::Icon [static] |
""" /* XPM */ static char * mesh_xpm[] = { "16 16 9 1", " c None", ". c #000200", "+ c #002001", "@ c #003A00", "# c #006500", "$ c #018400", "% c #00B000", "& c #00CD00", "* c #00F600", " ", " .. ", " .... .. ", " ..&$@. .. ", " .&+&**. .$. ", " .&*+&**.. .*+ ", " .&*+&**.. .&$. ", " .**@&**.+..%%. ", " .**@%**.@$@$&. ", " .**@#%&.@#$#*. ", " .*%.....@#&.&. ", " .$. .+@*#.. ", " .. .+**+. ", " . .+*&@. ", " .+@.. ", " .. "}; """
Definition at line 36 of file Mesh/InitGui.py.
string InitGui::MeshWorkbench::MenuText = "Mesh design" [static] |
Definition at line 66 of file Mesh/InitGui.py.
string InitGui::MeshWorkbench::ToolTip = "Mesh design workbench" [static] |
Definition at line 67 of file Mesh/InitGui.py.