LeviLamina
Loading...
Searching...
No Matches
IUIRepository.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7
8// auto generated forward declare list
9// clang-format off
11class UITextureInfo;
13// clang-format on
14
16public:
17 // IUIRepository inner types define
18 using UITextureInfoMap = ::std::map<::ResourceLocation, ::UITextureInfo>;
19
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 virtual void clearLoadedUITextureInfo() = 0;
24
25 virtual void reloadGroup() = 0;
26
27 virtual void addRef(::UITextureInfoPtr& ptr) = 0;
28
29 virtual void removeRef(::UITextureInfoPtr& ptr) = 0;
30
31 virtual ::UITextureInfoPtr getUITextureInfoPtr(::ResourceLocation const& resourceLocation, bool forceReload) = 0;
32
33 virtual ::UITextureInfo*
34 getUITextureInfo(::ResourceLocation const& resourceLocation, bool forceReload, bool loadIfNeeded) = 0;
35 // NOLINTEND
36
37public:
38 // virtual function thunks
39 // NOLINTBEGIN
40
41 // NOLINTEND
42};
Definition EnableNonOwnerReferences.h:7
Definition IUIRepository.h:5
Definition ResourceLocation.h:15
Definition UITextureInfoPtr.h:5
Definition UITextureInfo.h:5