Enroute Flight Navigation
A navigation app for VFR pilots
|
QML Class implementing a SideView. More...
#include <SideViewQuickItem.h>
Public Member Functions | |
SideViewQuickItem (QQuickItem *parent=nullptr) | |
Standard constructor. | |
void | paint (QPainter *painter) override |
Re-implemented from QQuickPaintedItem to implement painting. |
QML Class implementing a SideView.
Definition at line 36 of file SideViewQuickItem.h.
|
explicit |
Standard constructor.
parent | The standard QObject parent pointer |
|
override |
Re-implemented from QQuickPaintedItem to implement painting.
painter | Pointer to the QPainter used for painting |