3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/StoreProgressHandler.h"
12 ::ll::TypedStorage<8, 24, ::std::vector<::std::pair<::std::string, ::std::string>>> mProperties;
17 LibraryProgressHandler();
22 virtual ~LibraryProgressHandler() =
default;
24 virtual void addEventProperties(::std::unordered_map<::std::string, ::std::string>& container)
const ;
26 virtual ::std::string getName() const ;
32 MCAPI LibraryProgressHandler(
34 ::std::function<
void(
bool&)> tickCallback,
35 ::std::function<
void()> cancelCallback,
36 ::std::vector<::std::pair<::std::
string, ::std::
string>> properties
45 ::std::function<
void(
bool&)> tickCallback,
46 ::std::function<
void()> cancelCallback,
47 ::std::vector<::std::pair<::std::
string, ::std::
string>> properties
54 MCAPI
void $addEventProperties(::std::unordered_map<::std::
string, ::std::
string>& container) const;
56 MCAPI ::std::
string $getName() const;
Definition LibraryProgressHandler.h:5
static MCAPI void ** $vftable()
Definition StoreProgressHandler.h:5