• 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
misc.h
Go to the documentation of this file.
1 /*
2 * misc_python.h - Misc 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 * Copyright (C) 2004,2005 Luke Kenneth Casson Leighton <lkcl@lkcl.net>
8 *
9 * This file is part of SuperKaramba.
10 *
11 * SuperKaramba is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation; either version 2 of the License, or
14 * (at your option) any later version.
15 *
16 * SuperKaramba is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
20 *
21 * You should have received a copy of the GNU General Public License
22 * along with SuperKaramba; if not, write to the Free Software
23 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
24 ****************************************************************************/
25 
26 #ifndef MISC_PYTHON_H
27 #define MISC_PYTHON_H
28 
35 #include <Python.h>
36 
53 PyObject* py_accept_drops(PyObject *self, PyObject *args);
54 
69 PyObject* py_execute_command(PyObject* self, PyObject* args);
70 
100 PyObject* py_execute_command_interactive(PyObject* self, PyObject* args);
101 
118 PyObject* py_run_command(PyObject* self, PyObject* args);
119 
154 PyObject* py_attach_clickArea(PyObject* self, PyObject* args, PyObject* dict);
155 
169 PyObject* py_toggle_show_desktop(PyObject *self, PyObject *args);
170 
183 PyObject* py_get_theme_path(PyObject *self, PyObject *args);
184 
196 PyObject* py_language(PyObject *self, PyObject *args);
197 
209 PyObject* py_userLanguage(PyObject *self, PyObject *args);
210 
211 
229 PyObject* py_userLanguages(PyObject *self, PyObject *args);
230 
231 
244 PyObject* py_read_theme_file(PyObject *self, PyObject *args);
245 
264 PyObject* py_create_click_area(PyObject *self, PyObject *args);
265 
277 PyObject* py_open_theme(PyObject *self, PyObject *args);
278 
290 PyObject* py_reload_theme(PyObject *self, PyObject *args);
291 
303 PyObject* py_get_number_of_desktops(PyObject *self, PyObject *args);
304 
319 PyObject* py_translate_all(PyObject *self, PyObject *args);
320 
332 PyObject* py_show(PyObject *self, PyObject *args);
333 
345 PyObject* py_hide(PyObject *self, PyObject *args);
346 
359 PyObject* py_get_ip(PyObject *self, PyObject *args);
360 
373 PyObject* py_change_interval(PyObject *self, PyObject *args);
374 
398 PyObject* py_create_service_click_area(PyObject *self, PyObject *args);
399 
412 PyObject* py_remove_click_area(PyObject *self, PyObject *args);
413 
414 
430 PyObject* py_get_pretty_name(PyObject *self, PyObject *args);
431 
453 PyObject* py_open_named_theme(PyObject *self, PyObject *args);
454 
472 PyObject* py_call_theme(PyObject *self, PyObject *args);
473 
494 PyObject* py_set_incoming_data(PyObject *self, PyObject *args);
495 
509 PyObject* py_get_incoming_data(PyObject *self, PyObject *args);
510 
524 PyObject* py_get_update_time(PyObject *self, PyObject *args);
525 
542 PyObject* py_want_right_button(PyObject *self, PyObject *args);
543 
558 PyObject* py_management_popup(PyObject *self, PyObject *args);
559 
574 PyObject* py_set_update_time(PyObject *self, PyObject *args);
575 
576 #endif /* MISC_PYTHON_H */
577 
py_get_update_time
PyObject * py_get_update_time(PyObject *self, PyObject *args)
Misc/getUpdateTime.
Definition: misc.cpp:743
PyObject
struct _object PyObject
Definition: python/karamba.h:35
py_remove_click_area
PyObject * py_remove_click_area(PyObject *self, PyObject *args)
Misc/removeClickArea.
Definition: misc.cpp:380
py_get_pretty_name
PyObject * py_get_pretty_name(PyObject *self, PyObject *args)
Misc/getPrettyName.
Definition: misc.cpp:258
py_management_popup
PyObject * py_management_popup(PyObject *self, PyObject *args)
Misc/managementPopup.
Definition: misc.cpp:770
py_call_theme
PyObject * py_call_theme(PyObject *self, PyObject *args)
Misc/callTheme.
Definition: misc.cpp:506
py_get_number_of_desktops
PyObject * py_get_number_of_desktops(PyObject *self, PyObject *args)
Misc/getNumberOfDesktop.
Definition: misc.cpp:553
py_set_update_time
PyObject * py_set_update_time(PyObject *self, PyObject *args)
Misc/setUpdateTime.
Definition: misc.cpp:732
py_want_right_button
PyObject * py_want_right_button(PyObject *self, PyObject *args)
Misc/wantRightButton.
Definition: misc.cpp:787
py_create_click_area
PyObject * py_create_click_area(PyObject *self, PyObject *args)
Misc/createClickArea.
Definition: misc.cpp:400
py_translate_all
PyObject * py_translate_all(PyObject *self, PyObject *args)
Misc/translateAll.
Definition: misc.cpp:588
py_userLanguages
PyObject * py_userLanguages(PyObject *self, PyObject *args)
Misc/userLanguages.
Definition: misc.cpp:304
py_get_incoming_data
PyObject * py_get_incoming_data(PyObject *self, PyObject *args)
Misc/getIncomingData.
Definition: misc.cpp:488
py_open_named_theme
PyObject * py_open_named_theme(PyObject *self, PyObject *args)
Misc/openNamedTheme.
Definition: misc.cpp:516
py_reload_theme
PyObject * py_reload_theme(PyObject *self, PyObject *args)
Misc/reloadTheme.
Definition: misc.cpp:534
py_get_theme_path
PyObject * py_get_theme_path(PyObject *self, PyObject *args)
Misc/getThemePath.
Definition: misc.cpp:273
py_read_theme_file
PyObject * py_read_theme_file(PyObject *self, PyObject *args)
Misc/readThemeFile.
Definition: misc.cpp:325
py_set_incoming_data
PyObject * py_set_incoming_data(PyObject *self, PyObject *args)
Misc/setIncomingData.
Definition: misc.cpp:496
py_change_interval
PyObject * py_change_interval(PyObject *self, PyObject *args)
Misc/changeInterval.
Definition: misc.cpp:805
py_show
PyObject * py_show(PyObject *self, PyObject *args)
Misc/show.
Definition: misc.cpp:607
py_open_theme
PyObject * py_open_theme(PyObject *self, PyObject *args)
Misc/openTheme.
Definition: misc.cpp:526
py_run_command
PyObject * py_run_command(PyObject *self, PyObject *args)
Misc/run.
Definition: misc.cpp:79
py_hide
PyObject * py_hide(PyObject *self, PyObject *args)
Misc/hide.
Definition: misc.cpp:625
py_attach_clickArea
PyObject * py_attach_clickArea(PyObject *self, PyObject *args, PyObject *dict)
Misc/attachClickArea.
Definition: misc.cpp:198
py_execute_command
PyObject * py_execute_command(PyObject *self, PyObject *args)
Misc/execute.
Definition: misc.cpp:108
py_get_ip
PyObject * py_get_ip(PyObject *self, PyObject *args)
Misc/getIp.
Definition: misc.cpp:753
py_create_service_click_area
PyObject * py_create_service_click_area(PyObject *self, PyObject *args)
Misc/createServiceClickArea.
Definition: misc.cpp:388
py_language
PyObject * py_language(PyObject *self, PyObject *args)
Misc/language.
Definition: misc.cpp:283
py_userLanguage
PyObject * py_userLanguage(PyObject *self, PyObject *args)
Misc/language.
Definition: misc.cpp:294
py_toggle_show_desktop
PyObject * py_toggle_show_desktop(PyObject *self, PyObject *args)
Misc/toggleShowDesktop.
Definition: misc.cpp:240
py_execute_command_interactive
PyObject * py_execute_command_interactive(PyObject *self, PyObject *args)
Misc/executeInteractive.
Definition: misc.cpp:118
py_accept_drops
PyObject * py_accept_drops(PyObject *self, PyObject *args)
Misc/acceptDrops.
Definition: misc.cpp:67
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