swift
|
Status of interpolation. More...
Public Member Functions | |
bool | isInterpolated () const |
Did interpolation succeed? | |
void | setInterpolated (bool interpolated) |
Set succeeded. | |
bool | isSameSituation () const |
Interpolating between 2 same situations? | |
void | setSameSituation (bool same) |
Interpolating between 2 same situations? | |
void | setSituationsCount (int count) |
Set situations count. | |
void | setExtraInfo (const QString &info) |
Extra info. | |
void | setInterpolatedAndCheckSituation (bool succeeded, const aviation::CAircraftSituation &situation) |
Set succeeded. | |
bool | hasValidSituation () const |
Is the corresponding position valid? | |
bool | hasValidInterpolatedSituation () const |
Valid interpolated situation. | |
void | checkIfValidSituation (const aviation::CAircraftSituation &situation) |
Is that a valid position? | |
QString | toQString () const |
Info string. | |
Status of interpolation.
Definition at line 21 of file interpolationstatus.h.