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

superkaramba

  • superkaramba
  • src
imagelabel_python.h
1 /****************************************************************************
2 * imagelabel_python.h - Imagelabel functions for python api
3 *
4 * Copyright (C) 2003 Hans Karlsson <karlsson.h@home.se>
5 * Copyright (C) 2003-2004 Adam Geitgey <adam@rootnode.org>
6 * Copyright (c) 2004 Petri Damstén <damu@iki.fi>
7 *
8 * This file is part of SuperKaramba.
9 *
10 * SuperKaramba is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
14 *
15 * SuperKaramba is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with SuperKaramba; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
23 ****************************************************************************/
24 
25 #ifndef IMAGELABEL_PYTHON_H
26 #define IMAGELABEL_PYTHON_H
27 
46 PyObject* py_createImage(PyObject *self, PyObject *args);
47 
66 PyObject* py_createBackgroundImage(PyObject *self, PyObject *args);
67 
82 PyObject* py_createTaskIcon(PyObject *self, PyObject *args);
83 
98 PyObject* py_deleteImage(PyObject *self, PyObject *args);
99 
118 PyObject* py_getThemeImage(PyObject *self, PyObject *args);
119 
133 PyObject* py_getImagePos(PyObject *self, PyObject *args);
134 
148 PyObject* py_getImageSize(PyObject *self, PyObject *args);
149 
163 PyObject* py_getImageHeight(PyObject *self, PyObject *args);
164 
177 PyObject* py_getImageWidth(PyObject *self, PyObject *args);
178 
192 PyObject* py_showImage(PyObject *self, PyObject *args);
193 
207 PyObject* py_hideImage(PyObject *self, PyObject *args);
208 
226 PyObject* py_moveImage(PyObject *self, PyObject *args);
227 
240 PyObject* py_getImageValue(PyObject *self, PyObject *args);
241 
255 PyObject* py_setImageValue(PyObject *self, PyObject *args);
256 
269 PyObject* py_getImageSensor(PyObject *self, PyObject *args);
270 
284 PyObject* py_setImageSensor(PyObject *self, PyObject *args);
285 
300 PyObject* py_removeImageEffects(PyObject *self, PyObject *args);
301 
322 PyObject* py_changeImageIntensity(PyObject *self, PyObject *args);
323 
340 PyObject* py_changeImageChannelIntensity(PyObject *self, PyObject *args);
341 
358 PyObject* py_changeImageToGray(PyObject *self, PyObject *args);
359 
373 PyObject* py_removeImageTransformations(PyObject *self, PyObject *args);
374 
390 PyObject* py_rotateImage(PyObject *self, PyObject *args);
391 
409 PyObject* py_resizeImageSmooth(PyObject *self, PyObject *args);
410 
427 PyObject* py_resizeImage(PyObject *self, PyObject *args);
428 
447 PyObject* py_addImageTooltip(PyObject *self, PyObject *args);
448 
449 #endif // IMAGELABEL_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.