#include <KoEditPath.h>
Fonctions membres publiques | |
KoChangePathDia (const QString &_path, QWidget *parent, const char *name) | |
QString | newPath () const |
Connecteurs privés | |
void | slotChangeDefaultValue (bool) |
Attributs privés | |
KUrlRequester * | m_urlReq |
QCheckBox * | m_defaultPath |
Définition à la ligne 42 du fichier KoEditPath.h.
KoChangePathDia::KoChangePathDia | ( | const QString & | _path, | |
QWidget * | parent, | |||
const char * | name | |||
) |
Définition à la ligne 82 du fichier KoEditPath.cpp.
Références m_defaultPath, m_urlReq, et slotChangeDefaultValue().
QString KoChangePathDia::newPath | ( | ) | const |
void KoChangePathDia::slotChangeDefaultValue | ( | bool | ) | [private, slot] |
Définition à la ligne 110 du fichier KoEditPath.cpp.
Références m_urlReq.
Référencé par KoChangePathDia().
KUrlRequester* KoChangePathDia::m_urlReq [private] |
Définition à la ligne 51 du fichier KoEditPath.h.
Référencé par KoChangePathDia(), newPath(), et slotChangeDefaultValue().
QCheckBox* KoChangePathDia::m_defaultPath [private] |