#include </home/clem/local/src/opie/libopie2/opieui/otabinfo.h>
Collaboration diagram for Opie::Ui::OTabInfo:

Public Member Functions | |
| OTabInfo () | |
| Object constructor. | |
| OTabInfo (int id, QWidget *control, const QString &icon, const QString &label) | |
| Object constructor. | |
| int | id () const |
| Returns TabBar ID. | |
| void | setId (int id) |
| Set Id for tab. | |
| const QString & | label () const |
| Returns text label for widget. | |
| void | setLabel (const QString &label) |
| Set label for tab. | |
| QWidget * | control () const |
| Returns pointer to widget. | |
| const QString & | icon () const |
| Returns name of icon file. | |
| void | setIcon (const QString &icon) |
| Set icon for tab. | |
Private Attributes | |
| int | i |
| QWidget * | c |
| QString | p |
| QString | l |
| Private * | d |
OTabInfo provides the following information about a widget added to an OTabWidget control:
ID - integer tab bar ID Control - QWidget pointer to child widget Label - QString text label for OTabWidget selection control Icon - QString name of icon file
Definition at line 57 of file otabinfo.h.
|
|
Object constructor.
Definition at line 64 of file otabinfo.h. |
|
||||||||||||||||||||
|
Object constructor.
Definition at line 75 of file otabinfo.h. |
|
|
Returns pointer to widget.
Definition at line 110 of file otabinfo.h. References c. Referenced by Opie::Ui::OTabWidget::changeTab(), Opie::Ui::OTabWidget::currentWidget(), Opie::Ui::OTabWidget::removePage(), Opie::Ui::OTabWidget::selectTab(), and Opie::Ui::OTabWidget::setCurrentTab(). |
|
|
Returns name of icon file.
Definition at line 116 of file otabinfo.h. References p. |
|
|
Returns TabBar ID.
Definition at line 82 of file otabinfo.h. References i. Referenced by Opie::Ui::OTabWidget::changeTab(), Opie::Ui::OTabWidget::currentTab(), Opie::Ui::OTabWidget::removePage(), Opie::Ui::OTabWidget::selectTab(), Opie::Ui::OTabWidget::setCurrentTab(), and Opie::Ui::OTabWidget::slotTabBarSelected(). |
|
|
Returns text label for widget.
Definition at line 96 of file otabinfo.h. References l. Referenced by Opie::Ui::OTabWidget::changeTab(), Opie::Ui::OTabWidget::removePage(), Opie::Ui::OTabWidget::selectTab(), and Opie::Ui::OTabWidget::setCurrentTab(). |
|
|
Set icon for tab.
Definition at line 124 of file otabinfo.h. References p. Referenced by Opie::Ui::OTabWidget::changeTab(). |
|
|
Set Id for tab.
Definition at line 90 of file otabinfo.h. References i. |
|
|
Set label for tab.
Definition at line 104 of file otabinfo.h. References l. Referenced by Opie::Ui::OTabWidget::changeTab(). |
|
|
Definition at line 128 of file otabinfo.h. Referenced by control(). |
|
|
Definition at line 131 of file otabinfo.h. |
|
|
Definition at line 127 of file otabinfo.h. |
|
|
Definition at line 130 of file otabinfo.h. Referenced by label(), and setLabel(). |
|
|
Definition at line 129 of file otabinfo.h. |
1.4.2