Kexi API Documentation (2.0 alpha)

KexiNameDialog Class Reference

#include <kexinamedialog.h>

Inheritance diagram for KexiNameDialog:

KDialogBase List of all members.

Public Slots

virtual void setDialogIcon (const QPixmap &icon)

Public Member Functions

 KexiNameDialog (const QString &message, QWidget *parent=0, const char *name=0)
 KexiNameDialog (const QString &message, const QString &nameLabel, const QString &nameText, const QString &captionLabel, const QString &captionText, QWidget *parent=0, const char *name=0)
virtual ~KexiNameDialog ()
KexiNameWidgetwidget () const
virtual void show ()

Protected Slots

void slotTextChanged ()
virtual void accept ()
void updateSize ()

Protected Member Functions

void init ()

Protected Attributes

QLabelm_icon
KexiNameWidgetm_widget

Constructor & Destructor Documentation

KexiNameDialog::KexiNameDialog const QString message,
QWidget parent = 0,
const char *  name = 0
 

Definition at line 22 of file kexinamedialog.cpp.

References init(), and m_widget.

KexiNameDialog::KexiNameDialog const QString message,
const QString nameLabel,
const QString nameText,
const QString captionLabel,
const QString captionText,
QWidget parent = 0,
const char *  name = 0
 

Definition at line 34 of file kexinamedialog.cpp.

References init(), and m_widget.

KexiNameDialog::~KexiNameDialog  )  [virtual]
 

Definition at line 48 of file kexinamedialog.cpp.


Member Function Documentation

void KexiNameDialog::accept  )  [protected, virtual, slot]
 

Definition at line 91 of file kexinamedialog.cpp.

References KexiNameWidget::checkValidity(), and m_widget.

void KexiNameDialog::init  )  [protected]
 

Definition at line 52 of file kexinamedialog.cpp.

References m_icon, m_widget, slotTextChanged(), and updateSize().

Referenced by KexiNameDialog().

void KexiNameDialog::setDialogIcon const QPixmap &  icon  )  [virtual, slot]
 

Definition at line 98 of file kexinamedialog.cpp.

References m_icon.

Referenced by KexiMainWindowImpl::getNewObjectInfo().

void KexiNameDialog::show  )  [virtual]
 

Definition at line 103 of file kexinamedialog.cpp.

References KexiNameWidget::captionLineEdit(), and m_widget.

void KexiNameDialog::slotTextChanged  )  [protected, slot]
 

Definition at line 82 of file kexinamedialog.cpp.

References KexiNameWidget::captionText(), KexiNameWidget::isCaptionRequired(), KexiNameWidget::isNameRequired(), m_widget, and KexiNameWidget::nameText().

Referenced by init().

void KexiNameDialog::updateSize  )  [protected, slot]
 

Definition at line 74 of file kexinamedialog.cpp.

References KexiNameWidget::lbl_message, and m_widget.

Referenced by init().

KexiNameWidget* KexiNameDialog::widget  )  const [inline]
 

Definition at line 42 of file kexinamedialog.h.

Referenced by KexiMainWindowImpl::getNewObjectInfo().


Member Data Documentation

QLabel* KexiNameDialog::m_icon [protected]
 

Definition at line 57 of file kexinamedialog.h.

Referenced by init(), and setDialogIcon().

KexiNameWidget* KexiNameDialog::m_widget [protected]
 

Definition at line 58 of file kexinamedialog.h.

Referenced by accept(), init(), KexiNameDialog(), show(), slotTextChanged(), and updateSize().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for Kexi 2.0 alpha.
Documentation copyright © 2002-2007 the Kexi Team.
Generated on Tue Apr 1 20:50:13 2008 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003