#include <KoPartSelectDia.h>
Fonctions membres publiques | |
KoPartSelectDia (QWidget *parent=0, const char *name=0) | |
KoDocumentEntry | entry () |
Fonctions membres publiques statiques | |
static KoDocumentEntry | selectPart (QWidget *parent=0L) |
Connecteurs privés | |
void | selectionChanged (Q3ListViewItem *) |
Attributs privés | |
Q3ValueList< KoDocumentEntry > | m_lstEntries |
Q3ListView * | listview |
Définition à la ligne 38 du fichier KoPartSelectDia.h.
KoPartSelectDia::KoPartSelectDia | ( | QWidget * | parent = 0 , |
|
const char * | name = 0 | |||
) |
Constructor.
Définition à la ligne 35 du fichier KoPartSelectDia.cpp.
Références listview, m_lstEntries, KoDocumentEntry::query(), et selectionChanged().
Référencé par selectPart().
Voici le graphe d'appel pour cette fonction :
Voici le graphe d'appel pour cette fonction :
KoDocumentEntry KoPartSelectDia::entry | ( | ) |
Retrieves the result of the part selection.
Définition à la ligne 75 du fichier KoPartSelectDia.cpp.
Références listview, et m_lstEntries.
Référencé par selectPart().
Voici le graphe d'appel pour cette fonction :
KoDocumentEntry KoPartSelectDia::selectPart | ( | QWidget * | parent = 0L |
) | [static] |
Convenience function for using the dialog.
Définition à la ligne 87 du fichier KoPartSelectDia.cpp.
Références entry(), et KoPartSelectDia().
Référencé par KoPartSelectAction::slotActivated().
Voici le graphe d'appel pour cette fonction :
void KoPartSelectDia::selectionChanged | ( | Q3ListViewItem * | ) | [private, slot] |
Q3ValueList<KoDocumentEntry> KoPartSelectDia::m_lstEntries [private] |
Q3ListView* KoPartSelectDia::listview [private] |