![]() |
VR-Forces 4.1 Class Documentation
|
The weather processor signaler class is used to connect the Environment Widget with the WeatherProcessor in order to signal a refresh. More...

Public Member Functions | |
| virtual | ~DtWeatherProcessorSignaler () |
| DTOR. | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
Static Public Member Functions | |
| static DtWeatherProcessorSignaler & | instance (const DtSharedSettingsManager &ssm) |
| Get an instance of the data bank signaler using the shared settings manager. | |
| static DtWeatherProcessorSignaler & | instance (DtEventQueueInterface &eqi) |
| Get an instance of the data bank signaler using the event queue interface. | |
| static DtWeatherProcessorSignaler * | findInstance (DtEventQueueInterface *eqi) |
| Find an instance of the data bank signaler using the event queue interface. | |
Public Attributes | |
| event_signal< void() > | signal_refreshRemoteWeather |
Protected Member Functions | |
| DtWeatherProcessorSignaler (DtEventQueueInterface &eqi) | |
Private Member Functions | |
| DtWeatherProcessorSignaler (const DtWeatherProcessorSignaler &) | |
| DtWeatherProcessorSignaler & | operator= (const DtWeatherProcessorSignaler &) |
The weather processor signaler class is used to connect the Environment Widget with the WeatherProcessor in order to signal a refresh.
|
virtual |
DTOR.
|
protected |
|
private |
|
static |
Get an instance of the data bank signaler using the shared settings manager.
|
static |
Get an instance of the data bank signaler using the event queue interface.
|
static |
Find an instance of the data bank signaler using the event queue interface.
| NULL | if the instance does not exist. |
|
private |
| event_signal< void() > makVrv::DtWeatherProcessorSignaler::signal_refreshRemoteWeather |