#include <MultiWidget.h>
Inherits PaintWidget.
Inherited by Compass, ImageViewOld, and OrientationView.
|
| void | setActive (bool b) |
| |
| QString | getMinimizedLabel () |
| |
| void | setMinimizedLabel (QString label) |
| |
| void | childEvent (QChildEvent *event) |
| |
| bool | event (QEvent *event) |
| |
| bool | isHiddenWhenMinimized () const |
| |
| void | hideWhenMin (bool b) |
| |
| QObject * | addItem (QObject *object) |
| |
| QObject * | addPoints (const QList< int > &points_x, const QList< int > &points_y, int groupNr, const QColor &color) |
| |
| QObject * | addText (int xPos, int yPos, int groupNr, const QString &text) |
| |
| QObject * | addLine (int xPos, int yPos, int groupNr, const QColor &color, int endX, int endY) |
| |
| QObject * | addEllipse (int xPos, int yPos, int groupNr, const QColor &color, int width, int height) |
| |
| QObject * | addRectangle (int xPos, int yPos, int groupNr, const QColor &color, int width, int height) |
| |
| QObject * | addPolyline (int groupNr, const QColor &color, const QList< QPoint > &points) |
| |
| QObject * | addPolygon (int groupNr, const QColor &color, const QList< QPoint > &points) |
| |
| QObject * | removeItem (QObject *drawItem, bool delete_object) |
| |
| void | removeAllItems (bool delete_objects) |
| |
Definition at line 8 of file MultiWidget.h.
| MultiWidget::MultiWidget |
( |
QWidget * |
parent = 0 | ) |
|
|
inline |
| void MultiWidget::activityChanged |
( |
bool |
| ) |
|
|
signal |
| void MultiWidget::childEvent |
( |
QChildEvent * |
event | ) |
|
|
inlineslot |
Returns whether this is a container widget
- Returns
- will always return true
Definition at line 59 of file MultiWidget.h.
60 QWidget::childEvent(
event);
| bool MultiWidget::event |
( |
QEvent * |
event | ) |
|
|
inlineslot |
| QString MultiWidget::getMinimizedLabel |
( |
| ) |
|
|
inlineslot |
| void MultiWidget::hideWhenMin |
( |
bool |
b | ) |
|
|
inlineslot |
| bool MultiWidget::isHiddenWhenMinimized |
( |
| ) |
const |
|
inlineslot |
| void MultiWidget::setActive |
( |
bool |
b | ) |
|
|
inlineslot |
Definition at line 27 of file MultiWidget.h.
31 for(QObjectList::const_iterator it = children().begin(); it != children().end(); it++){
| void MultiWidget::setMinimizedLabel |
( |
QString |
label | ) |
|
|
inlineslot |
| bool MultiWidget::isActive |
|
protected |
True if this Widget is not Minimized
Definition at line 77 of file MultiWidget.h.
| bool MultiWidget::wasHidden |
|
protected |
| bool MultiWidget::hideWhenMinimized |
|
readwrite |
| QString MultiWidget::minimizedLabel |
|
readwrite |
The documentation for this class was generated from the following file:
- /build/rock-master-18.09-gui-rock-widget-collection-0.20180124/src/multi_view/MultiWidget.h