The DtVrfExtendedApplicationSettings class will use the DtVrfGuiApplicationSettings class to keep a flag of extended application state settings.
More...
Detailed Description
The DtVrfExtendedApplicationSettings class will use the DtVrfGuiApplicationSettings class to keep a flag of extended application state settings.
Constructor & Destructor Documentation
| makVrf::DtVrfExtendedApplicationSettings::DtVrfExtendedApplicationSettings |
( |
makVrv::DtDe & |
| ) |
|
| virtual makVrf::DtVrfExtendedApplicationSettings::~DtVrfExtendedApplicationSettings |
( |
| ) |
|
|
virtual |
Member Function Documentation
| virtual void makVrf::DtVrfExtendedApplicationSettings::setObserversPublished |
( |
bool |
| ) |
|
|
virtual |
Set whether or not observers are to be published.
| virtual bool makVrf::DtVrfExtendedApplicationSettings::observersPublished |
( |
| ) |
const |
|
virtual |
| virtual void makVrf::DtVrfExtendedApplicationSettings::setDoNotShowTellMeAboutFavorites |
( |
bool |
| ) |
|
|
virtual |
Sets whether or not to show the tell me about favorites item.
| virtual bool makVrf::DtVrfExtendedApplicationSettings::doNotShowTellMeAboutFavorites |
( |
| ) |
const |
|
virtual |
| virtual void makVrf::DtVrfExtendedApplicationSettings::setShowWeather |
( |
bool |
| ) |
|
|
virtual |
Sets whether or not to show weather. This will simply show/hide the Weather overlay layer.
| virtual bool makVrf::DtVrfExtendedApplicationSettings::showWeather |
( |
| ) |
const |
|
virtual |
| virtual void makVrf::DtVrfExtendedApplicationSettings::setPaletteItemVisible |
( |
const std::string & |
item, |
|
|
bool |
|
|
) |
| |
|
virtual |
Sets whether or not palette panel items are shown/hidden.
| virtual bool makVrf::DtVrfExtendedApplicationSettings::paletteItemVisible |
( |
const std::string & |
item | ) |
const |
|
virtual |
| virtual void makVrf::DtVrfExtendedApplicationSettings::setDateAndTimeOfDayFormat |
( |
const std::string & |
| ) |
|
|
virtual |
Sets the format for displaying the date/time of day as specified in Qt documentation.
Default is: MM/dd/yyyy hh:mm
| virtual std::string makVrf::DtVrfExtendedApplicationSettings::dateAndTimeOfDayFormat |
( |
| ) |
const |
|
virtual |
| virtual void makVrf::DtVrfExtendedApplicationSettings::setTimezone |
( |
const std::string & |
| ) |
|
|
virtual |
Timezone used for display.
| virtual std::string makVrf::DtVrfExtendedApplicationSettings::timezone |
( |
| ) |
const |
|
virtual |
| virtual void makVrf::DtVrfExtendedApplicationSettings::setAllowChangingOfExtendedLabels |
( |
bool |
| ) |
|
|
virtual |
Set to false to disallow the changing of the extended labels via the session options page. Default is true.
| virtual bool makVrf::DtVrfExtendedApplicationSettings::allowChangingOfExtendedLabels |
( |
| ) |
const |
|
virtual |
| virtual void makVrf::DtVrfExtendedApplicationSettings::setUseLocalTimezone |
( |
bool |
| ) |
|
|
virtual |
Use local timezone for display. Default is false.
| virtual bool makVrf::DtVrfExtendedApplicationSettings::useLocalTimezone |
( |
| ) |
const |
|
virtual |
| virtual void makVrf::DtVrfExtendedApplicationSettings::setSimQueryUpdateTime |
( |
double |
| ) |
|
|
virtual |
For moving objects, what is the update time to look at for when to make the next data request for a location from the sim.
Default is 1 second
| virtual double makVrf::DtVrfExtendedApplicationSettings::simQueryUpdateTime |
( |
| ) |
const |
|
virtual |
| virtual void makVrf::DtVrfExtendedApplicationSettings::slot_activated |
( |
| ) |
|
|
protectedvirtual |
Member Data Documentation
| boost::signal<void ()> makVrf::DtVrfExtendedApplicationSettings::signal_extendedApplicationOptionsChanged |
Signal sent any time an option changes.
| boost::signal<void (double)> makVrf::DtVrfExtendedApplicationSettings::signal_simQueryUpdateTimeChanged |
Signal when sim query update time changes.
| makVrv::DtDe& makVrf::DtVrfExtendedApplicationSettings::myDe |
|
protected |
The documentation for this class was generated from the following file: