AttacherGui::AttacherGuiPy Class Reference

#include <AttacherTexts.h>

Static Public Member Functions

static PyObjectsGetModeStrings (PyObject *, PyObject *args)
 
static PyObjectsGetRefTypeUserFriendlyName (PyObject *, PyObject *args)
 

Static Public Attributes

static PyMethodDef Methods []
 

Member Function Documentation

◆ sGetModeStrings()

PyObject * AttacherGui::AttacherGuiPy::sGetModeStrings ( PyObject ,
PyObject args 
)
static

◆ sGetRefTypeUserFriendlyName()

PyObject * AttacherGui::AttacherGuiPy::sGetRefTypeUserFriendlyName ( PyObject ,
PyObject args 
)
static

Member Data Documentation

◆ Methods

PyMethodDef AttacherGui::AttacherGuiPy::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