KDevelop API Documentation

ChooseTargetDlgBase Class Reference

#include <choosetargetdlgbase.h>

Inheritance diagram for ChooseTargetDlgBase:

QDialog ChooseTargetDialog List of all members.

Public Member Functions

 ChooseTargetDlgBase (QWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)
 ~ChooseTargetDlgBase ()

Public Attributes

QRadioButtonactiveTargetRadioButton
QFrameframe5
QRadioButtonchooseTargetRadioButton
QGroupBoxchoosenTargetGroupBox
QLabeltargetStaticLabel
QLabelchoosenTargetLabel
KHistoryCombosubprojectComboBox
KHistoryCombotargetComboBox
QGroupBoxgroupBox1
KListBoxnewFilesListBox
QLabeltextLabel1
QCheckBoxneverAskAgainCheckBox
QPushButtonremoveButton
QPushButtoncancelButton

Protected Slots

virtual void languageChange ()
virtual void slotActiveTargetToggled (bool)
virtual void slotChooseTargetToggled (bool)

Protected Attributes

QVBoxLayoutChooseTargetDlgBaseLayout
QSpacerItemSpacer2_2
QSpacerItemSpacer2
QGridLayoutchoosenTargetGroupBoxLayout
QVBoxLayoutgroupBox1Layout
QHBoxLayoutbuttonLayout
QSpacerItembuttonSpacer

Private Slots

virtual void slotSubprojectChanged (const QString &)
virtual void slotTargetChanged (const QString &)

Constructor & Destructor Documentation

ChooseTargetDlgBase::ChooseTargetDlgBase QWidget parent = 0,
const char *  name = 0,
bool  modal = FALSE,
WFlags  fl = 0
 

Definition at line 35 of file choosetargetdlgbase.cpp.

References activeTargetRadioButton, buttonLayout, buttonSpacer, cancelButton, choosenTargetGroupBox, choosenTargetGroupBoxLayout, choosenTargetLabel, ChooseTargetDlgBase(), ChooseTargetDlgBaseLayout, chooseTargetRadioButton, frame5, groupBox1, groupBox1Layout, languageChange(), neverAskAgainCheckBox, newFilesListBox, removeButton, Spacer2, Spacer2_2, subprojectComboBox, targetComboBox, targetStaticLabel, and textLabel1.

Referenced by ChooseTargetDlgBase().

ChooseTargetDlgBase::~ChooseTargetDlgBase  ) 
 

Definition at line 139 of file choosetargetdlgbase.cpp.


Member Function Documentation

void ChooseTargetDlgBase::languageChange  )  [protected, virtual, slot]
 

Definition at line 148 of file choosetargetdlgbase.cpp.

References activeTargetRadioButton, cancelButton, choosenTargetGroupBox, choosenTargetLabel, chooseTargetRadioButton, groupBox1, neverAskAgainCheckBox, removeButton, targetStaticLabel, and textLabel1.

Referenced by ChooseTargetDlgBase().

void ChooseTargetDlgBase::slotActiveTargetToggled bool   )  [protected, virtual, slot]
 

Reimplemented in ChooseTargetDialog.

Definition at line 163 of file choosetargetdlgbase.cpp.

References slotActiveTargetToggled().

Referenced by slotActiveTargetToggled().

void ChooseTargetDlgBase::slotChooseTargetToggled bool   )  [protected, virtual, slot]
 

Reimplemented in ChooseTargetDialog.

Definition at line 168 of file choosetargetdlgbase.cpp.

References slotChooseTargetToggled().

Referenced by slotChooseTargetToggled().

void ChooseTargetDlgBase::slotSubprojectChanged const QString  )  [private, virtual, slot]
 

Reimplemented in ChooseTargetDialog.

Definition at line 173 of file choosetargetdlgbase.cpp.

References slotSubprojectChanged().

Referenced by slotSubprojectChanged().

void ChooseTargetDlgBase::slotTargetChanged const QString  )  [private, virtual, slot]
 

Reimplemented in ChooseTargetDialog.

Definition at line 178 of file choosetargetdlgbase.cpp.

References slotTargetChanged().

Referenced by slotTargetChanged().


Member Data Documentation

QRadioButton* ChooseTargetDlgBase::activeTargetRadioButton
 

Definition at line 38 of file choosetargetdlgbase.h.

Referenced by ChooseTargetDlgBase(), and languageChange().

QHBoxLayout* ChooseTargetDlgBase::buttonLayout [protected]
 

Definition at line 59 of file choosetargetdlgbase.h.

Referenced by ChooseTargetDlgBase().

QSpacerItem* ChooseTargetDlgBase::buttonSpacer [protected]
 

Definition at line 60 of file choosetargetdlgbase.h.

Referenced by ChooseTargetDlgBase().

QPushButton* ChooseTargetDlgBase::cancelButton
 

Definition at line 51 of file choosetargetdlgbase.h.

Referenced by ChooseTargetDlgBase(), and languageChange().

QGroupBox* ChooseTargetDlgBase::choosenTargetGroupBox
 

Definition at line 41 of file choosetargetdlgbase.h.

Referenced by ChooseTargetDlgBase(), and languageChange().

QGridLayout* ChooseTargetDlgBase::choosenTargetGroupBoxLayout [protected]
 

Definition at line 57 of file choosetargetdlgbase.h.

Referenced by ChooseTargetDlgBase().

QLabel* ChooseTargetDlgBase::choosenTargetLabel
 

Definition at line 43 of file choosetargetdlgbase.h.

Referenced by ChooseTargetDlgBase(), and languageChange().

QVBoxLayout* ChooseTargetDlgBase::ChooseTargetDlgBaseLayout [protected]
 

Definition at line 54 of file choosetargetdlgbase.h.

Referenced by ChooseTargetDlgBase().

QRadioButton* ChooseTargetDlgBase::chooseTargetRadioButton
 

Definition at line 40 of file choosetargetdlgbase.h.

Referenced by ChooseTargetDlgBase(), and languageChange().

QFrame* ChooseTargetDlgBase::frame5
 

Definition at line 39 of file choosetargetdlgbase.h.

Referenced by ChooseTargetDlgBase().

QGroupBox* ChooseTargetDlgBase::groupBox1
 

Definition at line 46 of file choosetargetdlgbase.h.

Referenced by ChooseTargetDlgBase(), and languageChange().

QVBoxLayout* ChooseTargetDlgBase::groupBox1Layout [protected]
 

Definition at line 58 of file choosetargetdlgbase.h.

Referenced by ChooseTargetDlgBase().

QCheckBox* ChooseTargetDlgBase::neverAskAgainCheckBox
 

Definition at line 49 of file choosetargetdlgbase.h.

Referenced by AutoProjectWidget::addFiles(), ChooseTargetDlgBase(), and languageChange().

KListBox* ChooseTargetDlgBase::newFilesListBox
 

Definition at line 47 of file choosetargetdlgbase.h.

Referenced by ChooseTargetDlgBase().

QPushButton* ChooseTargetDlgBase::removeButton
 

Definition at line 50 of file choosetargetdlgbase.h.

Referenced by ChooseTargetDlgBase(), and languageChange().

QSpacerItem* ChooseTargetDlgBase::Spacer2 [protected]
 

Definition at line 56 of file choosetargetdlgbase.h.

Referenced by ChooseTargetDlgBase().

QSpacerItem* ChooseTargetDlgBase::Spacer2_2 [protected]
 

Definition at line 55 of file choosetargetdlgbase.h.

Referenced by ChooseTargetDlgBase().

KHistoryCombo* ChooseTargetDlgBase::subprojectComboBox
 

Definition at line 44 of file choosetargetdlgbase.h.

Referenced by ChooseTargetDlgBase().

KHistoryCombo* ChooseTargetDlgBase::targetComboBox
 

Definition at line 45 of file choosetargetdlgbase.h.

Referenced by ChooseTargetDlgBase().

QLabel* ChooseTargetDlgBase::targetStaticLabel
 

Definition at line 42 of file choosetargetdlgbase.h.

Referenced by ChooseTargetDlgBase(), and languageChange().

QLabel* ChooseTargetDlgBase::textLabel1
 

Definition at line 48 of file choosetargetdlgbase.h.

Referenced by ChooseTargetDlgBase(), and languageChange().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Oct 19 08:01:59 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003