![]() |
VR-Forces 4.6.1 Class Documentation
|
This class will be the interface for deciding what icons or colors to display for weather areas. More...

Public Member Functions | |
| DtWeatherLookModificationOperation (makVrv::DtDe &de) | |
| CTOR. | |
| DtWeatherLookModificationOperation (const DtWeatherLookModificationOperation &orig) | |
| virtual | ~DtWeatherLookModificationOperation () |
| DTOR. | |
| virtual DtWeatherLookModificationOperation * | clone () const =0 |
| Copy of this class. | |
| virtual void | modelDefinitionForWeatherLook (const makArchives::DtEnvironmentRecord &, std::string &modelDef) const =0 |
| Returns the model definition to use for display in the weather area in the supplied string. | |
| virtual void | modifyColorForWeather (const makArchives::DtEnvironmentRecord &, float &r, float &g, float &b, float &a) const =0 |
| Returns (in the supplied base color) the color to use for the fill of the weather area. | |
Protected Attributes | |
| makVrv::DtDe & | myDe |
This class will be the interface for deciding what icons or colors to display for weather areas.
|
inline |
CTOR.
|
inline |
|
inlinevirtual |
DTOR.
|
pure virtual |
Copy of this class.
Implemented in makVrf::DtQtPrecipitationWeatherLookModificationOperation, makVrf::DtQtWindStateWeatherLookModificationOperation, makVrf::DtQtVisibilityWeatherLookModificationOperation, makVrf::DtQtCloudStateWeatherLookModificationOperation, and makVrf::DtQtVisibilityStateWeatherLookModificationOperation.
|
pure virtual |
Returns the model definition to use for display in the weather area in the supplied string.
Implemented in makVrf::DtQtWeatherLookModificationOperation.
|
pure virtual |
Returns (in the supplied base color) the color to use for the fill of the weather area.
Implemented in makVrf::DtQtPrecipitationWeatherLookModificationOperation, makVrf::DtQtWindStateWeatherLookModificationOperation, makVrf::DtQtVisibilityWeatherLookModificationOperation, makVrf::DtQtCloudStateWeatherLookModificationOperation, and makVrf::DtQtVisibilityStateWeatherLookModificationOperation.
|
protected |