lib Library API Documentation

KoApplicationIface Class Reference

DCOP interface for any KOffice application (entry point). More...

#include <KoApplicationIface.h>

List of all members.

DCOP Member Functions

DCOPRef createDocument (const QString &nativeFormat)
QValueList< DCOPRef > getDocuments ()
QValueList< DCOPRef > getViews ()
QValueList< DCOPRef > getWindows ()


Detailed Description

DCOP interface for any KOffice application (entry point).

Definition at line 30 of file KoApplicationIface.h.


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:
KDE Logo
This file is part of the documentation for lib Library Version 1.3.5.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Mar 11 11:48:34 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003