KDevelop API Documentation

AddAttributeDialogBase Class Reference

#include <addattributedialogbase.h>

Inheritance diagram for AddAttributeDialogBase:

Inheritance graph
[legend]
Collaboration diagram for AddAttributeDialogBase:

Collaboration graph
[legend]
List of all members.

Public Slots

virtual void addAttribute ()
virtual void deleteCurrentAttribute ()
virtual void currentChanged (QListViewItem *)
virtual void updateGUI ()

Public Member Functions

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

Public Attributes

QListViewattributes
QPushButtonaddAttributeButton
QPushButtondeleteAttributeButton
QGroupBoxgroupBox1
QLabeltextLabel1
QComboBoxreturnType
QLineEditdeclarator
QLabeltextLabel2
QComboBoxstorage
QLabeltextLabel5
QLabeltextLabel3
QComboBoxaccess
QPushButtonbuttonOk
QPushButtonbuttonCancel

Protected Slots

virtual void languageChange ()
virtual void init ()
virtual void destroy ()

Protected Attributes

QVBoxLayoutAddAttributeDialogBaseLayout
QHBoxLayoutlayout3
QSpacerItemspacer3
QVBoxLayoutgroupBox1Layout
QGridLayoutlayout4
QGridLayoutlayout5
QHBoxLayoutLayout1
QSpacerItemHorizontal_Spacing2

Constructor & Destructor Documentation

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

Definition at line 34 of file addattributedialogbase.cpp.

References access, addAttribute(), addAttributeButton, AddAttributeDialogBaseLayout, attributes, buttonCancel, buttonOk, currentChanged(), declarator, deleteAttributeButton, deleteCurrentAttribute(), groupBox1, groupBox1Layout, Horizontal_Spacing2, init(), languageChange(), Layout1, layout3, layout4, layout5, returnType, spacer3, storage, textLabel1, textLabel2, textLabel3, textLabel5, and updateGUI().

AddAttributeDialogBase::~AddAttributeDialogBase  ) 
 

Definition at line 159 of file addattributedialogbase.cpp.

References destroy().


Member Function Documentation

void AddAttributeDialogBase::addAttribute  )  [virtual, slot]
 

Reimplemented in AddAttributeDialog.

Definition at line 197 of file addattributedialogbase.cpp.

Referenced by AddAttributeDialogBase().

void AddAttributeDialogBase::currentChanged QListViewItem  )  [virtual, slot]
 

Reimplemented in AddAttributeDialog.

Definition at line 207 of file addattributedialogbase.cpp.

Referenced by AddAttributeDialogBase().

void AddAttributeDialogBase::deleteCurrentAttribute  )  [virtual, slot]
 

Reimplemented in AddAttributeDialog.

Definition at line 202 of file addattributedialogbase.cpp.

Referenced by AddAttributeDialogBase().

void AddAttributeDialogBase::destroy  )  [protected, virtual, slot]
 

Definition at line 193 of file addattributedialogbase.cpp.

Referenced by ~AddAttributeDialogBase().

void AddAttributeDialogBase::init  )  [protected, virtual, slot]
 

Definition at line 189 of file addattributedialogbase.cpp.

Referenced by AddAttributeDialogBase().

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

Definition at line 169 of file addattributedialogbase.cpp.

References addAttributeButton, attributes, buttonCancel, buttonOk, deleteAttributeButton, groupBox1, textLabel1, textLabel2, textLabel3, and textLabel5.

Referenced by AddAttributeDialogBase().

void AddAttributeDialogBase::updateGUI  )  [virtual, slot]
 

Reimplemented in AddAttributeDialog.

Definition at line 212 of file addattributedialogbase.cpp.

Referenced by AddAttributeDialogBase().


Member Data Documentation

QComboBox* AddAttributeDialogBase::access
 

Definition at line 47 of file addattributedialogbase.h.

Referenced by AddAttributeDialogBase().

QPushButton* AddAttributeDialogBase::addAttributeButton
 

Definition at line 37 of file addattributedialogbase.h.

Referenced by AddAttributeDialogBase(), and languageChange().

QVBoxLayout* AddAttributeDialogBase::AddAttributeDialogBaseLayout [protected]
 

Definition at line 58 of file addattributedialogbase.h.

Referenced by AddAttributeDialogBase().

QListView* AddAttributeDialogBase::attributes
 

Definition at line 36 of file addattributedialogbase.h.

Referenced by AddAttributeDialogBase(), and languageChange().

QPushButton* AddAttributeDialogBase::buttonCancel
 

Definition at line 49 of file addattributedialogbase.h.

Referenced by AddAttributeDialogBase(), and languageChange().

QPushButton* AddAttributeDialogBase::buttonOk
 

Definition at line 48 of file addattributedialogbase.h.

Referenced by AddAttributeDialogBase(), and languageChange().

QLineEdit* AddAttributeDialogBase::declarator
 

Definition at line 42 of file addattributedialogbase.h.

Referenced by AddAttributeDialogBase().

QPushButton* AddAttributeDialogBase::deleteAttributeButton
 

Definition at line 38 of file addattributedialogbase.h.

Referenced by AddAttributeDialogBase(), and languageChange().

QGroupBox* AddAttributeDialogBase::groupBox1
 

Definition at line 39 of file addattributedialogbase.h.

Referenced by AddAttributeDialogBase(), and languageChange().

QVBoxLayout* AddAttributeDialogBase::groupBox1Layout [protected]
 

Definition at line 61 of file addattributedialogbase.h.

Referenced by AddAttributeDialogBase().

QSpacerItem* AddAttributeDialogBase::Horizontal_Spacing2 [protected]
 

Definition at line 65 of file addattributedialogbase.h.

Referenced by AddAttributeDialogBase().

QHBoxLayout* AddAttributeDialogBase::Layout1 [protected]
 

Definition at line 64 of file addattributedialogbase.h.

Referenced by AddAttributeDialogBase().

QHBoxLayout* AddAttributeDialogBase::layout3 [protected]
 

Definition at line 59 of file addattributedialogbase.h.

Referenced by AddAttributeDialogBase().

QGridLayout* AddAttributeDialogBase::layout4 [protected]
 

Definition at line 62 of file addattributedialogbase.h.

Referenced by AddAttributeDialogBase().

QGridLayout* AddAttributeDialogBase::layout5 [protected]
 

Definition at line 63 of file addattributedialogbase.h.

Referenced by AddAttributeDialogBase().

QComboBox* AddAttributeDialogBase::returnType
 

Definition at line 41 of file addattributedialogbase.h.

Referenced by AddAttributeDialogBase().

QSpacerItem* AddAttributeDialogBase::spacer3 [protected]
 

Definition at line 60 of file addattributedialogbase.h.

Referenced by AddAttributeDialogBase().

QComboBox* AddAttributeDialogBase::storage
 

Definition at line 44 of file addattributedialogbase.h.

Referenced by AddAttributeDialogBase().

QLabel* AddAttributeDialogBase::textLabel1
 

Definition at line 40 of file addattributedialogbase.h.

Referenced by AddAttributeDialogBase(), and languageChange().

QLabel* AddAttributeDialogBase::textLabel2
 

Definition at line 43 of file addattributedialogbase.h.

Referenced by AddAttributeDialogBase(), and languageChange().

QLabel* AddAttributeDialogBase::textLabel3
 

Definition at line 46 of file addattributedialogbase.h.

Referenced by AddAttributeDialogBase(), and languageChange().

QLabel* AddAttributeDialogBase::textLabel5
 

Definition at line 45 of file addattributedialogbase.h.

Referenced by AddAttributeDialogBase(), 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.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:36:06 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003