• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • superkaramba
 

superkaramba

  • superkaramba
  • src
graph_python.h
1/****************************************************************************
2* graph_python.cpp - Functions for graph python api
3*
4* Copyright (c) 2004 Petri Damstén <damu@iki.fi>
5*
6* This file is part of SuperKaramba.
7*
8* SuperKaramba is free software; you can redistribute it and/or modify
9* it under the terms of the GNU General Public License as published by
10* the Free Software Foundation; either version 2 of the License, or
11* (at your option) any later version.
12*
13* SuperKaramba is distributed in the hope that it will be useful,
14* but WITHOUT ANY WARRANTY; without even the implied warranty of
15* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16* GNU General Public License for more details.
17*
18* You should have received a copy of the GNU General Public License
19* along with SuperKaramba; if not, write to the Free Software
20* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
21****************************************************************************/
22
23#ifndef GRAPH_PYTHON_H
24#define GRAPH_PYTHON_H
25
42PyObject* py_createGraph(PyObject *self, PyObject *args);
43
56PyObject* py_deleteGraph(PyObject *self, PyObject *args);
57
76PyObject* py_getThemeGraph(PyObject *self, PyObject *args);
77
91PyObject* py_getGraphSize(PyObject *self, PyObject *args);
92
107PyObject* py_resizeGraph(PyObject *self, PyObject *args);
108
122PyObject* py_getGraphPos(PyObject *self, PyObject *args);
123
138PyObject* py_moveGraph(PyObject *self, PyObject *args);
139
153PyObject* py_hideGraph(PyObject *self, PyObject *args);
154
168PyObject* py_showGraph(PyObject *self, PyObject *args);
169
182PyObject* py_getGraphValue(PyObject *self, PyObject *args);
183
197PyObject* py_setGraphValue(PyObject *self, PyObject *args);
198
211PyObject* py_getGraphMinMax(PyObject *self, PyObject *args);
212
227PyObject* py_setGraphMinMax(PyObject *self, PyObject *args);
228
241PyObject* py_getGraphSensor(PyObject *self, PyObject *args);
242
256PyObject* py_setGraphSensor(PyObject *self, PyObject *args);
257
270PyObject* py_getGraphColor(PyObject *self, PyObject *args);
271
287PyObject* py_setGraphColor(PyObject *self, PyObject *args);
288
289#endif // GRAPH_PYTHON_H

superkaramba

Skip menu "superkaramba"
  • Main Page
  • Alphabetical List
  • Class List
  • File List
  • Class Members

superkaramba

Skip menu "superkaramba"
  • kcalc
  •   knumber
  • superkaramba
Generated for superkaramba by doxygen 1.9.4
This website is maintained by Timothy Pearson.