#include <qpui.h>
Public Member Functions | |
QpListItem (QpListView *parent=0, QString txt="", QpListItem *after=0, QguListType type=ListTypeGroup, QString WL="") | |
QpListItem (QpListItem *parent=0, QString txt="", QpListItem *after=0, QguListType type=ListTypeGroup, QString WL="") | |
~QpListItem () | |
int | numberOfChildren () const |
virtual void | showTabs () |
QpListItem * | lastChild () const |
QpPageItem * | pageItem () |
virtual void | setDefaultOptions () |
QpListItem * | parent () |
virtual QpFrameType | frameType () |
virtual void | updateAxes () |
Public Attributes | |
QpListView * | I_ListView |
QpItemType | I_Type |
QTabWidget * | tabWidget |
bool | nameLock |
QpListItem::QpListItem | ( | QpListView * | parent = 0 , |
|
QString | txt = "" , |
|||
QpListItem * | after = 0 , |
|||
QguListType | type = ListTypeGroup , |
|||
QString | WL = "" | |||
) |
QpListItem::QpListItem | ( | QpListItem * | parent = 0 , |
|
QString | txt = "" , |
|||
QpListItem * | after = 0 , |
|||
QguListType | type = ListTypeGroup , |
|||
QString | WL = "" | |||
) |
QpListItem::~QpListItem | ( | ) | [inline] |
virtual QpFrameType QpListItem::frameType | ( | ) | [inline, virtual] |
Reimplemented in QpFrameItem, QpPanelItem, and QpPlotItem.
QpListItem * QpListItem::lastChild | ( | ) | const |
int QpListItem::numberOfChildren | ( | ) | const |
QpPageItem * QpListItem::pageItem | ( | ) |
QpListItem * QpListItem::parent | ( | ) |
virtual void QpListItem::setDefaultOptions | ( | ) | [inline, virtual] |
Reimplemented in QpPageItem, QpFrameItem, QpPanelItem, QpTraceItem, and QpSpectrumItem.
virtual void QpListItem::showTabs | ( | ) | [inline, virtual] |
Reimplemented in QpPageItem, QpFrameItem, QpPanelItem, QpTraceItem, QpEventItem, and QpSpectrumItem.
virtual void QpListItem::updateAxes | ( | ) | [inline, virtual] |
Reimplemented in QpFrameItem, QpPanelItem, QpTraceItem, and QpSpectrumItem.
bool QpListItem::nameLock |
QTabWidget* QpListItem::tabWidget |