LeviLamina
Loading...
Searching...
No Matches
LibraryProgressHandler.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/StoreProgressHandler.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 24, ::std::vector<::std::pair<::std::string, ::std::string>>> mProperties;
13 // NOLINTEND
14
15public:
16 // prevent constructor by default
17 LibraryProgressHandler();
18
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 virtual ~LibraryProgressHandler() /*override*/ = default;
23
24 virtual void addEventProperties(::std::unordered_map<::std::string, ::std::string>& container) const /*override*/;
25
26 virtual ::std::string getName() const /*override*/;
27 // NOLINTEND
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI LibraryProgressHandler(
33 ::std::string title,
34 ::std::function<void(bool&)> tickCallback,
35 ::std::function<void()> cancelCallback,
36 ::std::vector<::std::pair<::std::string, ::std::string>> properties
37 );
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
43 MCAPI void* $ctor(
44 ::std::string title,
45 ::std::function<void(bool&)> tickCallback,
46 ::std::function<void()> cancelCallback,
47 ::std::vector<::std::pair<::std::string, ::std::string>> properties
48 );
49 // NOLINTEND
50
51public:
52 // virtual function thunks
53 // NOLINTBEGIN
54 MCAPI void $addEventProperties(::std::unordered_map<::std::string, ::std::string>& container) const;
55
56 MCAPI ::std::string $getName() const;
57 // NOLINTEND
58
59public:
60 // vftables
61 // NOLINTBEGIN
62 MCNAPI static void** $vftable();
63 // NOLINTEND
64};
Definition LibraryProgressHandler.h:5
static MCAPI void ** $vftable()
Definition StoreProgressHandler.h:5