![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
#include <AdditionalEditorPlugins.h>
Inheritance diagram for Olympe::AnimationGraphEditorPlugin:
Collaboration diagram for Olympe::AnimationGraphEditorPlugin:Public Member Functions | |
| AnimationGraphEditorPlugin () | |
| virtual | ~AnimationGraphEditorPlugin () |
| std::string | GetBlueprintType () const override |
| std::string | GetDisplayName () const override |
| std::string | GetDescription () const override |
| std::string | GetIconPath () const override |
| std::string | GetDefaultFolder () const override |
| nlohmann::json | CreateNew (const std::string &name) override |
| bool | CanHandle (const nlohmann::json &blueprint) const override |
| std::vector< ValidationError > | Validate (const nlohmann::json &blueprint) override |
| void | RenderEditor (nlohmann::json &blueprintData, EditorContext_st &ctx) override |
| void | RenderProperties (const nlohmann::json &blueprintData) override |
| void | RenderToolbar (nlohmann::json &blueprintData) override |
Public Member Functions inherited from Olympe::BlueprintEditorPlugin | |
| virtual | ~BlueprintEditorPlugin ()=default |
Definition at line 36 of file AdditionalEditorPlugins.h.
|
inline |
Definition at line 39 of file AdditionalEditorPlugins.h.
|
inlinevirtual |
Definition at line 40 of file AdditionalEditorPlugins.h.
|
overridevirtual |
Implements Olympe::BlueprintEditorPlugin.
Definition at line 113 of file AdditionalEditorPlugins.cpp.
References GetComponentTypeID_Static().
Here is the call graph for this function:Implements Olympe::BlueprintEditorPlugin.
Definition at line 93 of file AdditionalEditorPlugins.cpp.
References GetComponentTypeID_Static(), and Olympe::GetCurrentTimestamp().
Here is the call graph for this function:
|
inlineoverridevirtual |
Implements Olympe::BlueprintEditorPlugin.
Definition at line 42 of file AdditionalEditorPlugins.h.
|
inlineoverridevirtual |
Implements Olympe::BlueprintEditorPlugin.
Definition at line 46 of file AdditionalEditorPlugins.h.
|
inlineoverridevirtual |
Implements Olympe::BlueprintEditorPlugin.
Definition at line 44 of file AdditionalEditorPlugins.h.
|
inlineoverridevirtual |
Implements Olympe::BlueprintEditorPlugin.
Definition at line 43 of file AdditionalEditorPlugins.h.
|
inlineoverridevirtual |
Implements Olympe::BlueprintEditorPlugin.
Definition at line 45 of file AdditionalEditorPlugins.h.
|
overridevirtual |
Implements Olympe::BlueprintEditorPlugin.
Definition at line 131 of file AdditionalEditorPlugins.cpp.
References GetComponentTypeID_Static().
Here is the call graph for this function:
|
overridevirtual |
Implements Olympe::BlueprintEditorPlugin.
Definition at line 150 of file AdditionalEditorPlugins.cpp.
|
overridevirtual |
Implements Olympe::BlueprintEditorPlugin.
Definition at line 155 of file AdditionalEditorPlugins.cpp.
|
overridevirtual |
Implements Olympe::BlueprintEditorPlugin.
Definition at line 120 of file AdditionalEditorPlugins.cpp.
References Olympe::Error, and GetComponentTypeID_Static().
Here is the call graph for this function: