#include <qpui.h>

Public Member Functions | |
| EventItem (const QString &name="", QpuiItem *parent=NULL, const QString &WLcontext="", int position=-1) | |
| EventItem (EventItem *item, QpuiItem *parent, int position=-1) | |
| ~EventItem () | |
| QpuiReturnStatus | plot () |
| void | showTabs () |
| virtual QDomElement | toXMLElement (QDomDocument &) const |
| void | fromXMLElement (QDomElement &) |
Public Attributes | |
| QpEventTab * | eventTab |
| QColor | _event_label_colour |
Friends | |
| Vostream & | operator<< (Vostream &, EventItem &) |
| Vistream & | operator>> (Vistream &, EventItem &) |
| EventItem::EventItem | ( | const QString & | name = "", |
|
| QpuiItem * | parent = NULL, |
|||
| const QString & | WLcontext = "", |
|||
| int | position = -1 | |||
| ) |
| EventItem::~EventItem | ( | ) |
| void EventItem::fromXMLElement | ( | QDomElement & | el | ) |
Reimplemented from QpuiItem.
| QpuiReturnStatus EventItem::plot | ( | ) | [virtual] |
Reimplemented from PlotItem.
| void EventItem::showTabs | ( | ) | [virtual] |
Reimplemented from QpuiItem.
| QDomElement EventItem::toXMLElement | ( | QDomDocument & | doc | ) | const [virtual] |
Reimplemented from QpuiItem.
1.5.7