kwin/scripting
Martin Gräßlin ab253cd178 Scripting meets D-Bus
Each KWin Script is also exported as a D-Bus object and can be
stopped (destroyed) and started through D-Bus. Output and errors
are emitted as D-Bus signals. That allows external applications
(e.g. Plasma desktop scripting console) to load a script and print
out the output.

The general interface is exported as /Scripting and allows to load
a new script by file. The script is not directly executed but only
loaded. To execute it the run method on the script object has to be
invoked.
2011-12-31 13:41:00 +01:00
..
chelate.cpp KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
chelate.h KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
IMPLIST IMPLIST is no longer maintained. Please refer to scripting/apidocs.xml 2010-09-27 17:24:31 +00:00
meta.cpp Making the geometry mapping work 2011-12-31 08:58:43 +01:00
meta.h KWin scripting goes properties 2011-12-31 08:58:40 +01:00
plasma-backportglobal.h KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
s_clientgroup.cpp KWin scripting goes properties 2011-12-31 08:58:40 +01:00
s_clientgroup.h Adding a build option for KWin Scripting 2011-07-10 10:48:25 +02:00
scripting.cpp Scripting meets D-Bus 2011-12-31 13:41:00 +01:00
scripting.h Scripting meets D-Bus 2011-12-31 13:41:00 +01:00
timer.cpp KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
windowinfo.cpp KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
windowinfo.h KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
workspace.cpp KWin scripting goes properties 2011-12-31 08:58:40 +01:00
workspace.h KWin scripting goes properties 2011-12-31 08:58:40 +01:00
workspaceproxy.cpp KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00
workspaceproxy.h KWin uses kdelibs coding style. 2011-01-31 20:07:03 +01:00