superkaramba
#include <karamba.h>
|
| | KarambaPython (const ThemeFile &theme, bool reloading) |
| |
| | ~KarambaPython () |
| |
| bool | activeTaskChanged (Karamba *k, Task *t) |
| |
| bool | commandFinished (Karamba *k, int pid) |
| |
| bool | commandOutput (Karamba *k, int pid, char *buffer) |
| |
| bool | desktopChanged (Karamba *k, int desktop) |
| |
| bool | initWidget (Karamba *k) |
| |
| bool | isExtensionLoaded () |
| |
| bool | itemDropped (Karamba *k, QString text, int x, int y) |
| |
| bool | keyPressed (Karamba *k, const Meter *meter, const QString &text) |
| |
| bool | menuItemClicked (Karamba *k, KMenu *menu, long id) |
| |
| bool | menuOptionChanged (Karamba *k, QString key, bool value) |
| |
| bool | meterClicked (Karamba *k, Meter *meter, int button) |
| |
| bool | meterClicked (Karamba *k, QString anchor, int button) |
| |
| bool | startupAdded (Karamba *k, Startup *t) |
| |
| bool | startupRemoved (Karamba *k, Startup *t) |
| |
| bool | systrayUpdated (Karamba *k) |
| |
| bool | taskAdded (Karamba *k, Task *t) |
| |
| bool | taskRemoved (Karamba *k, Task *t) |
| |
| bool | themeNotify (Karamba *k, const char *from, const char *txt) |
| |
| bool | wallpaperChanged (Karamba *k, int desktop) |
| |
| bool | widgetClicked (Karamba *k, int x, int y, int button) |
| |
| bool | widgetClosed (Karamba *k) |
| |
| bool | widgetMouseMoved (Karamba *k, int x, int y, int button) |
| |
| bool | widgetUpdated (Karamba *k) |
| |
Definition at line 40 of file python/karamba.h.
| KarambaPython::KarambaPython |
( |
const ThemeFile & |
theme, |
|
|
bool |
reloading |
|
) |
| |
| KarambaPython::~KarambaPython |
( |
| ) |
|
| bool KarambaPython::activeTaskChanged |
( |
Karamba * |
k, |
|
|
Task * |
t |
|
) |
| |
| bool KarambaPython::callObject |
( |
const char * |
func, |
|
|
PyObject * |
pArgs, |
|
|
bool |
lock = true |
|
) |
| |
|
protected |
| bool KarambaPython::commandFinished |
( |
Karamba * |
k, |
|
|
int |
pid |
|
) |
| |
| bool KarambaPython::commandOutput |
( |
Karamba * |
k, |
|
|
int |
pid, |
|
|
char * |
buffer |
|
) |
| |
| bool KarambaPython::desktopChanged |
( |
Karamba * |
k, |
|
|
int |
desktop |
|
) |
| |
| PyObject * KarambaPython::getFunc |
( |
const char * |
function | ) |
|
|
protected |
| KDE_EXPORT void KarambaPython::initPython |
( |
| ) |
|
|
static |
| bool KarambaPython::initWidget |
( |
Karamba * |
k | ) |
|
| bool KarambaPython::isExtensionLoaded |
( |
| ) |
|
|
inline |
| bool KarambaPython::itemDropped |
( |
Karamba * |
k, |
|
|
QString |
text, |
|
|
int |
x, |
|
|
int |
y |
|
) |
| |
| bool KarambaPython::keyPressed |
( |
Karamba * |
k, |
|
|
const Meter * |
meter, |
|
|
const QString & |
text |
|
) |
| |
| bool KarambaPython::menuItemClicked |
( |
Karamba * |
k, |
|
|
KMenu * |
menu, |
|
|
long |
id |
|
) |
| |
| bool KarambaPython::menuOptionChanged |
( |
Karamba * |
k, |
|
|
QString |
key, |
|
|
bool |
value |
|
) |
| |
| bool KarambaPython::meterClicked |
( |
Karamba * |
k, |
|
|
Meter * |
meter, |
|
|
int |
button |
|
) |
| |
| bool KarambaPython::meterClicked |
( |
Karamba * |
k, |
|
|
QString |
anchor, |
|
|
int |
button |
|
) |
| |
| KDE_EXPORT void KarambaPython::shutdownPython |
( |
| ) |
|
|
static |
| bool KarambaPython::systrayUpdated |
( |
Karamba * |
k | ) |
|
| bool KarambaPython::taskAdded |
( |
Karamba * |
k, |
|
|
Task * |
t |
|
) |
| |
| bool KarambaPython::taskRemoved |
( |
Karamba * |
k, |
|
|
Task * |
t |
|
) |
| |
| bool KarambaPython::themeNotify |
( |
Karamba * |
k, |
|
|
const char * |
from, |
|
|
const char * |
txt |
|
) |
| |
| bool KarambaPython::wallpaperChanged |
( |
Karamba * |
k, |
|
|
int |
desktop |
|
) |
| |
| bool KarambaPython::widgetClicked |
( |
Karamba * |
k, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
button |
|
) |
| |
| bool KarambaPython::widgetClosed |
( |
Karamba * |
k | ) |
|
| bool KarambaPython::widgetMouseMoved |
( |
Karamba * |
k, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
button |
|
) |
| |
| bool KarambaPython::widgetUpdated |
( |
Karamba * |
k | ) |
|
| bool KarambaPython::pythonThemeExtensionLoaded |
|
protected |
The documentation for this class was generated from the following files:
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.