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

superkaramba

  • superkaramba
  • src
bar_python.h
1 /****************************************************************************
2 * bar_python.cpp - Functions for bar 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 BAR_PYTHON_H
24 #define BAR_PYTHON_H
25 
42 PyObject* py_createBar(PyObject *self, PyObject *args);
43 
56 PyObject* py_deleteBar(PyObject *self, PyObject *args);
57 
76 PyObject* py_getThemeBar(PyObject *self, PyObject *args);
77 
91 PyObject* py_getBarSize(PyObject *self, PyObject *args);
92 
107 PyObject* py_resizeBar(PyObject *self, PyObject *args);
108 
122 PyObject* py_getBarPos(PyObject *self, PyObject *args);
123 
138 PyObject* py_moveBar(PyObject *self, PyObject *args);
139 
153 PyObject* py_hideBar(PyObject *self, PyObject *args);
154 
168 PyObject* py_showBar(PyObject *self, PyObject *args);
169 
182 PyObject* py_getBarValue(PyObject *self, PyObject *args);
183 
197 PyObject* py_setBarValue(PyObject *self, PyObject *args);
198 
211 PyObject* py_getBarMinMax(PyObject *self, PyObject *args);
212 
227 PyObject* py_setBarMinMax(PyObject *self, PyObject *args);
228 
241 PyObject* py_getBarSensor(PyObject *self, PyObject *args);
242 
256 PyObject* py_setBarSensor(PyObject *self, PyObject *args);
257 
270 PyObject* py_getBarImage(PyObject *self, PyObject *args);
271 
285 PyObject* py_setBarImage(PyObject *self, PyObject *args);
286 
299 PyObject* py_getBarVertical(PyObject *self, PyObject *args);
300 
314 PyObject* py_setBarVertical(PyObject *self, PyObject *args);
315 
316 #endif // BAR_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.