• 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 
42 PyObject* py_createGraph(PyObject *self, PyObject *args);
43 
56 PyObject* py_deleteGraph(PyObject *self, PyObject *args);
57 
76 PyObject* py_getThemeGraph(PyObject *self, PyObject *args);
77 
91 PyObject* py_getGraphSize(PyObject *self, PyObject *args);
92 
107 PyObject* py_resizeGraph(PyObject *self, PyObject *args);
108 
122 PyObject* py_getGraphPos(PyObject *self, PyObject *args);
123 
138 PyObject* py_moveGraph(PyObject *self, PyObject *args);
139 
153 PyObject* py_hideGraph(PyObject *self, PyObject *args);
154 
168 PyObject* py_showGraph(PyObject *self, PyObject *args);
169 
182 PyObject* py_getGraphValue(PyObject *self, PyObject *args);
183 
197 PyObject* py_setGraphValue(PyObject *self, PyObject *args);
198 
211 PyObject* py_getGraphMinMax(PyObject *self, PyObject *args);
212 
227 PyObject* py_setGraphMinMax(PyObject *self, PyObject *args);
228 
241 PyObject* py_getGraphSensor(PyObject *self, PyObject *args);
242 
256 PyObject* py_setGraphSensor(PyObject *self, PyObject *args);
257 
270 PyObject* py_getGraphColor(PyObject *self, PyObject *args);
271 
287 PyObject* 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.8.13
This website is maintained by Timothy Pearson.