#include <qpui.h>
Public Member Functions | |
RootItem (PlotView *plotView) | |
virtual | ~RootItem () |
virtual bool | isDescendentOf (QpuiItem *) |
virtual bool | addChild (QpuiItem *newChild, int position=-1) |
RootItem * | root () |
Public Attributes | |
PlotView * | I_PlotView |
Friends | |
class | PageItem |
class | FrameItem |
class | PanelItem |
class | PlotItem |
RootItem::RootItem | ( | PlotView * | plotView | ) |
RootItem::~RootItem | ( | ) | [virtual] |
bool RootItem::addChild | ( | QpuiItem * | newChild, | |
int | position = -1 | |||
) | [virtual] |
Reimplemented from QpuiItem.