• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeutils API Reference
  • KDE Home
  • Contact Us
 

superkaramba

  • sources
  • kde-4.12
  • kdeutils
  • superkaramba
  • src
  • python
python/textlabel.h
Go to the documentation of this file.
1 /****************************************************************************
2 * textlabel_python.h - Functions for textlabel 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 TEXTLABEL_PYTHON_H
26 #define TEXTLABEL_PYTHON_H
27 
28 #include <Python.h>
29 
48 PyObject* py_createText(PyObject *self, PyObject *args);
49 
64 PyObject* py_deleteText(PyObject *self, PyObject *args);
65 
84 PyObject* py_getThemeText(PyObject *self, PyObject *args);
85 
99 PyObject* py_getTextSize(PyObject *self, PyObject *args);
100 
115 PyObject* py_resizeText(PyObject *self, PyObject *args);
116 
130 PyObject* py_getTextPos(PyObject *self, PyObject *args);
131 
147 PyObject* py_moveText(PyObject *self, PyObject *args);
148 
162 PyObject* py_hideText(PyObject *self, PyObject *args);
163 
176 PyObject* py_showText(PyObject *self, PyObject *args);
177 
190 PyObject* py_getTextValue(PyObject *self, PyObject *args);
191 
205 PyObject* py_setTextValue(PyObject *self, PyObject *args);
206 
219 PyObject* py_getTextSensor(PyObject *self, PyObject *args);
220 
234 PyObject* py_setTextSensor(PyObject *self, PyObject *args);
235 
253 PyObject* py_setTextShadow(PyObject *self, PyObject *args);
254 
267 PyObject* py_getTextShadow(PyObject *self, PyObject *args);
268 
285 PyObject* py_setTextFontSize(PyObject *self, PyObject *args);
286 
299 PyObject* py_getTextFontSize(PyObject *self, PyObject *args);
300 
319 PyObject* py_setTextColor(PyObject *self, PyObject *args);
320 
333 PyObject* py_getTextColor(PyObject *self, PyObject *args);
334 
351 PyObject* py_setTextFont(PyObject *self, PyObject *args);
352 
365 PyObject* py_getTextFont(PyObject *self, PyObject *args);
366 
380 PyObject* py_setTextAlign(PyObject *self, PyObject *args);
381 
394 PyObject* py_getTextAlign(PyObject *self, PyObject *args);
395 
396 // XXX: Is this valid for new release
397 PyObject* py_setTextScroll(PyObject *self, PyObject *args);
398 
399 #endif // TEXTLABEL_PYTHON_H
py_getTextShadow
PyObject * py_getTextShadow(PyObject *self, PyObject *args)
Text/getTextShadow.
Definition: python/textlabel.cpp:144
PyObject
struct _object PyObject
Definition: python/karamba.h:35
py_getTextSensor
PyObject * py_getTextSensor(PyObject *self, PyObject *args)
Text/getTextSensor.
Definition: python/textlabel.cpp:111
py_getThemeText
PyObject * py_getThemeText(PyObject *self, PyObject *args)
Text/getThemeText.
Definition: python/textlabel.cpp:66
py_moveText
PyObject * py_moveText(PyObject *self, PyObject *args)
Text/moveText.
Definition: python/textlabel.cpp:86
py_getTextValue
PyObject * py_getTextValue(PyObject *self, PyObject *args)
Text/getTextValue.
Definition: python/textlabel.cpp:101
py_getTextAlign
PyObject * py_getTextAlign(PyObject *self, PyObject *args)
Text/getTextAlign.
Definition: python/textlabel.cpp:213
py_getTextColor
PyObject * py_getTextColor(PyObject *self, PyObject *args)
Text/getTextColor.
Definition: python/textlabel.cpp:121
py_getTextPos
PyObject * py_getTextPos(PyObject *self, PyObject *args)
Text/getTextPos.
Definition: python/textlabel.cpp:81
py_setTextSensor
PyObject * py_setTextSensor(PyObject *self, PyObject *args)
Text/setTextSensor.
Definition: python/textlabel.cpp:116
py_getTextFont
PyObject * py_getTextFont(PyObject *self, PyObject *args)
Text/getTextFont.
Definition: python/textlabel.cpp:190
py_hideText
PyObject * py_hideText(PyObject *self, PyObject *args)
Text/hideText.
Definition: python/textlabel.cpp:91
py_createText
PyObject * py_createText(PyObject *self, PyObject *args)
Text/createText.
Definition: python/textlabel.cpp:37
py_setTextFont
PyObject * py_setTextFont(PyObject *self, PyObject *args)
Text/changeTextFont.
Definition: python/textlabel.cpp:177
py_resizeText
PyObject * py_resizeText(PyObject *self, PyObject *args)
Text/resizeText.
Definition: python/textlabel.cpp:76
py_getTextFontSize
PyObject * py_getTextFontSize(PyObject *self, PyObject *args)
Text/getTextFontSize.
Definition: python/textlabel.cpp:167
py_getTextSize
PyObject * py_getTextSize(PyObject *self, PyObject *args)
Text/getTextSize.
Definition: python/textlabel.cpp:71
py_setTextFontSize
PyObject * py_setTextFontSize(PyObject *self, PyObject *args)
Text/changeTextSize.
Definition: python/textlabel.cpp:154
py_setTextScroll
PyObject * py_setTextScroll(PyObject *self, PyObject *args)
Definition: python/textlabel.cpp:223
py_setTextShadow
PyObject * py_setTextShadow(PyObject *self, PyObject *args)
Text/changeTextShadow.
Definition: python/textlabel.cpp:131
py_setTextColor
PyObject * py_setTextColor(PyObject *self, PyObject *args)
Text/changeTextColor.
Definition: python/textlabel.cpp:126
py_setTextValue
PyObject * py_setTextValue(PyObject *self, PyObject *args)
Text/changeText.
Definition: python/textlabel.cpp:106
py_setTextAlign
PyObject * py_setTextAlign(PyObject *self, PyObject *args)
Text/setTextAlign.
Definition: python/textlabel.cpp:200
py_showText
PyObject * py_showText(PyObject *self, PyObject *args)
Text/showText.
Definition: python/textlabel.cpp:96
py_deleteText
PyObject * py_deleteText(PyObject *self, PyObject *args)
Text/deleteText.
Definition: python/textlabel.cpp:53
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:07:20 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

superkaramba

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

kdeutils API Reference

Skip menu "kdeutils API Reference"
  • ark
  • filelight
  • kcalc
  • kcharselect
  • kdf
  • kfloppy
  • kgpg
  • kremotecontrol
  • ktimer
  • kwallet
  • superkaramba
  • sweeper

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal