KDevelop API Documentation

AddExistingDlgBase Class Reference

#include <addexistingdlgbase.h>

Inheritance diagram for AddExistingDlgBase:

Inheritance graph
[legend]
Collaboration diagram for AddExistingDlgBase:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Public Attributes

QPushButtonokButton
QPushButtoncancelButton
KProgressprogressBar
QGroupBoxinfoGroupBox
QLabeldirectoryStaticLabel
QLabeltargetStaticLabel
KSqueezedTextLabeldirectoryLabel
QLabeltargetLabel
QSplittersplitter2
QPushButtonaddAllButton
QPushButtonaddSelectedButton
QGroupBoxsourceGroupBox
QPushButtonremoveAllButton
QPushButtonremoveSelectedButton
QGroupBoxdestGroupBox

Protected Slots

virtual void languageChange ()

Protected Attributes

QGridLayoutAddExistingDlgBaseLayout
QHBoxLayoutlayout10
QSpacerItembuttonSpacer
QHBoxLayoutinfoGroupBoxLayout
QVBoxLayoutinfoLayout1
QVBoxLayoutinfoLayout2
QVBoxLayoutlayout12
QHBoxLayoutlayout10_2
QSpacerItemarrowSpacer1
QSpacerItemarrowSpacer2
QVBoxLayoutsourceGroupBoxLayout
QVBoxLayoutlayout13
QHBoxLayoutlayout11
QSpacerItemarrowSpacer1_2
QSpacerItemarrowSpacer2_2
QVBoxLayoutdestGroupBoxLayout

Constructor & Destructor Documentation

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

Definition at line 33 of file addexistingdlgbase.cpp.

References addAllButton, AddExistingDlgBaseLayout, addSelectedButton, arrowSpacer1, arrowSpacer1_2, arrowSpacer2, arrowSpacer2_2, buttonSpacer, cancelButton, destGroupBox, destGroupBoxLayout, directoryLabel, directoryStaticLabel, infoGroupBox, infoGroupBoxLayout, infoLayout1, infoLayout2, languageChange(), layout10, layout10_2, layout11, layout12, layout13, okButton, progressBar, removeAllButton, removeSelectedButton, sourceGroupBox, sourceGroupBoxLayout, splitter2, targetLabel, and targetStaticLabel.

AddExistingDlgBase::~AddExistingDlgBase  ) 
 

Definition at line 172 of file addexistingdlgbase.cpp.


Member Function Documentation

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

Definition at line 181 of file addexistingdlgbase.cpp.

References addAllButton, addSelectedButton, cancelButton, destGroupBox, directoryLabel, directoryStaticLabel, infoGroupBox, okButton, removeAllButton, removeSelectedButton, KSqueezedTextLabel::setText(), sourceGroupBox, targetLabel, and targetStaticLabel.

Referenced by AddExistingDlgBase().


Member Data Documentation

QPushButton* AddExistingDlgBase::addAllButton
 

Definition at line 44 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase(), and languageChange().

QGridLayout* AddExistingDlgBase::AddExistingDlgBaseLayout [protected]
 

Definition at line 52 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase().

QPushButton* AddExistingDlgBase::addSelectedButton
 

Definition at line 45 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase(), and languageChange().

QSpacerItem* AddExistingDlgBase::arrowSpacer1 [protected]
 

Definition at line 60 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase().

QSpacerItem* AddExistingDlgBase::arrowSpacer1_2 [protected]
 

Definition at line 65 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase().

QSpacerItem* AddExistingDlgBase::arrowSpacer2 [protected]
 

Definition at line 61 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase().

QSpacerItem* AddExistingDlgBase::arrowSpacer2_2 [protected]
 

Definition at line 66 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase().

QSpacerItem* AddExistingDlgBase::buttonSpacer [protected]
 

Definition at line 54 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase().

QPushButton* AddExistingDlgBase::cancelButton
 

Definition at line 36 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase(), and languageChange().

QGroupBox* AddExistingDlgBase::destGroupBox
 

Definition at line 49 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase(), and languageChange().

QVBoxLayout* AddExistingDlgBase::destGroupBoxLayout [protected]
 

Definition at line 67 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase().

KSqueezedTextLabel* AddExistingDlgBase::directoryLabel
 

Definition at line 41 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase(), languageChange(), and AutoSubprojectView::slotAddExistingSubproject().

QLabel* AddExistingDlgBase::directoryStaticLabel
 

Definition at line 39 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase(), and languageChange().

QGroupBox* AddExistingDlgBase::infoGroupBox
 

Definition at line 38 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase(), and languageChange().

QHBoxLayout* AddExistingDlgBase::infoGroupBoxLayout [protected]
 

Definition at line 55 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase().

QVBoxLayout* AddExistingDlgBase::infoLayout1 [protected]
 

Definition at line 56 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase().

QVBoxLayout* AddExistingDlgBase::infoLayout2 [protected]
 

Definition at line 57 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase().

QHBoxLayout* AddExistingDlgBase::layout10 [protected]
 

Definition at line 53 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase().

QHBoxLayout* AddExistingDlgBase::layout10_2 [protected]
 

Definition at line 59 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase().

QHBoxLayout* AddExistingDlgBase::layout11 [protected]
 

Definition at line 64 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase().

QVBoxLayout* AddExistingDlgBase::layout12 [protected]
 

Definition at line 58 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase().

QVBoxLayout* AddExistingDlgBase::layout13 [protected]
 

Definition at line 63 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase().

QPushButton* AddExistingDlgBase::okButton
 

Definition at line 35 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase(), and languageChange().

KProgress* AddExistingDlgBase::progressBar
 

Definition at line 37 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase().

QPushButton* AddExistingDlgBase::removeAllButton
 

Definition at line 47 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase(), and languageChange().

QPushButton* AddExistingDlgBase::removeSelectedButton
 

Definition at line 48 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase(), and languageChange().

QGroupBox* AddExistingDlgBase::sourceGroupBox
 

Definition at line 46 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase(), and languageChange().

QVBoxLayout* AddExistingDlgBase::sourceGroupBoxLayout [protected]
 

Definition at line 62 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase().

QSplitter* AddExistingDlgBase::splitter2
 

Definition at line 43 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase().

QLabel* AddExistingDlgBase::targetLabel
 

Definition at line 42 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase(), languageChange(), and AutoSubprojectView::slotAddExistingSubproject().

QLabel* AddExistingDlgBase::targetStaticLabel
 

Definition at line 40 of file addexistingdlgbase.h.

Referenced by AddExistingDlgBase(), 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 Wed Mar 23 00:18:28 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003