3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/controls/UIComponent.h"
17 ::ll::TypedStorage<8, 32, ::std::string> mDescription;
27 virtual ~DebugComponent() =
default;
29 virtual ::std::unique_ptr<::UIComponent> clone(::UIControl& cloneOwner)
const ;
31 virtual void reset() ;
37 MCAPI
explicit DebugComponent(::UIControl& owner);
39 MCFOLD ::std::string
const& getDescription()
const;
41 MCFOLD
void setDescription(::std::string
const& description);
47 MCAPI
void* $ctor(::UIControl& owner);
53 MCAPI ::std::unique_ptr<::UIComponent> $clone(::UIControl& cloneOwner)
const;
Definition DebugComponent.h:5
static MCAPI void ** $vftable()
Definition UIComponent.h:5