#include <KoImportStyleDia.h>
Graphe de collaboration de KoImportStyleDia:
Fonctions membres publiques | |
KoImportStyleDia (KoStyleCollection *currentCollection, QWidget *parent, const char *name) | |
~KoImportStyleDia () | |
const KoStyleCollection & | importedStyles () const |
Connecteurs protégés | |
virtual void | slotOk () |
void | slotLoadFile () |
Fonctions membres protégées | |
virtual void | loadFile ()=0 |
void | clear () |
QString | generateStyleName (const QString &templateName) const |
QString | generateStyleDisplayName (const QString &templateName) const |
const KoStyleCollection * | currentCollection () const |
void | initList () |
Attributs protégés | |
Q3ListBox * | m_listStyleName |
KoStyleCollection | m_styleList |
Fonctions membres privées | |
void | generateStyleList () |
void | updateFollowingStyle (KoParagStyle *removedStyle) |
Attributs privés | |
KoStyleCollection * | m_currentCollection |
Définition à la ligne 30 du fichier KoImportStyleDia.h.
KoImportStyleDia::KoImportStyleDia | ( | KoStyleCollection * | currentCollection, | |
QWidget * | parent, | |||
const char * | name | |||
) |
currentCollection | collection of styles already present in the document (this is used to avoid conflicts in the style names and displayNames) |
Définition à la ligne 33 du fichier KoImportStyleDia.cpp.
Références currentCollection(), m_currentCollection, m_listStyleName, et slotLoadFile().
Voici le graphe d'appel pour cette fonction :
KoImportStyleDia::~KoImportStyleDia | ( | ) |
Définition à la ligne 56 du fichier KoImportStyleDia.cpp.
const KoStyleCollection& KoImportStyleDia::importedStyles | ( | ) | const [inline] |
Définition à la ligne 39 du fichier KoImportStyleDia.h.
void KoImportStyleDia::slotOk | ( | ) | [protected, virtual, slot] |
void KoImportStyleDia::slotLoadFile | ( | ) | [protected, slot] |
Définition à la ligne 87 du fichier KoImportStyleDia.cpp.
Références loadFile(), et m_listStyleName.
Référencé par KoImportStyleDia().
virtual void KoImportStyleDia::loadFile | ( | ) | [protected, pure virtual] |
Open file dialog and load the list of styles from the selected doc.
Référencé par slotLoadFile().
void KoImportStyleDia::clear | ( | ) | [protected] |
Définition à la ligne 130 du fichier KoImportStyleDia.cpp.
Références KoUserStyleCollection::clear(), et m_styleList.
Voici le graphe d'appel pour cette fonction :
QString KoImportStyleDia::generateStyleName | ( | const QString & | templateName | ) | const [protected] |
Définition à la ligne 104 du fichier KoImportStyleDia.cpp.
Références KoStyleCollection::findStyle(), m_currentCollection, et KoPageFormat::name().
Voici le graphe d'appel pour cette fonction :
QString KoImportStyleDia::generateStyleDisplayName | ( | const QString & | templateName | ) | const [protected] |
Définition à la ligne 117 du fichier KoImportStyleDia.cpp.
Références KoStyleCollection::findStyleByDisplayName(), m_currentCollection, et KoPageFormat::name().
Voici le graphe d'appel pour cette fonction :
const KoStyleCollection* KoImportStyleDia::currentCollection | ( | ) | const [inline, protected] |
Définition à la ligne 55 du fichier KoImportStyleDia.h.
Référencé par KoImportStyleDia().
Voici le graphe d'appel pour cette fonction :
void KoImportStyleDia::initList | ( | ) | [protected] |
Définition à la ligne 93 du fichier KoImportStyleDia.cpp.
Références KoUserStyleCollection::displayNameList(), m_listStyleName, et m_styleList.
Voici le graphe d'appel pour cette fonction :
void KoImportStyleDia::generateStyleList | ( | ) | [private] |
Définition à la ligne 60 du fichier KoImportStyleDia.cpp.
Références m_listStyleName, m_styleList, KoUserStyleCollection::removeStyle(), KoStyleCollection::styleAt(), et updateFollowingStyle().
Référencé par slotOk().
Voici le graphe d'appel pour cette fonction :
void KoImportStyleDia::updateFollowingStyle | ( | KoParagStyle * | removedStyle | ) | [private] |
Définition à la ligne 75 du fichier KoImportStyleDia.cpp.
Références m_styleList, et KoUserStyleCollection::styleList().
Référencé par generateStyleList().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
Q3ListBox* KoImportStyleDia::m_listStyleName [protected] |
Définition à la ligne 60 du fichier KoImportStyleDia.h.
Référencé par generateStyleList(), initList(), KoImportStyleDia(), et slotLoadFile().
KoStyleCollection KoImportStyleDia::m_styleList [protected] |
Définition à la ligne 61 du fichier KoImportStyleDia.h.
Référencé par clear(), generateStyleList(), initList(), et updateFollowingStyle().
Définition à la ligne 67 du fichier KoImportStyleDia.h.
Référencé par generateStyleDisplayName(), generateStyleName(), et KoImportStyleDia().