#include <KoFileDialog.h>
Fonctions membres publiques | |
KoFileDialog (const QString &startDir, const QString &filter, QWidget *parent, const char *name, bool modal) | |
void | setSpecialMimeFilter (QStringList &mimeFilter, const QString ¤tFormat, const int specialOutputFlag, const QString &nativeFormat, int supportedSpecialFormats) |
int | specialEntrySelected () |
Connecteurs privés | |
void | slotChangedfilter (int index) |
Attributs privés | |
Q3ValueVector< int > | m_specialFormats |
Définition à la ligne 35 du fichier KoFileDialog.h.
KoFileDialog::KoFileDialog | ( | const QString & | startDir, | |
const QString & | filter, | |||
QWidget * | parent, | |||
const char * | name, | |||
bool | modal | |||
) |
void KoFileDialog::setSpecialMimeFilter | ( | QStringList & | mimeFilter, | |
const QString & | currentFormat, | |||
const int | specialOutputFlag, | |||
const QString & | nativeFormat, | |||
int | supportedSpecialFormats | |||
) |
Définition à la ligne 53 du fichier KoFileDialog.cpp.
Références m_specialFormats, KoDocument::SaveAsDirectoryStore, KoDocument::SaveAsFlatXML, slotChangedfilter(), et Py::type().
Voici le graphe d'appel pour cette fonction :
int KoFileDialog::specialEntrySelected | ( | ) |
void KoFileDialog::slotChangedfilter | ( | int | index | ) | [private, slot] |
Définition à la ligne 37 du fichier KoFileDialog.cpp.
Références m_specialFormats, et KoDocument::SaveAsDirectoryStore.
Référencé par KoFileDialog(), et setSpecialMimeFilter().
Q3ValueVector<int> KoFileDialog::m_specialFormats [private] |
Définition à la ligne 52 du fichier KoFileDialog.h.
Référencé par setSpecialMimeFilter(), slotChangedfilter(), et specialEntrySelected().