superkaramba
#include "python/systray.h"
#include <Python.h>
#include <QObject>
#include "../karamba.h"
#include "../meters/meter.h"
#include "python/meter.h"
#include <KDebug>

Go to the source code of this file.
Functions | |
PyObject * | py_create_systray (PyObject *, PyObject *args) |
PyObject * | py_get_current_window_count (PyObject *, PyObject *args) |
PyObject * | py_get_systray_size (PyObject *, PyObject *args) |
PyObject * | py_hide_systray (PyObject *, PyObject *args) |
PyObject * | py_move_systray (PyObject *, PyObject *args) |
PyObject * | py_show_systray (PyObject *, PyObject *args) |
PyObject * | py_update_systray_layout (PyObject *, PyObject *args) |
Function Documentation
Systray/createSystray.
SYNOPSIS long createSystray(widget, x, y, w, h) DESCRIPTION ?? ARGUMENTS
- long widget – karamba
- long x – x coordinate
- long y – y coordinate
- long w – width
- long h – height RETURN VALUE 1 if successful
Definition at line 170 of file systray.cpp.
Systray/getCurrentWindowCount.
SYNOPSIS long getCurrentWindowCount(widget) DESCRIPTION ?? ARGUMENTS
- long widget – karamba RETURN VALUE window count
Definition at line 209 of file systray.cpp.
Definition at line 282 of file systray.cpp.
Systray/hideSystray.
SYNOPSIS long hideSystray(widget) DESCRIPTION ?? ARGUMENTS
- long widget – karamba RETURN VALUE 1 if successful
Definition at line 126 of file systray.cpp.
Systray/moveSystray.
SYNOPSIS long moveSystray(widget, x, y, w, h) DESCRIPTION ?? ARGUMENTS
- long widget – karamba
- long x – x coordinate
- long y – y coordinate
- long w – width
- long h – height RETURN VALUE 1 if successful
Definition at line 54 of file systray.cpp.
Systray/showSystray.
SYNOPSIS long showSystray(widget) DESCRIPTION ?? ARGUMENTS
- long widget – karamba RETURN VALUE 1 if successful
Definition at line 90 of file systray.cpp.
Systray/updateSystrayLayout.
SYNOPSIS long getCurrentWindowCount(widget) DESCRIPTION ?? ARGUMENTS
- long widget – karamba RETURN VALUE 1 if successful
Definition at line 245 of file systray.cpp.
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.