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."},
{nullptr, nullptr, 0, nullptr}
}

The documentation for this class was generated from the following files: