superkaramba
#include "python/meter.h"
#include <Python.h>
#include <qobject.h>
#include "../karamba.h"
#include "../karambaapp.h"
#include "meters/meter.h"
#include "lineparser.h"
#include <QList>

Go to the source code of this file.
Functions | |
bool | checkKaramba (long widget) |
bool | checkKarambaAndMeter (long widget, long meter, const char *type) |
bool | checkMeter (long widget, long meter, const char *type) |
QString | fromUcs4 (quint32 *ucs4) |
long | getMeter (long widget, char *name) |
PyObject * | py_getColor (PyObject *, PyObject *args, QString type) |
PyObject * | py_getMinMax (PyObject *, PyObject *args, QString type) |
PyObject * | py_getPos (PyObject *, PyObject *args, QString type) |
PyObject * | py_getSensor (PyObject *, PyObject *args, QString type) |
PyObject * | py_getSize (PyObject *, PyObject *args, QString type) |
PyObject * | py_getStringValue (PyObject *, PyObject *args, QString type) |
PyObject * | py_getThemeMeter (PyObject *, PyObject *args, QString type) |
PyObject * | py_getValue (PyObject *, PyObject *args, QString type) |
PyObject * | py_hide (PyObject *, PyObject *args, QString type) |
PyObject * | py_move (PyObject *, PyObject *args, QString type) |
PyObject * | py_resize (PyObject *, PyObject *args, QString type) |
PyObject * | py_setColor (PyObject *, PyObject *args, QString type) |
PyObject * | py_setMinMax (PyObject *, PyObject *args, QString type) |
PyObject * | py_setSensor (PyObject *, PyObject *args, QString type) |
PyObject * | py_setStringValue (PyObject *, PyObject *args, QString type) |
PyObject * | py_setValue (PyObject *, PyObject *args, QString type) |
PyObject * | py_show (PyObject *, PyObject *args, QString type) |
QString | PyString2QString (PyObject *text) |
PyObject * | QString2PyString (QString string) |
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.
QString fromUcs4 | ( | quint32 * | ucs4 | ) |
Definition at line 81 of file python/meter.cpp.
long getMeter | ( | long | widget, |
char * | name | ||
) |
Definition at line 147 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.