KDevelop API Documentation

AddDocItemDialog Class Reference

#include <adddocitemdlg.h>

Inheritance diagram for AddDocItemDialog:

QDialog List of all members.

Public Types

enum  TitleType { None, Qt, KDevelopTOC, DevHelp }

Public Member Functions

 AddDocItemDialog (KFile::Mode mode=KFile::File, QString filter="text/html", TitleType checkDocTitle=None, QString title="", QString url="", QWidget *parent=0, const char *name=0)
 ~AddDocItemDialog ()
QString title () const
QString url () const

Private Slots

void setTitle (const QString &str)
void setLocationChanged (const QString &_text)

Private Attributes

QLineEdittitle_edit
KURLRequesterurl_edit
KFile::Mode m_mode
TitleType m_type
QString m_filter
QCheckBoxtitle_check
QPushButtonm_pOk

Member Enumeration Documentation

enum AddDocItemDialog::TitleType
 

Enumeration values:
None 
Qt 
KDevelopTOC 
DevHelp 

Definition at line 29 of file adddocitemdlg.h.


Constructor & Destructor Documentation

AddDocItemDialog::AddDocItemDialog KFile::Mode  mode = KFile::File,
QString  filter = "text/html",
TitleType  checkDocTitle = None,
QString  title = "",
QString  url = "",
QWidget parent = 0,
const char *  name = 0
 

Definition at line 28 of file adddocitemdlg.cpp.

References KButtonBox::addButton(), AddDocItemDialog(), KButtonBox::addStretch(), KButtonBox::layout(), KURLRequester::lineEdit(), m_filter, m_mode, m_pOk, m_type, None, KURLRequester::setFilter(), setLocationChanged(), KURLRequester::setMode(), setTitle(), KURLRequester::setURL(), text(), title_check, title_edit, and url_edit.

Referenced by AddDocItemDialog().

AddDocItemDialog::~AddDocItemDialog  ) 
 

Definition at line 106 of file adddocitemdlg.cpp.


Member Function Documentation

void AddDocItemDialog::setLocationChanged const QString _text  )  [private, slot]
 

Definition at line 109 of file adddocitemdlg.cpp.

References m_pOk, and setLocationChanged().

Referenced by AddDocItemDialog(), and setLocationChanged().

void AddDocItemDialog::setTitle const QString str  )  [private, slot]
 

Definition at line 114 of file adddocitemdlg.cpp.

References DevHelp, KDevelopTOC, m_type, setTitle(), title_check, and title_edit.

Referenced by AddDocItemDialog(), and setTitle().

QString AddDocItemDialog::title  )  const [inline]
 

Definition at line 35 of file adddocitemdlg.h.

References title_edit.

Referenced by DocTreeGlobalConfigWidget::addBookmarkClicked(), DocTreeGlobalConfigWidget::doxygenadd_button_clicked(), DocTreeGlobalConfigWidget::doxygenedit_button_clicked(), DocTreeGlobalConfigWidget::kdocadd_button_clicked(), DocTreeGlobalConfigWidget::kdocedit_button_clicked(), DocTreeGlobalConfigWidget::pushEdit_clicked(), DocTreeGlobalConfigWidget::qtdocsadd_button_clicked(), and DocTreeGlobalConfigWidget::qtdocsedit_button_clicked().

QString AddDocItemDialog::url  )  const [inline]
 

Definition at line 37 of file adddocitemdlg.h.

References KURLRequester::url, and url_edit.

Referenced by DocTreeGlobalConfigWidget::addBookmarkClicked(), DocTreeGlobalConfigWidget::dhAddButton_clicked(), DocTreeGlobalConfigWidget::doxygenadd_button_clicked(), DocTreeGlobalConfigWidget::doxygenedit_button_clicked(), DocTreeGlobalConfigWidget::extAddButton_clicked(), DocTreeGlobalConfigWidget::kdocadd_button_clicked(), DocTreeGlobalConfigWidget::kdocedit_button_clicked(), DocTreeGlobalConfigWidget::pushEdit_clicked(), DocTreeGlobalConfigWidget::qtdocsadd_button_clicked(), and DocTreeGlobalConfigWidget::qtdocsedit_button_clicked().


Member Data Documentation

QString AddDocItemDialog::m_filter [private]
 

Definition at line 48 of file adddocitemdlg.h.

Referenced by AddDocItemDialog().

KFile::Mode AddDocItemDialog::m_mode [private]
 

Definition at line 46 of file adddocitemdlg.h.

Referenced by AddDocItemDialog().

QPushButton* AddDocItemDialog::m_pOk [private]
 

Definition at line 50 of file adddocitemdlg.h.

Referenced by AddDocItemDialog(), and setLocationChanged().

TitleType AddDocItemDialog::m_type [private]
 

Definition at line 47 of file adddocitemdlg.h.

Referenced by AddDocItemDialog(), and setTitle().

QCheckBox* AddDocItemDialog::title_check [private]
 

Definition at line 49 of file adddocitemdlg.h.

Referenced by AddDocItemDialog(), and setTitle().

QLineEdit* AddDocItemDialog::title_edit [private]
 

Definition at line 44 of file adddocitemdlg.h.

Referenced by AddDocItemDialog(), setTitle(), and title().

KURLRequester* AddDocItemDialog::url_edit [private]
 

Definition at line 45 of file adddocitemdlg.h.

Referenced by AddDocItemDialog(), and url().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Oct 6 17:39:19 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003