Factory to create the specific DtCameraShakes created when vrvCore starts up.
More...
Protected Member Functions |
| | DtCameraShakeFactory (DtDe &de) |
| | Protected CTOR, use the static instance to get a factory instance.
|
Detailed Description
Factory to create the specific DtCameraShakes created when vrvCore starts up.
Member Typedef Documentation
Constructor & Destructor Documentation
| virtual makVrv::DtCameraShakeFactory::~DtCameraShakeFactory |
( |
| ) |
|
|
virtual |
| makVrv::DtCameraShakeFactory::DtCameraShakeFactory |
( |
DtDe & |
de | ) |
|
|
protected |
Protected CTOR, use the static instance to get a factory instance.
Member Function Documentation
| virtual void makVrv::DtCameraShakeFactory::addCreator |
( |
const std::string & |
cameraShakeType, |
|
|
DtCameraShakeCreator * |
creator |
|
) |
| |
|
virtual |
Add a creator function for the specified camera shake type.
| virtual void makVrv::DtCameraShakeFactory::cameraShakeTypesSupported |
( |
std::list< std::string > & |
cameraShakeTypes | ) |
const |
|
virtual |
Get the list of the display names of camera shake element types that can be created.
| virtual DtCameraShake* makVrv::DtCameraShakeFactory::createCameraShake |
( |
DtObserver & |
obs, |
|
|
const std::string & |
cameraShakeType |
|
) |
| const |
|
virtual |
| bool makVrv::DtCameraShakeFactory::canCreateCameraShake |
( |
const std::string & |
cameraShakeType | ) |
|
Can we create this type of camera shake?
Member Data Documentation
| DtDe& makVrv::DtCameraShakeFactory::myDe |
|
protected |
The documentation for this class was generated from the following file: