42PyObject* py_createGraph(PyObject *self, PyObject *args);
56PyObject* py_deleteGraph(PyObject *self, PyObject *args);
76PyObject* py_getThemeGraph(PyObject *self, PyObject *args);
91PyObject* py_getGraphSize(PyObject *self, PyObject *args);
107PyObject* py_resizeGraph(PyObject *self, PyObject *args);
122PyObject* py_getGraphPos(PyObject *self, PyObject *args);
138PyObject* py_moveGraph(PyObject *self, PyObject *args);
153PyObject* py_hideGraph(PyObject *self, PyObject *args);
168PyObject* py_showGraph(PyObject *self, PyObject *args);
182PyObject* py_getGraphValue(PyObject *self, PyObject *args);
197PyObject* py_setGraphValue(PyObject *self, PyObject *args);
211PyObject* py_getGraphMinMax(PyObject *self, PyObject *args);
227PyObject* py_setGraphMinMax(PyObject *self, PyObject *args);
241PyObject* py_getGraphSensor(PyObject *self, PyObject *args);
256PyObject* py_setGraphSensor(PyObject *self, PyObject *args);
270PyObject* py_getGraphColor(PyObject *self, PyObject *args);
287PyObject* py_setGraphColor(PyObject *self, PyObject *args);