#include <OpenFlipper/widgets/glWidget/QtMultiViewLayout.hh>
|
enum | MultiViewMode { SingleView,
DoubleView,
Grid,
HSplit
} |
| MultiView display modes.
|
|
|
| QtMultiViewLayout (QGraphicsLayoutItem *_parent=0) |
|
void | addItem (QGraphicsWidget *_item, unsigned int _pos) |
| Adds Widget to Layout.
|
|
void | setMode (MultiViewMode _mode) |
| Sets layout mode.
|
|
MultiViewMode | mode () const |
| Retruns current layout modes.
|
|
void | setSpacing (unsigned int _s) |
| Sets space between items.
|
|
void | setPrimary (unsigned int _i) |
| Sets primary element for SingleView and HSplit.
|
|
virtual int | count () const |
| Pure virtual functions that have to be implemented.
|
|
virtual QGraphicsLayoutItem * | itemAt (int _i) const |
|
virtual void | removeAt (int _index) |
|
virtual QSizeF | sizeHint (Qt::SizeHint _which, const QSizeF &_constraint=QSizeF()) const |
|
virtual void | setGeometry (const QRectF &rect) |
| Tracks geometry changes.
|
|
Graphics scene layout for multi view.
Definition at line 74 of file QtMultiViewLayout.hh.
The documentation for this class was generated from the following files: