![]() |
VR-Forces 4.0.4 Class Documentation
|
The DtVrfExtendedApplicationSettings class will use the DtVrfGuiApplicationSettings class to keep a flag of extended application state settings. More...

Public Member Functions | |
| DtVrfExtendedApplicationSettings (makVrv::DtDe &) | |
| virtual | ~DtVrfExtendedApplicationSettings () |
| virtual void | setObserversPublished (bool) |
| Set whether or not observers are to be published. | |
| virtual bool | observersPublished () const |
| virtual void | setPaletteItemVisible (const std::string &item, bool) |
| Sets whether or not palette panel items are shown/hidden. | |
| virtual bool | paletteItemVisible (const std::string &item) const |
Static Public Member Functions | |
| static DtVrfExtendedApplicationSettings & | instance (makVrv::DtDe &de) |
| static void | registerInstance (makVrv::DtDe &, DtVrfExtendedApplicationSettings *) |
Public Attributes | |
| boost::signal< void()> | signal_extendedApplicationOptionsChanged |
| Signal sent any time an option changes. | |
Protected Member Functions | |
| virtual void | slot_activated () |
Protected Attributes | |
| makVrv::DtDe & | myDe |
The DtVrfExtendedApplicationSettings class will use the DtVrfGuiApplicationSettings class to keep a flag of extended application state settings.
| virtual makVrf::DtVrfExtendedApplicationSettings::~DtVrfExtendedApplicationSettings | ( | ) | [virtual] |
| 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::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] |
| static DtVrfExtendedApplicationSettings& makVrf::DtVrfExtendedApplicationSettings::instance | ( | makVrv::DtDe & | de | ) | [static] |
| static void makVrf::DtVrfExtendedApplicationSettings::registerInstance | ( | makVrv::DtDe & | , |
| DtVrfExtendedApplicationSettings * | |||
| ) | [static] |
| virtual void makVrf::DtVrfExtendedApplicationSettings::slot_activated | ( | ) | [protected, virtual] |
| boost::signal<void ()> makVrf::DtVrfExtendedApplicationSettings::signal_extendedApplicationOptionsChanged |
Signal sent any time an option changes.