|
virtual void | RenderUI (bool &IsOpen) override |
|
virtual void | Render () override |
|
virtual void | Initialize () |
| Initialize object.
|
|
virtual void | OnProjectChanged (const TObjectPtr< LProject > &InProject) |
|
| LObject (const LObject &Other) |
|
virtual void | Destroy () |
| Destroy object, releasing all resources.
|
|
virtual FORCEINLINE bool | IsInitialized () const |
| Check if object is initialized.
|
|
FORCEINLINE FObjectHandle | GetObjectHandle () const |
| Get the object handle.
|
|
virtual FORCEINLINE bool | IsObjectValid () const |
| Check if object is valid for use.
|
|
virtual const LClass * | ObjectRegistration ()=0 |
| Register object class.
|
|
virtual FORCEINLINE const LClass * | GetClass () const |
| Get the class for this LObject.
|
|
virtual std::string | ClassName () const =0 |
| Get name of the LObject class.
|
|
LObject & | operator= (const LObject &Other) |
|
void | MarkAsGarbage () |
| Mark object as garbage.
|
|
template<typename T > |
T & | As () |
| Cast object to type T.
|
|
template<typename T > |
const T & | As () const |
| Cast object to type T.
|
|
template<typename T > |
bool | IsA () const |
| Check if the object is or is a derivation of type T.
|
|
virtual FORCEINLINE bool | IsAsset () const |
| Check if object is an asset.
|
|
FORCEINLINE uint32_t | GetReferenceCount () const |
| Return current reference count from all object pointers.
|
|
template<typename OtherClassType > |
FORCEINLINE bool | IsA (OtherClassType OtherObject) const |
| Check if the object is the same type as the passed object's.
|
|
|
static void | SetTheme (const ETheme Theme) |
|
static std::string | GetCurrentThemeName () |
|
static void | LoadDefaultTheme () |
|
static void | SetSelectorEnabled (const bool InEnabled) |
|
static FORCEINLINE bool | IsSelectorEnabled () |
|
static bool | SaveCurrentTheme () |
|
static bool | LoadSavedTheme (std::string_view ThemeName) |
|
static void | OnMouseButtonPressed (const FMouseButtonData &ButtonData) |
|
static FORCEINLINE const LClass * | StaticClass () |
| Get static class object.
|
|
static FORCEINLINE std::string | StaticClassName () |
| Static class name.
|
|
template<typename T > |
static void | ValidateLObjectImplementation () |
| Validate the implementation of a LObject.
|
|
template<typename ClassType > |
static FORCEINLINE bool | IsChildOf (const ClassType *InObjectClass, const ClassType *InOtherClass) |
| Check if the object is a child of another class.
|
|
|
static std::string_view | THEME_FILE_EXTENSION = "lktheme" |
|
◆ Render()
virtual void LkEngine::LThemeManagerPanel::Render |
( |
| ) |
|
|
inlineoverridevirtual |
◆ RenderUI()
void LkEngine::LThemeManagerPanel::RenderUI |
( |
bool & | IsOpen | ) |
|
|
overridevirtual |
◆ SaveCurrentTheme()
bool LkEngine::LThemeManagerPanel::SaveCurrentTheme |
( |
| ) |
|
|
static |
Step 1: Determine if a theme already exists with the current theme name. Prompt the user for a theme name if none exists.
The documentation for this class was generated from the following files:
- LkEngine/Source/LkEngine/Editor/ThemeManagerPanel.h
- LkEngine/Source/LkEngine/Editor/ThemeManagerPanel.cpp