LeviLamina
Loading...
Searching...
No Matches
SaveTransactionManager.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
10class Scheduler;
11class WorkerPool;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 0
33 virtual ~SaveTransactionManager() /*override*/ = default;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
40 ::WorkerPool& workerPool,
41 ::Scheduler& scheduler,
42 ::std::function<void(bool)> showIconFunction
43 );
44
45 MCAPI void _hideGlobalSaveIcon();
46
47 MCAPI void _showGlobalSaveIcon();
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
53 MCAPI void* $ctor(::WorkerPool& workerPool, ::Scheduler& scheduler, ::std::function<void(bool)> showIconFunction);
54 // NOLINTEND
55
56public:
57 // destructor thunk
58 // NOLINTBEGIN
59
60 // NOLINTEND
61
62public:
63 // vftables
64 // NOLINTBEGIN
65 MCAPI static void** $vftable();
66 // NOLINTEND
67};
Definition EnableNonOwnerReferences.h:7
Definition SaveTransactionManager.h:14
Definition Scheduler.h:13
Definition WorkerPool.h:19
Definition Alias.h:14