3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/controls/UIComponent.h"
18 ::ll::TypedStorage<4, 4, int> mCurrentLength;
19 ::ll::TypedStorage<8, 32, ::std::string> mCollectionName;
20 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mControlBindings;
25 CollectionComponent();
30 virtual ::std::unique_ptr<::UIComponent> clone(::UIControl& cloneOwner)
const ;
32 virtual void reset() ;
38 MCAPI
explicit CollectionComponent(::UIControl& owner);
40 MCAPI ::CollectionItemComponent
const*
const _findLastChildCollectionItemComponent();
42 MCAPI
void _reinitializeCollection();
44 MCFOLD ::std::string
const& getCollectionName()
const;
46 MCAPI
void refreshPanelItems();
48 MCAPI
void setCollectionName(::std::string
const& collectionName);
50 MCAPI
void setControlBindings(::std::vector<::std::string>
const& controlBindings);
56 MCAPI
void* $ctor(::UIControl& owner);
62 MCAPI ::std::unique_ptr<::UIComponent> $clone(::UIControl& cloneOwner)
const;
Definition CollectionComponent.h:5
static MCAPI void ** $vftable()
Definition CollectionItemComponent.h:5
Definition UIComponent.h:5