KDevelop API Documentation

AdaProjectOptionsDlgBase Class Reference

#include <adaproject_optionsdlgbase.h>

Inheritance diagram for AdaProjectOptionsDlgBase:

Inheritance graph
[legend]
Collaboration diagram for AdaProjectOptionsDlgBase:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 AdaProjectOptionsDlgBase (QWidget *parent=0, const char *name=0, WFlags fl=0)
 ~AdaProjectOptionsDlgBase ()

Public Attributes

QLabelconfig_label
QComboBoxconfig_combo
QPushButtonaddconfig_button
QPushButtonremoveconfig_button
QPushButtonoptions_button
QLabeloptions_label
QLabelcompiler_label
QLineEditexec_edit
QLineEditoptions_edit
QComboBoxcompiler_box
QLabelexec_label
QFrameconfiguration_line
KURLRequestermainSourceUrl
QLabelmainSourceLabel
QPushButtondefaultopts_button

Protected Slots

virtual void languageChange ()
virtual void compiler_box_activated (const QString &)
virtual void addconfig_button_clicked ()
virtual void configRemoved ()
virtual void configComboTextChanged (const QString &)
virtual void configChanged (const QString &)
virtual void optionsButtonClicked ()
virtual void configAdded ()
virtual void setDirty ()
virtual void setDefaultOptions ()

Protected Attributes

QGridLayoutAdaProjectOptionsDlgBaseLayout
QSpacerItemspacer1
QSpacerItemspacer11
QSpacerItemspacer12
QSpacerItemspacer13
QSpacerItemspacer7
QHBoxLayoutconfiguration_layout
QSpacerItemSpacer17_2
QSpacerItemSpacer18_2

Constructor & Destructor Documentation

AdaProjectOptionsDlgBase::AdaProjectOptionsDlgBase QWidget parent = 0,
const char *  name = 0,
WFlags  fl = 0
 

Definition at line 30 of file adaproject_optionsdlgbase.cpp.

References AdaProjectOptionsDlgBaseLayout, addconfig_button, compiler_box, compiler_box_activated(), compiler_label, config_combo, config_label, configAdded(), configChanged(), configComboTextChanged(), configRemoved(), configuration_layout, configuration_line, defaultopts_button, exec_edit, exec_label, languageChange(), mainSourceLabel, mainSourceUrl, options_button, options_edit, options_label, optionsButtonClicked(), removeconfig_button, setDefaultOptions(), setDirty(), spacer1, spacer11, spacer12, spacer13, Spacer17_2, Spacer18_2, and spacer7.

AdaProjectOptionsDlgBase::~AdaProjectOptionsDlgBase  ) 
 

Definition at line 164 of file adaproject_optionsdlgbase.cpp.


Member Function Documentation

void AdaProjectOptionsDlgBase::addconfig_button_clicked  )  [protected, virtual, slot]
 

Definition at line 192 of file adaproject_optionsdlgbase.cpp.

void AdaProjectOptionsDlgBase::compiler_box_activated const QString  )  [protected, virtual, slot]
 

Reimplemented in AdaGlobalOptionsDlg, and AdaProjectOptionsDlg.

Definition at line 187 of file adaproject_optionsdlgbase.cpp.

Referenced by AdaProjectOptionsDlgBase().

void AdaProjectOptionsDlgBase::configAdded  )  [protected, virtual, slot]
 

Reimplemented in AdaProjectOptionsDlg.

Definition at line 217 of file adaproject_optionsdlgbase.cpp.

Referenced by AdaProjectOptionsDlgBase().

void AdaProjectOptionsDlgBase::configChanged const QString  )  [protected, virtual, slot]
 

Reimplemented in AdaProjectOptionsDlg.

Definition at line 207 of file adaproject_optionsdlgbase.cpp.

Referenced by AdaProjectOptionsDlgBase().

void AdaProjectOptionsDlgBase::configComboTextChanged const QString  )  [protected, virtual, slot]
 

Reimplemented in AdaProjectOptionsDlg.

Definition at line 202 of file adaproject_optionsdlgbase.cpp.

Referenced by AdaProjectOptionsDlgBase().

void AdaProjectOptionsDlgBase::configRemoved  )  [protected, virtual, slot]
 

Reimplemented in AdaProjectOptionsDlg.

Definition at line 197 of file adaproject_optionsdlgbase.cpp.

Referenced by AdaProjectOptionsDlgBase().

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

Definition at line 173 of file adaproject_optionsdlgbase.cpp.

References addconfig_button, compiler_label, config_label, defaultopts_button, exec_label, mainSourceLabel, options_button, options_label, and removeconfig_button.

Referenced by AdaProjectOptionsDlgBase().

void AdaProjectOptionsDlgBase::optionsButtonClicked  )  [protected, virtual, slot]
 

Reimplemented in AdaGlobalOptionsDlg, and AdaProjectOptionsDlg.

Definition at line 212 of file adaproject_optionsdlgbase.cpp.

Referenced by AdaProjectOptionsDlgBase().

void AdaProjectOptionsDlgBase::setDefaultOptions  )  [protected, virtual, slot]
 

Reimplemented in AdaProjectOptionsDlg.

Definition at line 227 of file adaproject_optionsdlgbase.cpp.

Referenced by AdaProjectOptionsDlgBase().

void AdaProjectOptionsDlgBase::setDirty  )  [protected, virtual, slot]
 

Reimplemented in AdaProjectOptionsDlg.

Definition at line 222 of file adaproject_optionsdlgbase.cpp.

Referenced by AdaProjectOptionsDlgBase().


Member Data Documentation

QGridLayout* AdaProjectOptionsDlgBase::AdaProjectOptionsDlgBaseLayout [protected]
 

Definition at line 52 of file adaproject_optionsdlgbase.h.

Referenced by AdaProjectOptionsDlgBase().

QPushButton* AdaProjectOptionsDlgBase::addconfig_button
 

Definition at line 37 of file adaproject_optionsdlgbase.h.

Referenced by AdaProjectOptionsDlgBase(), and languageChange().

QComboBox* AdaProjectOptionsDlgBase::compiler_box
 

Definition at line 44 of file adaproject_optionsdlgbase.h.

Referenced by AdaProjectOptionsDlgBase().

QLabel* AdaProjectOptionsDlgBase::compiler_label
 

Definition at line 41 of file adaproject_optionsdlgbase.h.

Referenced by AdaProjectOptionsDlgBase(), and languageChange().

QComboBox* AdaProjectOptionsDlgBase::config_combo
 

Definition at line 36 of file adaproject_optionsdlgbase.h.

Referenced by AdaProjectOptionsDlgBase().

QLabel* AdaProjectOptionsDlgBase::config_label
 

Definition at line 35 of file adaproject_optionsdlgbase.h.

Referenced by AdaProjectOptionsDlgBase(), and languageChange().

QHBoxLayout* AdaProjectOptionsDlgBase::configuration_layout [protected]
 

Definition at line 58 of file adaproject_optionsdlgbase.h.

Referenced by AdaProjectOptionsDlgBase().

QFrame* AdaProjectOptionsDlgBase::configuration_line
 

Definition at line 46 of file adaproject_optionsdlgbase.h.

Referenced by AdaProjectOptionsDlgBase().

QPushButton* AdaProjectOptionsDlgBase::defaultopts_button
 

Definition at line 49 of file adaproject_optionsdlgbase.h.

Referenced by AdaProjectOptionsDlgBase(), and languageChange().

QLineEdit* AdaProjectOptionsDlgBase::exec_edit
 

Definition at line 42 of file adaproject_optionsdlgbase.h.

Referenced by AdaProjectOptionsDlgBase().

QLabel* AdaProjectOptionsDlgBase::exec_label
 

Definition at line 45 of file adaproject_optionsdlgbase.h.

Referenced by AdaProjectOptionsDlgBase(), and languageChange().

QLabel* AdaProjectOptionsDlgBase::mainSourceLabel
 

Definition at line 48 of file adaproject_optionsdlgbase.h.

Referenced by AdaProjectOptionsDlgBase(), and languageChange().

KURLRequester* AdaProjectOptionsDlgBase::mainSourceUrl
 

Definition at line 47 of file adaproject_optionsdlgbase.h.

Referenced by AdaProjectOptionsDlgBase().

QPushButton* AdaProjectOptionsDlgBase::options_button
 

Definition at line 39 of file adaproject_optionsdlgbase.h.

Referenced by AdaProjectOptionsDlgBase(), and languageChange().

QLineEdit* AdaProjectOptionsDlgBase::options_edit
 

Definition at line 43 of file adaproject_optionsdlgbase.h.

Referenced by AdaProjectOptionsDlgBase().

QLabel* AdaProjectOptionsDlgBase::options_label
 

Definition at line 40 of file adaproject_optionsdlgbase.h.

Referenced by AdaProjectOptionsDlgBase(), and languageChange().

QPushButton* AdaProjectOptionsDlgBase::removeconfig_button
 

Definition at line 38 of file adaproject_optionsdlgbase.h.

Referenced by AdaProjectOptionsDlgBase(), and languageChange().

QSpacerItem* AdaProjectOptionsDlgBase::spacer1 [protected]
 

Definition at line 53 of file adaproject_optionsdlgbase.h.

Referenced by AdaProjectOptionsDlgBase().

QSpacerItem* AdaProjectOptionsDlgBase::spacer11 [protected]
 

Definition at line 54 of file adaproject_optionsdlgbase.h.

Referenced by AdaProjectOptionsDlgBase().

QSpacerItem* AdaProjectOptionsDlgBase::spacer12 [protected]
 

Definition at line 55 of file adaproject_optionsdlgbase.h.

Referenced by AdaProjectOptionsDlgBase().

QSpacerItem* AdaProjectOptionsDlgBase::spacer13 [protected]
 

Definition at line 56 of file adaproject_optionsdlgbase.h.

Referenced by AdaProjectOptionsDlgBase().

QSpacerItem* AdaProjectOptionsDlgBase::Spacer17_2 [protected]
 

Definition at line 59 of file adaproject_optionsdlgbase.h.

Referenced by AdaProjectOptionsDlgBase().

QSpacerItem* AdaProjectOptionsDlgBase::Spacer18_2 [protected]
 

Definition at line 60 of file adaproject_optionsdlgbase.h.

Referenced by AdaProjectOptionsDlgBase().

QSpacerItem* AdaProjectOptionsDlgBase::spacer7 [protected]
 

Definition at line 57 of file adaproject_optionsdlgbase.h.

Referenced by AdaProjectOptionsDlgBase().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Mar 23 00:18:11 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003