KMainWindowInterface Class Reference
This is the main interface to the KMainWindow. DCOP interface to KMainWindow. More...
#include <kmainwindowiface.h>
Inheritance diagram for KMainWindowInterface:


DCOP Member Functions | |
| QCStringList | actions () |
| Return a list of actions available to the application's window. | |
| bool | activateAction (QCString action) |
| Activates the requested action. | |
| bool | disableAction (QCString action) |
| Disables the requested action. | |
| bool | enableAction (QCString action) |
| Enables the requested action. | |
| bool | actionIsEnabled (QCString action) |
| Returns the status of the requested action. | |
| QCString | actionToolTip (QCString action) |
| Returns the tool tip text of the requested action. | |
| DCOPRef | action (const QCString &name) |
| Returns a dcop reference to the selected KAction. | |
| QMap< QCString, DCOPRef > | actionMap () |
| Returns and action map. | |
| int | getWinID () |
| Returns the ID of the current main window. | |
| void | grabWindowToClipBoard () |
| Copies a pixmap representation of the current main window to the clipboard. | |
| void | hide () |
| void | maximize () |
| void | minimize () |
| void | resize (int newWidth, int newHeight) |
| void | move (int newX, int newY) |
| void | setGeometry (int newX, int newY, int newWidth, int newHeight) |
| void | raise () |
| void | lower () |
| void | restore () |
| void | show () |
Public Member Functions | |
| KMainWindowInterface (KMainWindow *mainWindow) | |
| Construct a new interface object. | |
| ~KMainWindowInterface () | |
| Destructor Cleans up the dcop action proxy object. | |
| QCStringList | functionsDynamic () |
| bool | processDynamic (const QCString &fun, const QByteArray &data, QCString &replyType, QByteArray &replyData) |
Detailed Description
This is the main interface to the KMainWindow. DCOP interface to KMainWindow.This will provide a consistant dcop interface to all KDE applications that use it.
- Author:
- Ian Reinhart Geiser <geiseri@yahoo.com>
Definition at line 40 of file kmainwindowiface.h.
Constructor & Destructor Documentation
|
|
Construct a new interface object.
Definition at line 31 of file kmainwindowiface.cpp. References KXMLGUIClient::actionCollection(), and KStdAccel::name(). |
|
|
Destructor Cleans up the dcop action proxy object.
Definition at line 39 of file kmainwindowiface.cpp. |
Member Function Documentation
|
|
Return a list of actions available to the application's window.
Definition at line 45 of file kmainwindowiface.cpp. |
|
|
Activates the requested action.
Definition at line 58 of file kmainwindowiface.cpp. |
|
|
Disables the requested action.
Definition at line 71 of file kmainwindowiface.cpp. |
|
|
Enables the requested action.
Definition at line 84 of file kmainwindowiface.cpp. |
|
|
Returns the status of the requested action.
Definition at line 97 of file kmainwindowiface.cpp. |
|
|
Returns the tool tip text of the requested action.
Definition at line 109 of file kmainwindowiface.cpp. |
|
|
Returns a dcop reference to the selected KAction.
Definition at line 122 of file kmainwindowiface.cpp. |
|
|
Returns and action map.
Definition at line 127 of file kmainwindowiface.cpp. |
|
|
Returns the ID of the current main window. This is useful for automated screen captures or other evil widget fun.
Definition at line 132 of file kmainwindowiface.cpp. |
|
|
Copies a pixmap representation of the current main window to the clipboard.
Definition at line 136 of file kmainwindowiface.cpp. |
The documentation for this class was generated from the following files:
