#include <kmainwindowiface.h>
Inheritance diagram for KMainWindowInterface:

DCOP Methods | |
| QCStringList | actions () |
| bool | activateAction (QCString action) |
| bool | disableAction (QCString action) |
| bool | enableAction (QCString action) |
| bool | actionIsEnabled (QCString action) |
| QCString | actionToolTip (QCString action) |
| DCOPRef | action (const QCString &name) |
| QMap< QCString, DCOPRef > | actionMap () |
| int | getWinID () |
| void | grabWindowToClipBoard () |
Public Methods | |
| KMainWindowInterface (KMainWindow *mainWindow) | |
| ~KMainWindowInterface () | |
| QCStringList | functionsDynamic () |
| bool | processDynamic (const QCString &fun, const QByteArray &data, QCString &replyType, QByteArray &replyData) |
This is the main interface to the KMainWindow. This will provide a consistant dcop interface to all KDE applications that use it.
Definition at line 40 of file kmainwindowiface.h.
|
|
Construct a new interface object.
|
|
|
Destructor Cleans up the dcop action proxy object. |
|
|
Returns a dcop reference to the selected KAction
|
|
|
Returns the status of the requested action.
|
|
|
Returns and action map |
|
|
Return a list of actions available to the application's window.
|
|
|
Returns the tool tip text of the requested action.
|
|
|
Activates the requested action.
|
|
|
Disables the requested action.
|
|
|
Enables the requested action.
|
|
|
This function is of interest when you used an IDL compiler to generate the implementation for functions() but you still want to list some functions dynamically. Dynamically means that the methods may appear and vanish during runtime.
Reimplemented from DCOPObject. |
|
|
Returns the ID of the current main window. This is useful for automated screen captures or other evil widget fun.
|
|
|
Copies a pixmap representation of the current main window to the clipboard. |
|
||||||||||||||||||||
|
This function is of interest when you used an IDL compiler to generate the implementation for process() but you still want to dispatch some functions dynamically. Dynamically means that methods may appear and vanish during runtime.
Reimplemented from DCOPObject. |
1.2.18