#include "KoXmlReader.h"#include <QApplication>#include <QByteArray>#include <assert.h>Graphe des dépendances par inclusion de kodomtest.cpp:
Aller au code source de ce fichier.
Fonctions | |
| void | testQDom (const KoXmlDocument &doc) |
| void | testKoDom (const KoXmlDocument &doc) |
| int | main (int argc, char **argv) |
Variables | |
| static const char *const | KoXmlNS_office = "urn:oasis:names:tc:opendocument:xmlns:office:1.0" |
| static const char *const | KoXmlNS_text = "urn:oasis:names:tc:opendocument:xmlns:text:1.0" |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Définition à la ligne 110 du fichier kodomtest.cpp.
Références app, KoXmlNS_office, KoXmlNS_text, testKoDom(), et testQDom().
Voici le graphe d'appel pour cette fonction :
| void testKoDom | ( | const KoXmlDocument & | doc | ) |
Définition à la ligne 68 du fichier kodomtest.cpp.
Références forEachElement, KoXmlNS_office, KoXmlNS_text, et KoXml::namedItemNS().
Référencé par main().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
| void testQDom | ( | const KoXmlDocument & | doc | ) |
Définition à la ligne 35 du fichier kodomtest.cpp.
Références KoXmlNS_office, KoXmlNS_text, et KoXml::namedItemNS().
Référencé par main().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
const char* const KoXmlNS_office = "urn:oasis:names:tc:opendocument:xmlns:office:1.0" [static] |
Définition à la ligne 22 du fichier kodomtest.cpp.
Référencé par main(), testKoDom(), et testQDom().
const char* const KoXmlNS_text = "urn:oasis:names:tc:opendocument:xmlns:text:1.0" [static] |
Définition à la ligne 23 du fichier kodomtest.cpp.
Référencé par main(), testKoDom(), et testQDom().
1.5.1-p1