|
Polyphase Game Engine
|
This is the complete list of members for TimelinePlayer, including all inherited members.
| AddChild(Node *child, int32_t index=-1) | Node | |
| AddChild(const SharedPtr< T > &child, int32_t index=-1) | Node | inline |
| AddTag(const std::string &tag) | Node | |
| ApplyPropertyOverrides(const std::vector< Property > &overs) | Node | |
| As() const | Object | inline |
| Attach(Node *parent, bool keepWorldTransform=false, int32_t index=-1) | Node | virtual |
| Awake() | Node | virtual |
| BeginOverlap(Primitive3D *thisComp, Primitive3D *otherComp) | Node | virtual |
| BreakSceneLink() | Node | |
| CallFunction(const std::string &name, const std::vector< Datum > &args={}) | Node | |
| CheckNetRelevance(Node *playerNode) | Node | virtual |
| ClassRuntimeName() | Object | inlinestatic |
| ClearForcedReplication() | Node | |
| Clone(bool recurse, bool instantiateLinkedScene=true, bool resolveNodePaths=false) | Node | |
| ConnectSignal(const std::string &name, Node *listener, SignalHandlerFP func) | Node | |
| ConnectSignal(const std::string &name, Node *listener, const ScriptFunc &func) | Node | |
| Construct(const std::string &name) | Node | static |
| Construct(TypeId typeId) | Node | static |
| Construct() | Node | inlinestatic |
| Copy(Node *srcNode, bool recurse) | Node | virtual |
| Create() override | TimelinePlayer | virtual |
| CreateChild(TypeId nodeType) | Node | |
| CreateChild(const char *typeName) | Node | |
| CreateChild() | Node | inline |
| CreateChild(const char *name) | Node | inline |
| CreateChildClone(Node *srcNode, bool recurse) | Node | |
| CreateChildSp() | Node | inline |
| CreateChildSp(const char *name) | Node | inline |
| DECLARE_FACTORY(Node, Node) | Node | |
| DECLARE_FACTORY_MANAGER(Node) | Node | |
| DECLARE_NODE(TimelinePlayer, Node) | TimelinePlayer | |
| DECLARE_OBJECT(Node, Object) | Node | |
| DECLARE_SCRIPT_LINK_BASE(Node) | Node | |
| Deleter(Node *node) | Node | static |
| Destroy() override | TimelinePlayer | virtual |
| DestroyAllChildren() | Node | |
| DestroyDeferred() | Node | |
| Destruct(Node *node) | Node | static |
| Detach(bool keepWorldTransform=false) | Node | |
| DisconnectSignal(const std::string &name, Node *listener) | Node | |
| DoChildrenHaveUniqueNames() const | Node | |
| Doom() | Node | |
| DrawCustomProperty(Property &prop) | Object | inlinevirtual |
| EditorTick(float deltaTime) override | TimelinePlayer | virtual |
| EmitSignal(const std::string &name, const std::vector< Datum > &args) | Node | |
| EnableLateTick(bool enable) | Node | |
| EnableTick(bool enable) | Node | |
| EndOverlap(Primitive3D *thisComp, Primitive3D *otherComp) | Node | virtual |
| EnsureInstance() | TimelinePlayer | |
| EnsurePersistentUuid() | Node | |
| Equals(const Object *rhs) const | Object | inlinevirtual |
| EvaluateTimeline(float time) | TimelinePlayer | |
| FindAncestor(const std::string &name) | Node | |
| FindChild(const std::string &name, bool recurse) const | Node | |
| FindChild(const std::string &name, bool recurse) | Node | inline |
| FindChildIndex(const std::string &name) const | Node | |
| FindChildIndex(Node *child) const | Node | |
| FindChildWithTag(const std::string &name, bool recurse) const | Node | |
| FindDescendant(const std::string &name) | Node | |
| FindNetFunc(const char *name) | Node | |
| FindNetFunc(uint16_t index) | Node | |
| FindParentNodeIndex() const | Node | |
| ForceReplication() | Node | |
| ForEach(T func, bool inverted=false) | Node | inline |
| GatherNetFuncs(std::vector< NetFunc > &outFuncs) | Node | virtual |
| GatherProperties(std::vector< Property > &outProps) override | TimelinePlayer | virtual |
| GatherPropertyOverrides(std::vector< Property > &outOverrides) | Node | |
| GatherReplicatedData(std::vector< NetDatum > &outData) | Node | virtual |
| GetChild(int32_t index) const | Node | |
| GetChildByType(TypeId type) const | Node | |
| GetChildren() const | Node | |
| GetDrawData() | Node | virtual |
| GetDuration() const | TimelinePlayer | |
| GetField(const std::string &key) | Node | |
| GetField(int32_t key) | Node | |
| GetHitCheckId() const | Node | |
| GetInstance() | TimelinePlayer | inline |
| GetLastTickedFrame() const | Node | |
| GetName() const | Node | |
| GetNetId() const | Node | |
| GetNodeId() const | Node | |
| GetNumChildren() const | Node | |
| GetOwningHost() const | Node | |
| GetParent() | Node | |
| GetParent() const | Node | |
| GetPersistentUuid() const | Node | |
| GetPlayOnStart() const | TimelinePlayer | inline |
| GetProgress() const | TimelinePlayer | |
| GetReplicatedData() | Node | |
| GetRoot() | Node | |
| GetScene() | Node | |
| GetScript() | Node | |
| GetSelfPtr() const | Node | inline |
| GetSubRoot() | Node | |
| GetTargetScreen() const | Node | inline |
| GetTime() const | TimelinePlayer | |
| GetTimeline() const | TimelinePlayer | |
| GetTimelineRef() const | TimelinePlayer | inline |
| GetTypeName() const override | TimelinePlayer | virtual |
| GetVertexType() const | Node | virtual |
| GetWorld() | Node | |
| HandlePropChange(Datum *datum, uint32_t index, const void *newValue) | Node | protectedstatic |
| HasAncestor(Node *node) | Node | |
| HasAuthority() const | Node | |
| HasAwoken() const | Node | |
| HasStarted() const | Node | |
| HasTag(const std::string &tag) | Node | |
| InstanceRuntimeId() const =0 | Object | pure virtual |
| InvokeNetFunc(const char *name) | Node | |
| InvokeNetFunc(const char *name, Datum param0) | Node | |
| InvokeNetFunc(const char *name, Datum param0, Datum param1) | Node | |
| InvokeNetFunc(const char *name, Datum param0, Datum param1, Datum param2) | Node | |
| InvokeNetFunc(const char *name, Datum param0, Datum param1, Datum param2, Datum param3) | Node | |
| InvokeNetFunc(const char *name, Datum param0, Datum param1, Datum param2, Datum param3, Datum param4) | Node | |
| InvokeNetFunc(const char *name, Datum param0, Datum param1, Datum param2, Datum param3, Datum param4, Datum param5) | Node | |
| InvokeNetFunc(const char *name, Datum param0, Datum param1, Datum param2, Datum param3, Datum param4, Datum param5, Datum param6) | Node | |
| InvokeNetFunc(const char *name, Datum param0, Datum param1, Datum param2, Datum param3, Datum param4, Datum param5, Datum param6, Datum param7) | Node | |
| InvokeNetFunc(const char *name, const std::vector< Datum > ¶ms) | Node | |
| Is(RuntimeId id) const | Object | inlinevirtual |
| Is(const char *name) const | Object | inlinevirtual |
| IsActive(bool recurse=false) const | Node | |
| IsAlwaysRelevant() const | Node | |
| IsDefault() const | Node | |
| IsDestroyed() const | Node | |
| IsDoomed() const | Node | |
| IsForeign() const | Node | |
| IsLateTickEnabled() const | Node | |
| IsLight3D() const | Node | virtual |
| IsLocallyControlled() const | Node | |
| IsNode3D() const | Node | virtual |
| IsOwned() const | Node | |
| IsPaused() const | TimelinePlayer | |
| IsPendingDestroy() const | Node | |
| IsPersistent() const | Node | |
| IsPlaying() const | TimelinePlayer | |
| IsPrimitive3D() const | Node | virtual |
| IsReplicated() const | Node | |
| IsSceneLinked(bool ignoreInPie=true) const | Node | |
| IsSceneLinkedChild(bool ignoreInPie=true) | Node | |
| IsTickEnabled() const | Node | |
| IsTransformReplicated() const | Node | |
| IsTransient() const | Node | virtual |
| IsUserdataCreated() const | Node | |
| IsVisible(bool recurse=false) const | Node | |
| IsWidget() const | Node | virtual |
| IsWorldRoot() const | Node | |
| LoadStream(Stream &stream, Platform platform, uint32_t version) | Node | virtual |
| mActive | Node | protected |
| mAlwaysRelevant | Node | protected |
| mChildNameMap | Node | protected |
| mChildren | Node | protected |
| mCurrentTime | TimelinePlayer | protected |
| mDefault | Node | protected |
| mDestroyed | Node | protected |
| mForceReplicate | Node | protected |
| mHasAwoken | Node | protected |
| mHasStarted | Node | protected |
| mInstance | TimelinePlayer | protected |
| mLastTickedFrame | Node | protected |
| mLateTick | Node | protected |
| mName | Node | protected |
| mNetId | Node | protected |
| mNodeId | Node | protected |
| mOwningHost | Node | protected |
| mParent | Node | protected |
| mPaused | TimelinePlayer | protected |
| mPersistent | Node | protected |
| mPersistentUuid | Node | protected |
| mPlaying | TimelinePlayer | protected |
| mPlayOnStart | TimelinePlayer | protected |
| mReplicate | Node | protected |
| mReplicatedData | Node | protected |
| mReplicateTransform | Node | protected |
| mScene | Node | protected |
| mScript | Node | protected |
| mScriptFile | Node | protected |
| mSelf | Node | protected |
| mSignalMap | Node | protected |
| mTags | Node | protected |
| mTargetScreen | Node | protected |
| mTickEnabled | Node | protected |
| mTimeline | TimelinePlayer | protected |
| mTransient | Node | protected |
| mUserdataCreated | Node | protected |
| mVisible | Node | protected |
| mWorld | Node | protected |
| NeedsForcedReplication() | Node | |
| Node() | Node | |
| OnCollision(Primitive3D *thisComp, Primitive3D *otherComp, glm::vec3 impactPoint, glm::vec3 impactNormal, btPersistentManifold *manifold) | Node | virtual |
| OnInstanced() | Node | virtual |
| OnRep_OwningHost(Datum *datum, uint32_t index, const void *newValue) | Node | protectedstatic |
| Pause() | TimelinePlayer | |
| Play() | TimelinePlayer | |
| PrepareTick(std::vector< NodePtrWeak > &outTickNodes, bool game, bool recurse) | Node | virtual |
| ProcessPendingDestroys() | Node | static |
| QueryInterface(RuntimeId id) const | Object | inlinevirtual |
| RegisterNetFuncs(Node *node) | Node | static |
| RemoveChild(Node *child) | Node | |
| RemoveChild(int32_t index) | Node | |
| RemoveChild(const SharedPtr< Node > &child) | Node | inline |
| RemoveTag(const std::string &tag) | Node | |
| Render(PipelineConfig pipelineConfig) | Node | virtual |
| Render() | Node | virtual |
| RenderSelected(bool renderChildren) | Node | |
| RenderShadow() | Node | |
| RuntimeName() const =0 | Object | pure virtual |
| RuntimeParentName() const =0 | Object | pure virtual |
| SaveStream(Stream &stream, Platform platform) | Node | virtual |
| SendNetFunc(NetFunc *func, uint32_t numParams, const Datum **params) | Node | protected |
| SetActive(bool active) | Node | virtual |
| SetAlwaysRelevant(bool alwaysRelevant) | Node | |
| SetDefault(bool isDefault) | Node | |
| SetField(const std::string &name, const Datum &value) | Node | |
| SetField(int32_t key, const Datum &value) | Node | |
| SetHitCheckId(uint32_t id) | Node | |
| SetName(const std::string &newName) | Node | |
| SetNetId(NetId id) | Node | |
| SetOwningHost(NetHostId hostId, bool setAsPawn=false) | Node | |
| SetParent(Node *parent) | Node | protectedvirtual |
| SetPersistent(bool persistent) | Node | |
| SetPersistentUuid(uint64_t uuid) | Node | |
| SetPlayOnStart(bool playOnStart) | TimelinePlayer | inline |
| SetReplicate(bool replicate) | Node | |
| SetReplicateTransform(bool repTransform) | Node | |
| SetScene(Scene *scene) | Node | |
| SetScriptFile(const std::string &fileName) | Node | |
| SetTargetScreen(uint8_t screen) | Node | inline |
| SetTime(float time) | TimelinePlayer | |
| SetTimeline(Timeline *timeline) | TimelinePlayer | |
| SetTransient(bool transient) | Node | |
| SetUserdataCreated(bool created) | Node | |
| SetVisible(bool visible) | Node | virtual |
| SetWorld(World *world, bool subRoot) | Node | virtual |
| sNextNodeId | Node | protectedstatic |
| sPendingDestroySet | Node | protectedstatic |
| Start() override | TimelinePlayer | virtual |
| Stop() override | TimelinePlayer | virtual |
| StopPlayback() | TimelinePlayer | |
| sTypeNetFuncMap | Node | protectedstatic |
| Tick(float deltaTime) override | TimelinePlayer | virtual |
| TickCommon(float deltaTime) | Node | protected |
| TimelinePlayer() | TimelinePlayer | |
| Traverse(T func, bool inverted=false) | Node | inline |
| ValidateUniqueChildName(Node *newChild) | Node | protected |
| ~Node() | Node | virtual |
| ~Object()=default | Object | virtual |
| ~TimelinePlayer() | TimelinePlayer | virtual |