Component for CCinemaManager class TODO: write description.
More...
#include <ICmpCinemaManager.h>
|
using | AllocFunc = IComponent *(*)(const ScriptInterface &scriptInterface, JS::HandleValue ctor) |
|
using | DeallocFunc = void(*)(IComponent *) |
|
static std::string | GetSchema () |
|
static void | RegisterComponentType (CComponentManager &mgr, EInterfaceId iid, EComponentTypeId cid, AllocFunc alloc, DeallocFunc dealloc, const char *name, const std::string &schema) |
|
static void | RegisterComponentTypeScriptWrapper (CComponentManager &mgr, EInterfaceId iid, EComponentTypeId cid, AllocFunc alloc, DeallocFunc dealloc, const char *name, const std::string &schema) |
|
static u8 | GetSerializationVersion () |
|
Component for CCinemaManager class TODO: write description.
◆ AddCinemaPathToQueue()
virtual void ICmpCinemaManager::AddCinemaPathToQueue |
( |
const CStrW & |
name | ) |
|
|
pure virtual |
◆ AddPath()
virtual void ICmpCinemaManager::AddPath |
( |
const CCinemaPath & |
path | ) |
|
|
pure virtual |
◆ ClearQueue()
virtual void ICmpCinemaManager::ClearQueue |
( |
| ) |
|
|
pure virtual |
◆ DeletePath()
virtual void ICmpCinemaManager::DeletePath |
( |
const CStrW & |
name | ) |
|
|
pure virtual |
◆ GetPaths()
virtual const std::map< CStrW, CCinemaPath > & ICmpCinemaManager::GetPaths |
( |
| ) |
const |
|
pure virtual |
◆ GetQueue()
virtual const std::list< CCinemaPath > & ICmpCinemaManager::GetQueue |
( |
| ) |
const |
|
pure virtual |
◆ HasPath()
virtual bool ICmpCinemaManager::HasPath |
( |
const CStrW & |
name | ) |
const |
|
pure virtual |
Checks the path name in the path list.
- Parameters
-
- Returns
- true if path with that name exists, else false
Implemented in CCmpCinemaManager.
◆ IsEnabled()
virtual bool ICmpCinemaManager::IsEnabled |
( |
| ) |
const |
|
pure virtual |
◆ Play()
virtual void ICmpCinemaManager::Play |
( |
| ) |
|
|
pure virtual |
◆ PlayQueue()
virtual void ICmpCinemaManager::PlayQueue |
( |
const float |
deltaRealTime, |
|
|
CCamera * |
camera |
|
) |
| |
|
pure virtual |
◆ SetEnabled()
virtual void ICmpCinemaManager::SetEnabled |
( |
bool |
enabled | ) |
|
|
pure virtual |
Sets enable state of the cinema manager (shows/hide gui, show/hide rings, etc)
- Parameters
-
Implemented in CCmpCinemaManager.
◆ SetPaths()
virtual void ICmpCinemaManager::SetPaths |
( |
const std::map< CStrW, CCinemaPath > & |
newPaths | ) |
|
|
pure virtual |
◆ Stop()
virtual void ICmpCinemaManager::Stop |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file:
- /home/docker/jenkins/workspace/technical-docs/source/simulation2/components/ICmpCinemaManager.h