![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
#include <BehaviorTreeEditorPlugin.h>
Inheritance diagram for Olympe::BehaviorTreeEditorPlugin:
Collaboration diagram for Olympe::BehaviorTreeEditorPlugin:Public Member Functions | |
| BehaviorTreeEditorPlugin () | |
| virtual | ~BehaviorTreeEditorPlugin () |
| 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 |
Private Member Functions | |
| void | RenderBehaviorTreeGraph (nlohmann::json &data, EditorContext_st &ctx) |
| std::string | GetCurrentTimestamp () |
Definition at line 14 of file BehaviorTreeEditorPlugin.h.
| Olympe::BehaviorTreeEditorPlugin::BehaviorTreeEditorPlugin | ( | ) |
Definition at line 16 of file BehaviorTreeEditorPlugin.cpp.
|
virtual |
Definition at line 20 of file BehaviorTreeEditorPlugin.cpp.
|
overridevirtual |
Implements Olympe::BlueprintEditorPlugin.
Definition at line 76 of file BehaviorTreeEditorPlugin.cpp.
References GetComponentTypeID_Static().
Here is the call graph for this function:Implements Olympe::BlueprintEditorPlugin.
Definition at line 42 of file BehaviorTreeEditorPlugin.cpp.
References GetComponentTypeID_Static(), and GetCurrentTimestamp().
Here is the call graph for this function:
|
inlineoverridevirtual |
Implements Olympe::BlueprintEditorPlugin.
Definition at line 21 of file BehaviorTreeEditorPlugin.h.
|
private |
Definition at line 24 of file BehaviorTreeEditorPlugin.cpp.
References GetComponentTypeID_Static().
Referenced by CreateNew().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineoverridevirtual |
Implements Olympe::BlueprintEditorPlugin.
Definition at line 25 of file BehaviorTreeEditorPlugin.h.
|
inlineoverridevirtual |
Implements Olympe::BlueprintEditorPlugin.
Definition at line 23 of file BehaviorTreeEditorPlugin.h.
|
inlineoverridevirtual |
Implements Olympe::BlueprintEditorPlugin.
Definition at line 22 of file BehaviorTreeEditorPlugin.h.
|
inlineoverridevirtual |
Implements Olympe::BlueprintEditorPlugin.
Definition at line 24 of file BehaviorTreeEditorPlugin.h.
|
private |
Definition at line 232 of file BehaviorTreeEditorPlugin.cpp.
References GetComponentTypeID_Static().
Referenced by RenderEditor().
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Implements Olympe::BlueprintEditorPlugin.
Definition at line 184 of file BehaviorTreeEditorPlugin.cpp.
References GetComponentTypeID_Static(), and RenderBehaviorTreeGraph().
Here is the call graph for this function:
|
overridevirtual |
Implements Olympe::BlueprintEditorPlugin.
Definition at line 195 of file BehaviorTreeEditorPlugin.cpp.
References GetComponentTypeID_Static().
Here is the call graph for this function:
|
overridevirtual |
Implements Olympe::BlueprintEditorPlugin.
Definition at line 217 of file BehaviorTreeEditorPlugin.cpp.
|
overridevirtual |
Implements Olympe::BlueprintEditorPlugin.
Definition at line 91 of file BehaviorTreeEditorPlugin.cpp.
References Olympe::Error, GetComponentTypeID_Static(), and Olympe::SubgraphMigrator::ValidateSubgraphReferences().
Here is the call graph for this function: