API Documentation
|
#include <OrientationOperationsWidget.h>
Classes | |
class | GNSSCallback |
Public Slots | |
void | onCopyFromExistingSlot () |
void | onSpecifiedAngleUpdatedSlot () |
void | onCalculatedUpdatedSlot () |
void | updateOrientationFromDialogSlot () |
void | updateOrientationCalcOptionsSlot () |
Signals | |
void | updateMagneticReferenceSignal (const Angle< fltp08 > &angle) |
Signals inherited from Editor | |
void | objectUpdatedSignal () |
void | isBusyStatusChanged () |
Public Member Functions | |
OrientationOperationsWidget (uint01 dimension, const DynamicPointer< QTDesignObject > &object, QWidget *parent=nullptr) | |
OrientationOperationsWidget (uint01 dimension, DesignObjectLookup *lookup, QWidget *parent=nullptr) | |
virtual | ~OrientationOperationsWidget () |
void | init () |
void | updateValues () override |
QSize | sizeHint () const override |
void | updateVisibleWidgets () |
void | setIsGeoReference (bool is_geo_reference) |
void | setDialToModelIcon () |
void | setIsMagneticReference (bool is_magnetic_reference, DesignObjectLookup *lookup) |
DesignObjectLookup * | lookup () |
OrientationOperations | operations () const |
void | updateDialImages () |
void | setAngle (const Angle< fltp08 > &angle) |
bool | fullscreenTouch () const final override |
virtual bool | event (QEvent *event) override |
Public Member Functions inherited from Editor | |
Editor (QWidget *parent=nullptr) | |
Editor (const DynamicPointer< QTDesignObject > &object, QWidget *parent=nullptr) | |
virtual bool | allowDocking () const |
virtual TranslatedString | customDialogTitle () const |
virtual String | customDialogIcon () const |
virtual InterfaceOrientationController * | orientationController () const |
virtual Buffer< QWidget * > | printableWidgets () |
virtual Buffer< QWidget * > | printableWidgetOptions () |
virtual Buffer< QWidget * > | bottomOptions () |
virtual void | setTarget (const DynamicPointer< QTDesignObject > &object) |
virtual void | setHorizontal (bool horizontal) |
virtual void | requestScrollEnabled (bool enabled) |
const DynamicPointer< QTDesignObject > & | target () const |
virtual void | setup (DesignObjectDialog *, const ShowPropertiesSettings &) |
virtual bool | isBusy () const |
Static Public Member Functions | |
static void | SetGNSSCallback (GNSSCallback *callback) |
static void | SetGridMagnetCallback (const std::function< void(Button *)> &function) |
Static Public Attributes | |
static GNSSCallback * | s_gnss_reading_callback = nullptr |
static std::function< void(Button *)> | s_magnetic_callback |
Protected Member Functions | |
void | updateReletiveCombos () |
bool | isPrismModel () const |
void | updateComputedPosition () |
void | updateTitles (OrientationOperations::AzimuthType type) |
void | updateOrientation (const Matrix< fltp08 > &matrix) |
Protected Attributes | |
Ui::OrientationOperationsUI * | ui |
const uint01 | m_dimension |
bool | m_is_geo_reference = false |
bool | m_is_magnet_reference = false |
bool | m_has_offset = false |
bool | m_use_model_icon = false |
QWidget * | m_orientation_gnss_widget = nullptr |
DesignObjectLookup * | m_lookup = nullptr |
Protected Attributes inherited from Editor | |
InterfaceOrientationController * | m_orientation_controller |
DynamicPointer< QTDesignObject > | m_design_object |
Additional Inherited Members | |
Protected Slots inherited from Editor | |
void | onDesignObjectUpdateSlot () |
OrientationOperationsWidget | ( | uint01 | dimension, |
const DynamicPointer< QTDesignObject > & | object, | ||
QWidget * | parent = nullptr ) |
OrientationOperationsWidget | ( | uint01 | dimension, |
DesignObjectLookup * | lookup, | ||
QWidget * | parent = nullptr ) |
|
virtual |
|
overridevirtual |
|
inlinefinaloverridevirtual |
Reimplemented from Editor.
void init | ( | ) |
|
protected |
DesignObjectLookup * lookup | ( | ) |
|
slot |
|
slot |
|
slot |
OrientationOperations operations | ( | ) | const |
void setDialToModelIcon | ( | ) |
|
static |
|
static |
void setIsGeoReference | ( | bool | is_geo_reference | ) |
void setIsMagneticReference | ( | bool | is_magnetic_reference, |
DesignObjectLookup * | lookup ) |
|
override |
|
protected |
void updateDialImages | ( | ) |
|
slot |
|
slot |
|
protected |
|
protected |
|
overridevirtual |
Implements Editor.
void updateVisibleWidgets | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
static |
|
static |
|
protected |