ChooseTargetDialog Class Reference
#include <choosetargetdialog.h>
Inheritance diagram for ChooseTargetDialog:


Public Member Functions | |
ChooseTargetDialog (AutoProjectWidget *widget, AutoProjectPart *part, QStringList fileList, QWidget *parent=0, const char *name=0) | |
~ChooseTargetDialog () | |
TargetItem * | choosenTarget () |
SubprojectItem * | choosenSubproject () |
Protected Member Functions | |
virtual void | accept () |
Private Slots | |
void | slotActiveTargetToggled (bool) |
void | slotChooseTargetToggled (bool) |
void | slotSubprojectChanged (const QString &) |
void | slotTargetChanged (const QString &) |
void | slotSubprojectTextChanged (const QString &) |
void | slotTargetTextChanged (const QString &) |
Private Attributes | |
AutoProjectWidget * | m_widget |
AutoProjectPart * | m_part |
QStringList | m_fileList |
QPtrList< SubprojectItem > | m_subprojectList |
SubprojectItem * | m_choosenSubproject |
TargetItem * | m_choosenTarget |
Constructor & Destructor Documentation
|
|
Definition at line 133 of file choosetargetdialog.cpp. |
Member Function Documentation
|
a quick hack to prevent adding header files to _SOURCES and display them in noinst_HEADERS Definition at line 249 of file choosetargetdialog.cpp. References AutoProjectWidget::activeSubproject(), AutoProjectWidget::activeTarget(), AutoProjectTool::canonicalize(), AutoProjectWidget::createFileItem(), AutoProjectWidget::emitAddedFiles(), KMessageBox::error(), AutoSubprojectView::findNoinstHeaders(), AutoProjectWidget::getSubprojectView(), AutoProjectPrivate::isHeader(), kdDebug(), m_choosenSubproject, m_choosenTarget, m_fileList, m_part, m_widget, AutoProjectTool::modifyMakefileam(), TargetItem::name, FileItem::name, SubprojectItem::path, TargetItem::primary, AutoProjectPart::projectDirectory(), KShellProcess::quote(), TargetItem::sources, KShellProcess::start(), SubprojectItem::subdir, and SubprojectItem::variables. |
|
Definition at line 357 of file choosetargetdialog.cpp. |
|
Definition at line 352 of file choosetargetdialog.cpp. |
|
Reimplemented from ChooseTargetDlgBase. Definition at line 213 of file choosetargetdialog.cpp. Referenced by ChooseTargetDialog(). |
|
Reimplemented from ChooseTargetDlgBase. Definition at line 231 of file choosetargetdialog.cpp. Referenced by ChooseTargetDialog(). |
|
Reimplemented from ChooseTargetDlgBase. Definition at line 137 of file choosetargetdialog.cpp. References AutoProjectWidget::activeTarget(), m_choosenSubproject, m_choosenTarget, m_part, m_subprojectList, m_widget, TargetItem::name, SubprojectItem::path, TargetItem::primary, AutoProjectPart::projectDirectory(), KComboBox::setCurrentItem(), SubprojectItem::subdir, and SubprojectItem::targets. Referenced by ChooseTargetDialog(). |
|
Definition at line 362 of file choosetargetdialog.cpp. References text(). |
|
Reimplemented from ChooseTargetDlgBase. Definition at line 194 of file choosetargetdialog.cpp. References m_choosenSubproject, m_choosenTarget, m_part, TargetItem::name, SubprojectItem::path, AutoProjectPart::projectDirectory(), and SubprojectItem::targets. Referenced by ChooseTargetDialog(). |
|
|
Member Data Documentation
|
Definition at line 41 of file choosetargetdialog.h. Referenced by accept(), ChooseTargetDialog(), slotSubprojectChanged(), and slotTargetChanged(). |
|
Definition at line 42 of file choosetargetdialog.h. Referenced by accept(), ChooseTargetDialog(), slotSubprojectChanged(), and slotTargetChanged(). |
|
Definition at line 39 of file choosetargetdialog.h. Referenced by accept(), and ChooseTargetDialog(). |
|
Definition at line 38 of file choosetargetdialog.h. Referenced by accept(), ChooseTargetDialog(), slotSubprojectChanged(), and slotTargetChanged(). |
|
Definition at line 40 of file choosetargetdialog.h. Referenced by ChooseTargetDialog(), and slotSubprojectChanged(). |
|
Definition at line 37 of file choosetargetdialog.h. Referenced by accept(), ChooseTargetDialog(), and slotSubprojectChanged(). |
The documentation for this class was generated from the following files:
- buildtools/autotools/choosetargetdialog.h
- buildtools/autotools/choosetargetdialog.cpp