richtextlabel_python.h00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025 #ifndef RICHTEXTLABEL_PYTHON_H
00026 #define RICHTEXTLABEL_PYTHON_H
00027
00057 PyObject* py_createRichText(PyObject *self, PyObject *args);
00058
00073 PyObject* py_deleteRichText(PyObject *self, PyObject *args);
00074
00093 PyObject* py_getThemeRichText(PyObject *self, PyObject *args);
00094
00108 PyObject* py_getRichTextSize(PyObject *self, PyObject *args);
00109
00124 PyObject* py_resizeRichText(PyObject *self, PyObject *args);
00125
00139 PyObject* py_getRichTextPos(PyObject *self, PyObject *args);
00140
00156 PyObject* py_moveRichText(PyObject *self, PyObject *args);
00157
00171 PyObject* py_hideRichText(PyObject *self, PyObject *args);
00172
00186 PyObject* py_showRichText(PyObject *self, PyObject *args);
00187
00200 PyObject* py_getRichTextValue(PyObject *self, PyObject *args);
00201
00230 PyObject* py_setRichTextValue(PyObject *self, PyObject *args);
00231
00244 PyObject* py_getRichTextSensor(PyObject *self, PyObject *args);
00245
00259 PyObject* py_setRichTextSensor(PyObject *self, PyObject *args);
00260
00274 PyObject* py_setRichTextFontSize(PyObject *self, PyObject *args);
00275
00288 PyObject* py_getRichTextFontSize(PyObject *self, PyObject *args);
00289
00303 PyObject* py_setRichTextFont(PyObject *self, PyObject *args);
00304
00317 PyObject* py_getRichTextFont(PyObject *self, PyObject *args);
00318
00336 PyObject* py_set_rich_text_width(PyObject* self, PyObject* args);
00337
00338 #endif // RICHTEXTLABEL_PYTHON_H
|