KDevelop API Documentation

AddPrefixDialog Class Reference

#include <addprefixdlg.h>

Inheritance diagram for AddPrefixDialog:

Inheritance graph
[legend]
Collaboration diagram for AddPrefixDialog:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 AddPrefixDialog (const QString &nameEdit="", const QString &pathEdit="", QWidget *parent=0, const char *name=0)
 ~AddPrefixDialog ()
QString name () const
QString path () const

Private Slots

void slotPrefixChanged ()

Private Attributes

QLineEditname_edit
QLineEditpath_edit
QPushButtonm_pOk

Constructor & Destructor Documentation

AddPrefixDialog::AddPrefixDialog const QString nameEdit = "",
const QString pathEdit = "",
QWidget parent = 0,
const char *  name = 0
 

Definition at line 23 of file addprefixdlg.cpp.

References KButtonBox::addButton(), KButtonBox::addStretch(), KButtonBox::layout(), m_pOk, name_edit, path_edit, slotPrefixChanged(), and text().

AddPrefixDialog::~AddPrefixDialog  ) 
 

Definition at line 73 of file addprefixdlg.cpp.


Member Function Documentation

QString AddPrefixDialog::name  )  const [inline]
 

Definition at line 28 of file addprefixdlg.h.

References name_edit.

Referenced by SubprojectOptionsDialog::addPrefixClicked().

QString AddPrefixDialog::path  )  const [inline]
 

Definition at line 30 of file addprefixdlg.h.

References path_edit.

Referenced by SubprojectOptionsDialog::addPrefixClicked().

void AddPrefixDialog::slotPrefixChanged  )  [private, slot]
 

Definition at line 76 of file addprefixdlg.cpp.

References m_pOk, name_edit, and path_edit.

Referenced by AddPrefixDialog().


Member Data Documentation

QPushButton* AddPrefixDialog::m_pOk [private]
 

Definition at line 38 of file addprefixdlg.h.

Referenced by AddPrefixDialog(), and slotPrefixChanged().

QLineEdit* AddPrefixDialog::name_edit [private]
 

Definition at line 36 of file addprefixdlg.h.

Referenced by AddPrefixDialog(), name(), and slotPrefixChanged().

QLineEdit* AddPrefixDialog::path_edit [private]
 

Definition at line 37 of file addprefixdlg.h.

Referenced by AddPrefixDialog(), path(), and slotPrefixChanged().


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