okular
Okular::GuiInterface Class Reference
#include <guiinterface.h>
Inheritance diagram for Okular::GuiInterface:

Detailed Description
Abstract interface for user interface control.This interface defines an way to interact with the Okular user interface, e.g. adding actions in the menus.
How to use it in a custom Generator:
class MyGenerator : public Okular::Generator, public Okular::GuiInterface { Q_OBJECT Q_INTERFACES( Okular::GuiInterface ) ... };
Definition at line 39 of file guiinterface.h.
Public Member Functions | |
| virtual | ~GuiInterface () |
| KXMLGUIClient * | guiClient () |
Constructor & Destructor Documentation
| virtual Okular::GuiInterface::~GuiInterface | ( | ) | [inline, virtual] |
Member Function Documentation
| KXMLGUIClient* Okular::GuiInterface::guiClient | ( | ) | [inline] |
This method requests the XML GUI Client provided by the interface.
Definition at line 50 of file guiinterface.h.
The documentation for this class was generated from the following file:
KDE 4.0 API Reference