|
rock_widget_collection
0.1
|
#include <orientation.h>
Inherits MultiWidget.
Public Slots | |
| OrientationView * | newInstance () |
| void | setHeading (double value) |
| void | setPitch (double value) |
| void | setRoll (double value) |
| void | setHeadingAngle (double value) |
| void | setPitchAngle (double value) |
| void | setRollAngle (double value) |
| void | update () |
Public Slots inherited from MultiWidget | |
| 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) |
Public Slots inherited from PaintWidget | |
| 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) |
Public Member Functions | |
| OrientationView (QWidget *parent=NULL) | |
Public Member Functions inherited from MultiWidget | |
| MultiWidget (QWidget *parent=0) | |
Public Member Functions inherited from PaintWidget | |
| PaintWidget (QWidget *parent) | |
| ~PaintWidget () | |
Protected Attributes | |
| QHBoxLayout * | layout |
| Compass * | compass |
| ArtificialHorizon * | horizon |
Protected Attributes inherited from MultiWidget | |
| bool | isActive |
| bool | wasHidden |
Protected Attributes inherited from PaintWidget | |
| QList< DrawItem * > | items |
| QList< int > | disabledGroups |
| bool | isOpenGL |
Additional Inherited Members | |
Signals inherited from MultiWidget | |
| void | activityChanged (bool) |
Protected Member Functions inherited from PaintWidget | |
| void | drawDrawItemsToImage (QImage &image, bool all=false) |
| void | drawDrawItemsToPainter (QPainter &painter, bool all=false) |
| void | paintEvent (QPaintEvent *event) |
Properties inherited from MultiWidget | |
| bool | hideWhenMinimized |
| QString | minimizedLabel |
Definition at line 11 of file orientation.h.
| OrientationView::OrientationView | ( | QWidget * | parent = NULL | ) |
Definition at line 8 of file orientation.cc.
|
slot |
Definition at line 20 of file orientation.cc.
|
slot |
Definition at line 25 of file orientation.cc.
|
inlineslot |
Definition at line 26 of file orientation.h.
|
slot |
Definition at line 30 of file orientation.cc.
|
inlineslot |
Definition at line 27 of file orientation.h.
|
slot |
Definition at line 35 of file orientation.cc.
|
inlineslot |
Definition at line 28 of file orientation.h.
|
inlineslot |
Definition at line 29 of file orientation.h.
|
protected |
Definition at line 32 of file orientation.h.
|
protected |
Definition at line 33 of file orientation.h.
|
protected |
Definition at line 29 of file orientation.h.
1.8.13