• 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/richtextlabel.h
Go to the documentation of this file.
1 /****************************************************************************
2 * richtextlabel_python.h - Functions for richtext 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 RICHTEXTLABEL_PYTHON_H
26 #define RICHTEXTLABEL_PYTHON_H
27 
28 #include <Python.h>
29 
59 PyObject* py_createRichText(PyObject *self, PyObject *args);
60 
75 PyObject* py_deleteRichText(PyObject *self, PyObject *args);
76 
95 PyObject* py_getThemeRichText(PyObject *self, PyObject *args);
96 
110 PyObject* py_getRichTextSize(PyObject *self, PyObject *args);
111 
126 PyObject* py_resizeRichText(PyObject *self, PyObject *args);
127 
141 PyObject* py_getRichTextPos(PyObject *self, PyObject *args);
142 
158 PyObject* py_moveRichText(PyObject *self, PyObject *args);
159 
173 PyObject* py_hideRichText(PyObject *self, PyObject *args);
174 
188 PyObject* py_showRichText(PyObject *self, PyObject *args);
189 
202 PyObject* py_getRichTextValue(PyObject *self, PyObject *args);
203 
232 PyObject* py_setRichTextValue(PyObject *self, PyObject *args);
233 
246 PyObject* py_getRichTextSensor(PyObject *self, PyObject *args);
247 
261 PyObject* py_setRichTextSensor(PyObject *self, PyObject *args);
262 
276 PyObject* py_setRichTextFontSize(PyObject *self, PyObject *args);
277 
290 PyObject* py_getRichTextFontSize(PyObject *self, PyObject *args);
291 
305 PyObject* py_setRichTextFont(PyObject *self, PyObject *args);
306 
319 PyObject* py_getRichTextFont(PyObject *self, PyObject *args);
320 
338 PyObject* py_set_rich_text_width(PyObject* self, PyObject* args);
339 
340 #endif // RICHTEXTLABEL_PYTHON_H
py_resizeRichText
PyObject * py_resizeRichText(PyObject *self, PyObject *args)
RichText/resizeRichText.
Definition: python/richtextlabel.cpp:81
PyObject
struct _object PyObject
Definition: python/karamba.h:35
py_setRichTextFontSize
PyObject * py_setRichTextFontSize(PyObject *self, PyObject *args)
RichText/changeRichTextSize.
Definition: python/richtextlabel.cpp:126
py_hideRichText
PyObject * py_hideRichText(PyObject *self, PyObject *args)
RichText/hideRichText.
Definition: python/richtextlabel.cpp:96
py_setRichTextFont
PyObject * py_setRichTextFont(PyObject *self, PyObject *args)
RichText/changeRichTextFont.
Definition: python/richtextlabel.cpp:149
py_getRichTextFont
PyObject * py_getRichTextFont(PyObject *self, PyObject *args)
RichText/getRichTextFont.
Definition: python/richtextlabel.cpp:162
py_showRichText
PyObject * py_showRichText(PyObject *self, PyObject *args)
RichText/showRichText.
Definition: python/richtextlabel.cpp:101
py_moveRichText
PyObject * py_moveRichText(PyObject *self, PyObject *args)
RichText/moveRichText.
Definition: python/richtextlabel.cpp:91
py_getRichTextSize
PyObject * py_getRichTextSize(PyObject *self, PyObject *args)
RichText/getRichTextSize.
Definition: python/richtextlabel.cpp:76
py_getRichTextSensor
PyObject * py_getRichTextSensor(PyObject *self, PyObject *args)
RichText/getRichTextSensor.
Definition: python/richtextlabel.cpp:116
py_getRichTextValue
PyObject * py_getRichTextValue(PyObject *self, PyObject *args)
RichText/getRichTextValue.
Definition: python/richtextlabel.cpp:106
py_set_rich_text_width
PyObject * py_set_rich_text_width(PyObject *self, PyObject *args)
RichText/setRichTextWidth.
Definition: python/richtextlabel.cpp:173
py_deleteRichText
PyObject * py_deleteRichText(PyObject *self, PyObject *args)
RichText/deleteRichText.
Definition: python/richtextlabel.cpp:57
py_setRichTextSensor
PyObject * py_setRichTextSensor(PyObject *self, PyObject *args)
RichText/setRichTextSensor.
Definition: python/richtextlabel.cpp:121
py_setRichTextValue
PyObject * py_setRichTextValue(PyObject *self, PyObject *args)
RichText/changeRichText.
Definition: python/richtextlabel.cpp:111
py_createRichText
PyObject * py_createRichText(PyObject *self, PyObject *args)
RichText/createRichText.
Definition: python/richtextlabel.cpp:41
py_getRichTextFontSize
PyObject * py_getRichTextFontSize(PyObject *self, PyObject *args)
RichText/getRichTextFontSize.
Definition: python/richtextlabel.cpp:139
py_getRichTextPos
PyObject * py_getRichTextPos(PyObject *self, PyObject *args)
RichText/getRichTextPos.
Definition: python/richtextlabel.cpp:86
py_getThemeRichText
PyObject * py_getThemeRichText(PyObject *self, PyObject *args)
RichText/getThemeRichText.
Definition: python/richtextlabel.cpp:71
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