dRonin
adbada4
dRonin GCS
|
Collection of static functions to help dealing with various enums used Contains functions for enumToString conversio, StringToEnum, QStringList of enum values... More...
#include <tlmapwidget.h>
Static Public Member Functions | |
static MapType::Types | MapTypeFromString (QString const &value) |
Converts from String to Type. More... | |
static QString | StrFromMapType (MapType::Types const &value) |
Converts from Type to String. More... | |
static QStringList | MapTypes () |
Returns QStringList with string representing all the enum values. More... | |
static GeoCoderStatusCode::Types | GeoCoderStatusCodeFromString (QString const &value) |
Converts from String to Type. More... | |
static QString | StrFromGeoCoderStatusCode (GeoCoderStatusCode::Types const &value) |
Converts from Type to String. More... | |
static QStringList | GeoCoderTypes () |
Returns QStringList with string representing all the enum values. More... | |
static internals::MouseWheelZoomType::Types | MouseWheelZoomTypeFromString (QString const &value) |
Converts from String to Type. More... | |
static QString | StrFromMouseWheelZoomType (internals::MouseWheelZoomType::Types const &value) |
Converts from Type to String. More... | |
static QStringList | MouseWheelZoomTypes () |
Returns QStringList with string representing all the enum values. More... | |
static core::LanguageType::Types | LanguageTypeFromString (QString const &value) |
Converts from String to Type. More... | |
static QString | StrFromLanguageType (core::LanguageType::Types const &value) |
Converts from Type to String. More... | |
static QStringList | LanguageTypes () |
Returns QStringList with string representing all the enum values. More... | |
static core::AccessMode::Types | AccessModeFromString (QString const &value) |
Converts from String to Type. More... | |
static QString | StrFromAccessMode (core::AccessMode::Types const &value) |
Converts from Type to String. More... | |
static QStringList | AccessModeTypes () |
Returns QStringList with string representing all the enum values. More... | |
static UAVMapFollowType::Types | UAVMapFollowFromString (QString const &value) |
Converts from String to Type. More... | |
static QString | StrFromUAVMapFollow (UAVMapFollowType::Types const &value) |
Converts from Type to String. More... | |
static QStringList | UAVMapFollowTypes () |
Returns QStringList with string representing all the enum values. More... | |
static UAVTrailType::Types | UAVTrailTypeFromString (QString const &value) |
Converts from String to Type. More... | |
static QString | StrFromUAVTrailType (UAVTrailType::Types const &value) |
Converts from Type to String. More... | |
static QStringList | UAVTrailTypes () |
Returns QStringList with string representing all the enum values. More... | |
Collection of static functions to help dealing with various enums used Contains functions for enumToString conversio, StringToEnum, QStringList of enum values...
Definition at line 61 of file tlmapwidget.h.