AddPrefixDialog Class Reference
#include <addprefixdlg.h>
Inheritance diagram for AddPrefixDialog:

Public Member Functions | |
AddPrefixDialog (const QString &nameEdit="", const QString &pathEdit="", QWidget *parent=0, const char *name=0) | |
~AddPrefixDialog () | |
QString | name () const |
QString | path () const |
Private Slots | |
void | slotPrefixChanged () |
Private Attributes | |
QLineEdit * | name_edit |
QLineEdit * | path_edit |
QPushButton * | m_pOk |
Constructor & Destructor Documentation
|
Definition at line 22 of file addprefixdlg.cpp. References KButtonBox::addButton(), AddPrefixDialog(), KButtonBox::addStretch(), KButtonBox::layout(), m_pOk, name_edit, path_edit, slotPrefixChanged(), and text(). Referenced by AddPrefixDialog(). |
|
Definition at line 67 of file addprefixdlg.cpp. |
Member Function Documentation
|
Definition at line 28 of file addprefixdlg.h. References name_edit. Referenced by SubprojectOptionsDialog::addPrefixClicked(), and SubprojectOptionsDialog::editPrefixClicked(). |
|
Definition at line 30 of file addprefixdlg.h. References path_edit. Referenced by SubprojectOptionsDialog::addPrefixClicked(), and SubprojectOptionsDialog::editPrefixClicked(). |
|
Definition at line 70 of file addprefixdlg.cpp. References m_pOk, name_edit, and path_edit. Referenced by AddPrefixDialog(). |
Member Data Documentation
|
Definition at line 38 of file addprefixdlg.h. Referenced by AddPrefixDialog(), and slotPrefixChanged(). |
|
Definition at line 36 of file addprefixdlg.h. Referenced by AddPrefixDialog(), name(), and slotPrefixChanged(). |
|
Definition at line 37 of file addprefixdlg.h. Referenced by AddPrefixDialog(), path(), and slotPrefixChanged(). |
The documentation for this class was generated from the following files:
- buildtools/autotools/addprefixdlg.h
- buildtools/autotools/addprefixdlg.cpp