superkaramba
#include <Python.h>


Go to the source code of this file.
Macros | |
#define | PY_BUILD(a, b) (Py_BuildValue((char*)a, b)) |
#define | PY_PARSE(a, b, c, d) (PyArg_ParseTuple(a, (char*)b, c, d)) |
Functions | |
bool | checkKaramba (long widget) |
bool | checkKarambaAndMeter (long widget, long meter, const char *type) |
bool | checkMeter (long widget, long meter, const char *type) |
PyObject * | py_getColor (PyObject *self, PyObject *args, QString type) |
PyObject * | py_getMinMax (PyObject *self, PyObject *args, QString type) |
PyObject * | py_getPos (PyObject *self, PyObject *args, QString type) |
PyObject * | py_getSensor (PyObject *self, PyObject *args, QString type) |
PyObject * | py_getSize (PyObject *self, PyObject *args, QString type) |
PyObject * | py_getStringValue (PyObject *self, PyObject *args, QString type) |
PyObject * | py_getThemeMeter (PyObject *self, PyObject *args, QString type) |
PyObject * | py_getValue (PyObject *self, PyObject *args, QString type) |
PyObject * | py_hide (PyObject *self, PyObject *args, QString type) |
PyObject * | py_move (PyObject *self, PyObject *args, QString type) |
PyObject * | py_resize (PyObject *self, PyObject *args, QString type) |
PyObject * | py_setColor (PyObject *self, PyObject *args, QString type) |
PyObject * | py_setMinMax (PyObject *self, PyObject *args, QString type) |
PyObject * | py_setSensor (PyObject *self, PyObject *args, QString type) |
PyObject * | py_setStringValue (PyObject *self, PyObject *args, QString type) |
PyObject * | py_setValue (PyObject *self, PyObject *args, QString type) |
PyObject * | py_show (PyObject *self, PyObject *args, QString type) |
QString | PyString2QString (PyObject *text) |
PyObject * | QString2PyString (QString string) |
Macro Definition Documentation
#define PY_BUILD | ( | a, | |
b | |||
) | (Py_BuildValue((char*)a, b)) |
Definition at line 18 of file python/meter.h.
#define PY_PARSE | ( | a, | |
b, | |||
c, | |||
d | |||
) | (PyArg_ParseTuple(a, (char*)b, c, d)) |
Definition at line 17 of file python/meter.h.
Function Documentation
bool checkKaramba | ( | long | widget | ) |
Definition at line 26 of file python/meter.cpp.
bool checkKarambaAndMeter | ( | long | widget, |
long | meter, | ||
const char * | type | ||
) |
Definition at line 74 of file python/meter.cpp.
bool checkMeter | ( | long | widget, |
long | meter, | ||
const char * | type | ||
) |
Definition at line 51 of file python/meter.cpp.
Definition at line 353 of file python/meter.cpp.
Definition at line 293 of file python/meter.cpp.
Definition at line 201 of file python/meter.cpp.
Definition at line 316 of file python/meter.cpp.
Definition at line 177 of file python/meter.cpp.
Definition at line 268 of file python/meter.cpp.
Definition at line 161 of file python/meter.cpp.
Definition at line 247 of file python/meter.cpp.
Definition at line 225 of file python/meter.cpp.
Definition at line 212 of file python/meter.cpp.
Definition at line 189 of file python/meter.cpp.
Definition at line 341 of file python/meter.cpp.
Definition at line 304 of file python/meter.cpp.
Definition at line 328 of file python/meter.cpp.
Definition at line 279 of file python/meter.cpp.
Definition at line 257 of file python/meter.cpp.
Definition at line 236 of file python/meter.cpp.
QString PyString2QString | ( | PyObject * | text | ) |
Definition at line 92 of file python/meter.cpp.
PyObject* QString2PyString | ( | QString | string | ) |
Definition at line 111 of file python/meter.cpp.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:07:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.