Kexi API Documentation (2.0 alpha)

KexiCSVInfoLabel Class Reference

#include <kexicsvwidgets.h>

Inheritance diagram for KexiCSVInfoLabel:

QWidget List of all members.

Detailed Description

A helper widget showing a short text information with an icon. See ctor for details. Used by CSV import and export dialogs.

Definition at line 42 of file kexicsvwidgets.h.

Public Member Functions

 KexiCSVInfoLabel (const QString &labelText, QWidget *parent)
void setFileName (const QString &fileName)
void setLabelText (const QString &text)
void setCommentText (const QString &text)
void setIcon (const QString &iconName)
 sets icon pixmap to iconName. Used wher setIconForFilename was false in ctor.
QLabelleftLabel () const
KActiveLabel * fileNameLabel () const
KActiveLabel * commentLabel () const
QFrameseparator () const

Protected Attributes

QLabelm_leftLabel
QLabelm_iconLbl
KActiveLabel * m_fnameLbl
KActiveLabel * m_commentLbl
QFramem_separator


Constructor & Destructor Documentation

KexiCSVInfoLabel::KexiCSVInfoLabel const QString labelText,
QWidget parent
 

Definition at line 157 of file kexicsvwidgets.cpp.

References m_commentLbl, m_fnameLbl, m_iconLbl, m_leftLabel, and m_separator.


Member Function Documentation

KActiveLabel* KexiCSVInfoLabel::commentLabel  )  const [inline]
 

Definition at line 65 of file kexicsvwidgets.h.

References m_commentLbl.

KActiveLabel* KexiCSVInfoLabel::fileNameLabel  )  const [inline]
 

Definition at line 64 of file kexicsvwidgets.h.

References m_fnameLbl.

Referenced by KexiCSVExportWizard::showPage().

QLabel* KexiCSVInfoLabel::leftLabel  )  const [inline]
 

Definition at line 63 of file kexicsvwidgets.h.

References m_leftLabel.

QFrame* KexiCSVInfoLabel::separator  )  const [inline]
 

Definition at line 66 of file kexicsvwidgets.h.

References m_separator.

Referenced by KexiCSVExportWizard::KexiCSVExportWizard().

void KexiCSVInfoLabel::setCommentText const QString text  ) 
 

Definition at line 219 of file kexicsvwidgets.cpp.

References m_commentLbl.

void KexiCSVInfoLabel::setFileName const QString fileName  ) 
 

Definition at line 197 of file kexicsvwidgets.cpp.

References m_fnameLbl, and m_iconLbl.

Referenced by KexiCSVExportWizard::showPage().

void KexiCSVInfoLabel::setIcon const QString iconName  ) 
 

sets icon pixmap to iconName. Used wher setIconForFilename was false in ctor.

Definition at line 214 of file kexicsvwidgets.cpp.

References m_iconLbl.

Referenced by KexiCSVExportWizard::KexiCSVExportWizard(), and KexiCSVImportDialog::KexiCSVImportDialog().

void KexiCSVInfoLabel::setLabelText const QString text  ) 
 

Definition at line 206 of file kexicsvwidgets.cpp.

References m_fnameLbl.

Referenced by KexiCSVExportWizard::showPage().


Member Data Documentation

KActiveLabel * KexiCSVInfoLabel::m_commentLbl [protected]
 

Definition at line 70 of file kexicsvwidgets.h.

Referenced by commentLabel(), KexiCSVInfoLabel(), and setCommentText().

KActiveLabel* KexiCSVInfoLabel::m_fnameLbl [protected]
 

Definition at line 70 of file kexicsvwidgets.h.

Referenced by fileNameLabel(), KexiCSVInfoLabel(), setFileName(), and setLabelText().

QLabel * KexiCSVInfoLabel::m_iconLbl [protected]
 

Definition at line 69 of file kexicsvwidgets.h.

Referenced by KexiCSVInfoLabel(), setFileName(), and setIcon().

QLabel* KexiCSVInfoLabel::m_leftLabel [protected]
 

Definition at line 69 of file kexicsvwidgets.h.

Referenced by KexiCSVInfoLabel(), and leftLabel().

QFrame* KexiCSVInfoLabel::m_separator [protected]
 

Definition at line 71 of file kexicsvwidgets.h.

Referenced by KexiCSVInfoLabel(), and separator().


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:49:53 2008 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003