![]() |
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 15 of file BehaviorTreeEditorPlugin.cpp.
|
virtual |
Definition at line 19 of file BehaviorTreeEditorPlugin.cpp.
|
overridevirtual |
Implements Olympe::BlueprintEditorPlugin.
Definition at line 75 of file BehaviorTreeEditorPlugin.cpp.
References GetComponentTypeID_Static().
Here is the call graph for this function:Implements Olympe::BlueprintEditorPlugin.
Definition at line 41 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 23 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 222 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 174 of file BehaviorTreeEditorPlugin.cpp.
References GetComponentTypeID_Static(), and RenderBehaviorTreeGraph().
Here is the call graph for this function:
|
overridevirtual |
Implements Olympe::BlueprintEditorPlugin.
Definition at line 185 of file BehaviorTreeEditorPlugin.cpp.
References GetComponentTypeID_Static().
Here is the call graph for this function:
|
overridevirtual |
Implements Olympe::BlueprintEditorPlugin.
Definition at line 207 of file BehaviorTreeEditorPlugin.cpp.
|
overridevirtual |
Implements Olympe::BlueprintEditorPlugin.
Definition at line 90 of file BehaviorTreeEditorPlugin.cpp.
References Olympe::Error, and GetComponentTypeID_Static().
Here is the call graph for this function: