KDevelop API Documentation

RemoveSubprojectDlgBase Class Reference

#include <removesubprojectdlgbase.h>

Inheritance diagram for RemoveSubprojectDlgBase:

Inheritance graph
[legend]
Collaboration diagram for RemoveSubprojectDlgBase:

Collaboration graph
[legend]
List of all members.

Public Slots

virtual void accept ()
virtual void reject ()
virtual void accept ()
virtual void reject ()

Public Member Functions

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

Public Attributes

QGroupBoxfileGroupBox
QLabelremoveLabel
QCheckBoxremoveCheckBox
QLabelnoticeLabel
QPushButtonremoveButton
QPushButtoncancelButton
QGroupBoxfileGroupBox
QLabelremoveLabel
QCheckBoxremoveCheckBox
QLabelnoticeLabel
QPushButtonremoveButton
QPushButtoncancelButton

Protected Slots

virtual void languageChange ()
virtual void languageChange ()

Protected Attributes

QVBoxLayoutRemoveSubprojectDlgBaseLayout
QVBoxLayoutfileGroupBoxLayout
QHBoxLayoutbuttonLayout
QSpacerItembuttonSpacer
QGridLayoutRemoveSubprojectDlgBaseLayout
QSpacerItemSpacer2
QVBoxLayoutfileGroupBoxLayout
QHBoxLayoutbuttonLayout
QSpacerItembuttonSpacer

Constructor & Destructor Documentation

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

Definition at line 31 of file removesubprojectdlgbase.cpp.

References accept(), buttonLayout, buttonSpacer, cancelButton, fileGroupBox, fileGroupBoxLayout, languageChange(), noticeLabel, reject(), removeButton, removeCheckBox, removeLabel, and RemoveSubprojectDlgBaseLayout.

RemoveSubprojectDlgBase::~RemoveSubprojectDlgBase  ) 
 

Definition at line 82 of file removesubprojectdlgbase.cpp.

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

RemoveSubprojectDlgBase::~RemoveSubprojectDlgBase  ) 
 


Member Function Documentation

virtual void RemoveSubprojectDlgBase::accept  )  [virtual, slot]
 

Reimplemented in RemoveSubprojectDialog, and RemoveSubprojectDialog.

void RemoveSubprojectDlgBase::accept  )  [virtual, slot]
 

Reimplemented in RemoveSubprojectDialog, and RemoveSubprojectDialog.

Definition at line 102 of file removesubprojectdlgbase.cpp.

Referenced by RemoveSubprojectDlgBase().

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

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

Definition at line 91 of file removesubprojectdlgbase.cpp.

References cancelButton, fileGroupBox, noticeLabel, removeButton, removeCheckBox, and removeLabel.

Referenced by RemoveSubprojectDlgBase().

virtual void RemoveSubprojectDlgBase::reject  )  [virtual, slot]
 

Reimplemented in RemoveSubprojectDialog, and RemoveSubprojectDialog.

void RemoveSubprojectDlgBase::reject  )  [virtual, slot]
 

Reimplemented in RemoveSubprojectDialog, and RemoveSubprojectDialog.

Definition at line 107 of file removesubprojectdlgbase.cpp.

Referenced by RemoveSubprojectDlgBase().


Member Data Documentation

QHBoxLayout* RemoveSubprojectDlgBase::buttonLayout [protected]
 

Definition at line 48 of file removesubprojectdlgbase.h.

QHBoxLayout* RemoveSubprojectDlgBase::buttonLayout [protected]
 

Definition at line 47 of file removesubprojectdlgbase.h.

Referenced by RemoveSubprojectDlgBase().

QSpacerItem* RemoveSubprojectDlgBase::buttonSpacer [protected]
 

Definition at line 49 of file removesubprojectdlgbase.h.

QSpacerItem* RemoveSubprojectDlgBase::buttonSpacer [protected]
 

Definition at line 48 of file removesubprojectdlgbase.h.

Referenced by RemoveSubprojectDlgBase().

QPushButton* RemoveSubprojectDlgBase::cancelButton
 

Definition at line 38 of file removesubprojectdlgbase.h.

QPushButton* RemoveSubprojectDlgBase::cancelButton
 

Definition at line 38 of file removesubprojectdlgbase.h.

Referenced by languageChange(), and RemoveSubprojectDlgBase().

QGroupBox* RemoveSubprojectDlgBase::fileGroupBox
 

Definition at line 33 of file removesubprojectdlgbase.h.

QGroupBox* RemoveSubprojectDlgBase::fileGroupBox
 

Definition at line 33 of file removesubprojectdlgbase.h.

Referenced by languageChange(), and RemoveSubprojectDlgBase().

QVBoxLayout* RemoveSubprojectDlgBase::fileGroupBoxLayout [protected]
 

Definition at line 47 of file removesubprojectdlgbase.h.

QVBoxLayout* RemoveSubprojectDlgBase::fileGroupBoxLayout [protected]
 

Definition at line 46 of file removesubprojectdlgbase.h.

Referenced by RemoveSubprojectDlgBase().

QLabel* RemoveSubprojectDlgBase::noticeLabel
 

Definition at line 36 of file removesubprojectdlgbase.h.

QLabel* RemoveSubprojectDlgBase::noticeLabel
 

Definition at line 36 of file removesubprojectdlgbase.h.

Referenced by languageChange(), and RemoveSubprojectDlgBase().

QPushButton* RemoveSubprojectDlgBase::removeButton
 

Definition at line 37 of file removesubprojectdlgbase.h.

QPushButton* RemoveSubprojectDlgBase::removeButton
 

Definition at line 37 of file removesubprojectdlgbase.h.

Referenced by languageChange(), and RemoveSubprojectDlgBase().

QCheckBox* RemoveSubprojectDlgBase::removeCheckBox
 

Definition at line 35 of file removesubprojectdlgbase.h.

QCheckBox* RemoveSubprojectDlgBase::removeCheckBox
 

Definition at line 35 of file removesubprojectdlgbase.h.

Referenced by languageChange(), RemoveSubprojectDlgBase(), and AutoSubprojectView::slotRemoveSubproject().

QLabel* RemoveSubprojectDlgBase::removeLabel
 

Definition at line 34 of file removesubprojectdlgbase.h.

QLabel* RemoveSubprojectDlgBase::removeLabel
 

Definition at line 34 of file removesubprojectdlgbase.h.

Referenced by languageChange(), RemoveSubprojectDlgBase(), and AutoSubprojectView::slotRemoveSubproject().

QGridLayout* RemoveSubprojectDlgBase::RemoveSubprojectDlgBaseLayout [protected]
 

Definition at line 45 of file removesubprojectdlgbase.h.

QVBoxLayout* RemoveSubprojectDlgBase::RemoveSubprojectDlgBaseLayout [protected]
 

Definition at line 45 of file removesubprojectdlgbase.h.

Referenced by RemoveSubprojectDlgBase().

QSpacerItem* RemoveSubprojectDlgBase::Spacer2 [protected]
 

Definition at line 46 of file removesubprojectdlgbase.h.


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:47:04 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003