#include <KoDocumentIface.h>
Graphe de collaboration de KoDocumentIface:
Fonctions membres DCOP | |
QString | url () |
void | openURL (const QString &url) |
bool | isLoading () |
bool | isModified () |
int | viewCount () |
DCOPRef | view (int idx) |
DCOPRef | action (const DCOPCString &name) |
DCOPCStringList | actions () |
QMap< DCOPCString, DCOPRef > | actionMap () |
void | save () |
void | saveAs (const QString &url) |
void | setOutputMimeType (const QByteArray &mimetype) |
QString | documentInfoAuthorName () const |
QString | documentInfoEmail () const |
QString | documentInfoCompanyName () const |
QString | documentInfoTitle () const |
QString | documentInfoAbstract () const |
QString | documentInfoKeywords () const |
QString | documentInfoSubject () const |
QString | documentInfoTelephone () const |
QString | documentInfoTelephoneWork () const |
QString | documentInfoTelephoneHome () const |
QString | documentInfoFax () const |
QString | documentInfoCountry () const |
QString | documentInfoPostalCode () const |
QString | documentInfoCity () const |
QString | documentInfoStreet () const |
QString | documentInfoInitial () const |
QString | documentInfoAuthorPostion () const |
void | setDocumentInfoAuthorName (const QString &text) |
void | setDocumentInfoEmail (const QString &text) |
void | setDocumentInfoCompanyName (const QString &text) |
void | setDocumentInfoTelephone (const QString &text) |
void | setDocumentInfoTelephoneWork (const QString &text) |
void | setDocumentInfoTelephoneHome (const QString &text) |
void | setDocumentInfoFax (const QString &text) |
void | setDocumentInfoCountry (const QString &text) |
void | setDocumentInfoTitle (const QString &text) |
void | setDocumentInfoPostalCode (const QString &text) |
void | setDocumentInfoCity (const QString &text) |
void | setDocumentInfoStreet (const QString &text) |
void | setDocumentInfoAbstract (const QString &text) |
void | setDocumentInfoInitial (const QString &text) |
void | setDocumentInfoKeywords (const QString &text) |
void | setDocumentInfoSubject (const QString &text) |
void | setDocumentInfoAuthorPosition (const QString &text) |
Fonctions membres publiques | |
KoDocumentIface (KoDocument *doc, const char *name=0) | |
~KoDocumentIface () | |
virtual DCOPCStringList | functionsDynamic () |
virtual bool | processDynamic (const DCOPCString &fun, const QByteArray &data, DCOPCString &replyType, QByteArray &replyData) |
Fonctions membres publiques statiques | |
static DCOPCString | newIfaceName () |
Attributs protégés | |
KoDocument * | m_pDoc |
KDCOPActionProxy * | m_actionProxy |
Note: KOffice Applications may (and should) reimplement KoDocument::dcopObject() In this case, don't look here... (unless the DCOP interface for the document inherits KoDocumentIface, which is a good thing to do)
Définition à la ligne 42 du fichier KoDocumentIface.h.
KoDocumentIface::KoDocumentIface | ( | KoDocument * | doc, | |
const char * | name = 0 | |||
) |
KoDocumentIface::~KoDocumentIface | ( | ) |
DCOPCString KoDocumentIface::newIfaceName | ( | ) | [static] |
Generate a name for this interface. Automatically used if name=0 is passed to the constructor
Définition à la ligne 36 du fichier KoDocumentIface.cc.
Références KoPageFormat::name().
Voici le graphe d'appel pour cette fonction :
QString KoDocumentIface::url | ( | ) |
Returns the URL for this document (empty, real URL, or internal one)
Définition à la ligne 65 du fichier KoDocumentIface.cc.
void KoDocumentIface::openURL | ( | const QString & | url | ) |
Opens a document stored in url
Warning: this is asynchronous. The document might not be loaded yet when this call returns. See isLoading.
Définition à la ligne 55 du fichier KoDocumentIface.cc.
bool KoDocumentIface::isLoading | ( | ) |
Définition à la ligne 60 du fichier KoDocumentIface.cc.
bool KoDocumentIface::isModified | ( | ) |
Définition à la ligne 70 du fichier KoDocumentIface.cc.
int KoDocumentIface::viewCount | ( | ) |
Définition à la ligne 75 du fichier KoDocumentIface.cc.
DCOPRef KoDocumentIface::view | ( | int | idx | ) |
idx
Définition à la ligne 80 du fichier KoDocumentIface.cc.
DCOPRef KoDocumentIface::action | ( | const DCOPCString & | name | ) |
DCOP-action proxy
Définition à la ligne 95 du fichier KoDocumentIface.cc.
DCOPCStringList KoDocumentIface::actions | ( | ) |
QMap< DCOPCString, DCOPRef > KoDocumentIface::actionMap | ( | ) |
Définition à la ligne 112 du fichier KoDocumentIface.cc.
void KoDocumentIface::save | ( | ) |
Saves the document under its existing filename
Définition à la ligne 117 du fichier KoDocumentIface.cc.
void KoDocumentIface::saveAs | ( | const QString & | url | ) |
Saves the document under a new name
Définition à la ligne 122 du fichier KoDocumentIface.cc.
void KoDocumentIface::setOutputMimeType | ( | const QByteArray & | mimetype | ) |
Définition à la ligne 128 du fichier KoDocumentIface.cc.
QString KoDocumentIface::documentInfoAuthorName | ( | ) | const |
Définition à la ligne 133 du fichier KoDocumentIface.cc.
QString KoDocumentIface::documentInfoEmail | ( | ) | const |
Définition à la ligne 138 du fichier KoDocumentIface.cc.
QString KoDocumentIface::documentInfoCompanyName | ( | ) | const |
Définition à la ligne 143 du fichier KoDocumentIface.cc.
QString KoDocumentIface::documentInfoTitle | ( | ) | const |
Définition à la ligne 200 du fichier KoDocumentIface.cc.
QString KoDocumentIface::documentInfoAbstract | ( | ) | const |
Définition à la ligne 205 du fichier KoDocumentIface.cc.
QString KoDocumentIface::documentInfoKeywords | ( | ) | const |
Définition à la ligne 210 du fichier KoDocumentIface.cc.
QString KoDocumentIface::documentInfoSubject | ( | ) | const |
Définition à la ligne 215 du fichier KoDocumentIface.cc.
QString KoDocumentIface::documentInfoTelephone | ( | ) | const |
Définition à la ligne 148 du fichier KoDocumentIface.cc.
QString KoDocumentIface::documentInfoTelephoneWork | ( | ) | const |
Définition à la ligne 154 du fichier KoDocumentIface.cc.
QString KoDocumentIface::documentInfoTelephoneHome | ( | ) | const |
Définition à la ligne 159 du fichier KoDocumentIface.cc.
QString KoDocumentIface::documentInfoFax | ( | ) | const |
Définition à la ligne 165 du fichier KoDocumentIface.cc.
QString KoDocumentIface::documentInfoCountry | ( | ) | const |
Définition à la ligne 170 du fichier KoDocumentIface.cc.
QString KoDocumentIface::documentInfoPostalCode | ( | ) | const |
Définition à la ligne 175 du fichier KoDocumentIface.cc.
QString KoDocumentIface::documentInfoCity | ( | ) | const |
Définition à la ligne 180 du fichier KoDocumentIface.cc.
QString KoDocumentIface::documentInfoStreet | ( | ) | const |
Définition à la ligne 195 du fichier KoDocumentIface.cc.
QString KoDocumentIface::documentInfoInitial | ( | ) | const |
Définition à la ligne 185 du fichier KoDocumentIface.cc.
QString KoDocumentIface::documentInfoAuthorPostion | ( | ) | const |
Définition à la ligne 190 du fichier KoDocumentIface.cc.
void KoDocumentIface::setDocumentInfoAuthorName | ( | const QString & | text | ) |
Définition à la ligne 229 du fichier KoDocumentIface.cc.
void KoDocumentIface::setDocumentInfoEmail | ( | const QString & | text | ) |
Définition à la ligne 234 du fichier KoDocumentIface.cc.
void KoDocumentIface::setDocumentInfoCompanyName | ( | const QString & | text | ) |
Définition à la ligne 239 du fichier KoDocumentIface.cc.
void KoDocumentIface::setDocumentInfoTelephone | ( | const QString & | text | ) |
Définition à la ligne 250 du fichier KoDocumentIface.cc.
void KoDocumentIface::setDocumentInfoTelephoneWork | ( | const QString & | text | ) |
Définition à la ligne 256 du fichier KoDocumentIface.cc.
void KoDocumentIface::setDocumentInfoTelephoneHome | ( | const QString & | text | ) |
Définition à la ligne 261 du fichier KoDocumentIface.cc.
void KoDocumentIface::setDocumentInfoFax | ( | const QString & | text | ) |
Définition à la ligne 266 du fichier KoDocumentIface.cc.
void KoDocumentIface::setDocumentInfoCountry | ( | const QString & | text | ) |
Définition à la ligne 271 du fichier KoDocumentIface.cc.
void KoDocumentIface::setDocumentInfoTitle | ( | const QString & | text | ) |
Définition à la ligne 276 du fichier KoDocumentIface.cc.
void KoDocumentIface::setDocumentInfoPostalCode | ( | const QString & | text | ) |
Définition à la ligne 281 du fichier KoDocumentIface.cc.
void KoDocumentIface::setDocumentInfoCity | ( | const QString & | text | ) |
Définition à la ligne 286 du fichier KoDocumentIface.cc.
void KoDocumentIface::setDocumentInfoStreet | ( | const QString & | text | ) |
Définition à la ligne 296 du fichier KoDocumentIface.cc.
void KoDocumentIface::setDocumentInfoAbstract | ( | const QString & | text | ) |
Définition à la ligne 301 du fichier KoDocumentIface.cc.
void KoDocumentIface::setDocumentInfoInitial | ( | const QString & | text | ) |
Définition à la ligne 291 du fichier KoDocumentIface.cc.
void KoDocumentIface::setDocumentInfoKeywords | ( | const QString & | text | ) |
Définition à la ligne 219 du fichier KoDocumentIface.cc.
void KoDocumentIface::setDocumentInfoSubject | ( | const QString & | text | ) |
Définition à la ligne 224 du fichier KoDocumentIface.cc.
void KoDocumentIface::setDocumentInfoAuthorPosition | ( | const QString & | text | ) |
Définition à la ligne 244 du fichier KoDocumentIface.cc.
DCOPCStringList KoDocumentIface::functionsDynamic | ( | ) | [virtual] |
bool KoDocumentIface::processDynamic | ( | const DCOPCString & | fun, | |
const QByteArray & | data, | |||
DCOPCString & | replyType, | |||
QByteArray & | replyData | |||
) | [virtual] |
KoDocument* KoDocumentIface::m_pDoc [protected] |
Définition à la ligne 155 du fichier KoDocumentIface.h.
Référencé par functionsDynamic(), KoDocumentIface(), et processDynamic().
KDCOPActionProxy* KoDocumentIface::m_actionProxy [protected] |
Définition à la ligne 156 du fichier KoDocumentIface.h.
Référencé par KoDocumentIface(), et ~KoDocumentIface().