RTP Audio System  2.0.0
QInfoTabWidget Class Reference

QInfoTabWidget. More...

#include <qinfotabwidget.h>

List of all members.

Public Member Functions

 QInfoTabWidget (const InfoTable *table, const char *title, const char *pixmapName=NULL, QWidget *parent=NULL)
QInfoWidgetaddTable (const InfoTable *table, const char *title, const char *pixmapName=NULL)
bool update (const QString &id, const QString &value)
void clear ()

Private Attributes

QList< QInfoWidget * > InfoWidgetList

Detailed Description

QInfoTabWidget.

This class is a widget for displaying groups of sets of info strings.

Author:
Thomas Dreibholz
Version:
1.0

Constructor & Destructor Documentation

QInfoTabWidget::QInfoTabWidget ( const InfoTable table,
const char *  title,
const char *  pixmapName = NULL,
QWidget *  parent = NULL 
)

Constructor.

Parameters:
tableInfoTable with info string descriptions.
titleTab title.
pixmapNameName of pixmap for tab.
parentParent widget.

Member Function Documentation

QInfoWidget * QInfoTabWidget::addTable ( const InfoTable table,
const char *  title,
const char *  pixmapName = NULL 
)

Add InfoTable to widget.

Parameters:
tableInfoTable with info string descriptions.
titleTab title.
pixmapNameName of pixmap for tab.

Clear all entries.

bool QInfoTabWidget::update ( const QString &  id,
const QString &  value 
)

Update string with given ID.

Parameters:
idString ID.
valueNew value.

Member Data Documentation


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines