lib
KoApplicationIface Class Reference
#include <KoApplicationIface.h>
Inheritance diagram for KoApplicationIface:

Detailed Description
DCOP interface for any KOffice application (entry point).
Definition at line 30 of file KoApplicationIface.h.
DCOP Member Functions | |
DCOPRef | createDocument (const QString &nativeFormat) |
QValueList< DCOPRef > | getDocuments () |
QValueList< DCOPRef > | getViews () |
QValueList< DCOPRef > | getWindows () |
Public Member Functions | |
KoApplicationIface () | |
~KoApplicationIface () |
Member Function Documentation
DCOPRef KoApplicationIface::createDocument | ( | const QString & | nativeFormat | ) |
Creates a new document for the given native mimetype Use it to create a shell and to load an existing file, if any.
Definition at line 43 of file KoApplicationIface.cc.
QValueList< DCOPRef > KoApplicationIface::getDocuments | ( | ) |
- Returns:
- a list of references to all the documents (see KoDocumentIface)
Definition at line 55 of file KoApplicationIface.cc.
QValueList< DCOPRef > KoApplicationIface::getViews | ( | ) |
- Returns:
- a list of references to all the views (see KoViewIface) Convenience method to avoid iterating over all documents to get all the views.
Definition at line 68 of file KoApplicationIface.cc.
QValueList< DCOPRef > KoApplicationIface::getWindows | ( | ) |
- Returns:
- a list of references to all the windows (see KoMainWindowIface)
Definition at line 85 of file KoApplicationIface.cc.
The documentation for this class was generated from the following files: