|
Polyphase Game Engine
|
This is the complete list of members for Timeline, including all inherited members.
| AddTrack(TypeId trackType) | Timeline | |
| As() const | Object | inline |
| Asset() | Asset | |
| ClassRuntimeName() | Object | inlinestatic |
| Copy(Asset *srcAsset) | Asset | virtual |
| Create() override | Timeline | virtual |
| DECLARE_ASSET(Timeline, Asset) | Timeline | |
| DECLARE_FACTORY(Asset, Asset) | Asset | |
| DECLARE_FACTORY_MANAGER(Asset) | Asset | |
| DECLARE_OBJECT(Asset, Object) | Asset | |
| DecrementRefCount() | Asset | |
| Destroy() override | Timeline | virtual |
| DrawCustomProperty(Property &prop) | Object | inlinevirtual |
| EnsureUuid() | Asset | |
| Equals(const Object *rhs) const | Object | inlinevirtual |
| GatherProperties(std::vector< Property > &outProps) override | Timeline | virtual |
| GetDirectoryFromPath(const std::string &path) | Asset | static |
| GetDuration() const | Timeline | inline |
| GetName() const | Asset | |
| GetNameFromPath(const std::string &path) | Asset | static |
| GetNameFromTypeId(TypeId id) | Asset | static |
| GetNumTracks() const | Timeline | inline |
| GetPlayRate() const | Timeline | inline |
| GetRefCount() const | Asset | |
| GetTrack(uint32_t index) const | Timeline | |
| GetTracks() const | Timeline | inline |
| GetTypeColor() override | Timeline | virtual |
| GetTypeIdFromName(const char *name) | Asset | static |
| GetTypeImportExt() | Asset | virtual |
| GetTypeName() override | Timeline | virtual |
| GetUuid() const | Asset | |
| Import(const std::string &path, ImportOptions *options=nullptr) | Asset | virtual |
| IncrementRefCount() | Asset | |
| InsertTrack(TimelineTrack *track, uint32_t index) | Timeline | |
| InstanceRuntimeId() const =0 | Object | pure virtual |
| Is(RuntimeId id) const | Object | inlinevirtual |
| Is(const char *name) const | Object | inlinevirtual |
| IsAutoPlay() const | Timeline | inline |
| IsEmbedded() const | Asset | |
| IsEngineAsset() const | Asset | |
| IsLoaded() const | Asset | |
| IsLooping() const | Timeline | inline |
| IsRefCounted() const | Asset | |
| IsTransient() const | Asset | |
| LoadEmbedded(const EmbeddedFile *embeddedAsset, AsyncLoadRequest *request=nullptr) | Asset | |
| LoadFile(const char *path, AsyncLoadRequest *request=nullptr) | Asset | |
| LoadStream(Stream &stream, Platform platform) override | Timeline | virtual |
| mAutoPlay | Timeline | protected |
| mDuration | Timeline | protected |
| mEmbedded | Asset | protected |
| mEnableRefCount | Asset | protected |
| mEngineAsset | Asset | protected |
| mLoaded | Asset | protected |
| mLoop | Timeline | protected |
| mName | Asset | protected |
| MoveTrack(uint32_t from, uint32_t to) | Timeline | |
| mPlayRate | Timeline | protected |
| mRefCount | Asset | protected |
| mTracks | Timeline | protected |
| mTransient | Asset | protected |
| mType | Asset | protected |
| mUuid | Asset | protected |
| mVersion | Asset | protected |
| QueryInterface(RuntimeId id) const | Object | inlinevirtual |
| ReadHeader(Stream &stream) | Asset | static |
| RemoveTrack(uint32_t index) | Timeline | |
| RuntimeName() const =0 | Object | pure virtual |
| RuntimeParentName() const =0 | Object | pure virtual |
| SaveFile(const char *path, Platform platform) | Asset | |
| SaveStream(Stream &stream, Platform platform) override | Timeline | virtual |
| SetAutoPlay(bool autoPlay) | Timeline | inline |
| SetDuration(float duration) | Timeline | inline |
| SetEmbedded(bool embed) | Asset | |
| SetEngineAsset(bool engineAsset) | Asset | |
| SetLooping(bool loop) | Timeline | inline |
| SetName(const std::string &name) | Asset | |
| SetPlayRate(float rate) | Timeline | inline |
| SetTransient(bool transient) | Asset | |
| SetUuid(uint64_t uuid) | Asset | |
| ShouldSnapshotForPie() const | Asset | inlinevirtual |
| Timeline() | Timeline | |
| WriteHeader(Stream &stream) | Asset | |
| ~Asset() | Asset | virtual |
| ~Object()=default | Object | virtual |
| ~Timeline() | Timeline |