AttacherGui::AttacherGuiPy Class Reference
#include <AttacherTexts.h>
Static Public Member Functions | |
static PyObject * | sGetModeStrings (PyObject *, PyObject *args) |
static PyObject * | sGetRefTypeUserFriendlyName (PyObject *, PyObject *args) |
Static Public Attributes | |
static PyMethodDef | Methods [] |
Member Function Documentation
◆ sGetModeStrings()
◆ sGetRefTypeUserFriendlyName()
|
static |
References Base::BaseExceptionFreeCADError, and AttacherGui::getShapeTypeText().
Member Data Documentation
◆ Methods
|
static |
Initial value:
= {
{"getModeStrings", (PyCFunction) AttacherGuiPy::sGetModeStrings, METH_VARARGS,
"getModeStrings(attacher_type, mode_index) - gets mode user-friendly name and brief description."},
{"getRefTypeUserFriendlyName", (PyCFunction) AttacherGuiPy::sGetRefTypeUserFriendlyName, METH_VARARGS,
"getRefTypeUserFriendlyName(type_index) - gets user-friendly name of AttachEngine's shape type."},
{NULL, NULL, 0, NULL}
}
The documentation for this class was generated from the following files:
- src/Mod/Part/Gui/AttacherTexts.h
- src/Mod/Part/Gui/AttacherTexts.cpp
static PyObject * sGetRefTypeUserFriendlyName(PyObject *, PyObject *args)
Definition: AttacherTexts.cpp:402
static PyObject * sGetModeStrings(PyObject *, PyObject *args)
Definition: AttacherTexts.cpp:371