|
|
const std::string & | getDBusServerAddress () const |
| | DBus server.
|
| |
|
void | setDBusServerAddress (const std::string &dBusServer) |
| | Set DBus server.
|
| |
|
void | setDrawingLabels (bool drawing) |
| | Set whether the plugin draws type and callsign labels above aircraft.
|
| |
|
bool | isDrawingLabels () const |
| | Get whether the plugin draws type and callsign labels above aircraft.
|
| |
|
void | setLabelColor (int rgb) |
| | Set the color to draw the callsign labels above aircraft.
|
| |
|
int | getLabelColor () const |
| | Get the color to draw the callsign labels above aircraft.
|
| |
|
void | setBundlingTaxiAndLandingLights (bool bundle) |
| | Bundle taxi and landing lights.
|
| |
|
bool | isBundlingTaxiAndLandingLights () const |
| | Bundle taxi and landing lights.
|
| |
|
void | setNightTextureMode (const std::string &mode) |
| | The the night texture mode.
|
| |
|
const std::string & | getNightTextureMode () const |
| | The the night texture mode.
|
| |
|
void | setMessageBoxValues (const std::string &positions) |
| | Left, top, right, bottom, lines, duration, color(freq, priv, serv, stat, sup)
|
| |
|
void | setMessageBoxValues (int leftPx, int topPx, int rightPx, int bottomPx, int lines, int durationMs, int freqRgb, int privRgb, int servRgb, int statRgb, int supRgb) |
| | Left, top, right, bottom, lines, duration, color(freq, priv, serv, stat, sup)
|
| |
|
const std::string & | getMessageBoxValues () const |
| | Left, top, right, bottom, lines, duration, color(freq, priv, serv, stat, sup)
|
| |
|
std::vector< int > | getMessageBoxValuesVector () const |
| | Left, top, right, bottom, lines, duration, color(freq, priv, serv, stat, sup)
|
| |
|
bool | setMaxPlanes (int planes) |
| | Set the maximum number of aircraft.
|
| |
|
int | getMaxPlanes () const |
| | Get the maximum number of aircraft.
|
| |
|
bool | setFollowAircraftDistanceM (int meters) |
| | Set follow aircraft distance.
|
| |
|
int | getFollowAircraftDistanceM () const |
| | Get follow aircraft distance.
|
| |
|
double | getMaxDrawDistanceNM () const |
| | Set the maximum distance at which to draw aircraft (nautical miles).
|
| |
|
bool | setMaxDrawDistanceNM (double nauticalMiles) |
| | Set the maximum distance at which to draw aircraft (nautical miles).
|
| |
|
bool | isLogRenderPhases () const |
| | Debug messages?
|
| |
|
void | setLogRenderPhases (bool log) |
| | Debug messages?
|
| |
|
bool | isTcasEnabled () const |
| | TCAS functionality?
|
| |
|
void | setTcasEnabled (bool tcas) |
| | TCAS functionality?
|
| |
|
bool | isTerrainProbeEnabled () const |
| | Terrain probe to query ground elevation enabled?
|
| |
|
void | setTerrainProbeEnabled (bool enabled) |
| | Terrain probe to query ground elevation enabled?
|
| |
|
bool | parseXSwiftBusString (const std::string &json) |
| | Load and parse config file.
|
| |
|
std::string | toXSwiftBusJsonString () const |
| | As JSON string.
|
| |
|
std::string | convertToString () const |
| | Convert to string.
|
| |
|
int | update (const CXSwiftBusSettingsQtFree &newValues) |
| | Update only changed values.
|
| |
|
virtual void | setCurrentUtcTime () |
| | Sets timestamp to now.
|
| |
xswiftbus/swift side settings class, JSON capable, shared among all services
Used on swift and xswiftbus side, MUST BE Qt free
Definition at line 19 of file xswiftbussettingsqtfree.h.