LeviLamina
Loading...
Searching...
No Matches
IPendingOperation.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/scripting/runtime/Result_deprecated.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
namespace
Editor {
class
ServiceProviderCollection; }
11
namespace
Editor::Transactions {
class
IOperation; }
12
// clang-format on
13
14
namespace
Editor::Transactions {
15
16
class
IPendingOperation
{
17
public
:
18
// virtual functions
19
// NOLINTBEGIN
20
// vIndex: 0
21
virtual
~IPendingOperation
() =
default
;
22
23
// vIndex: 1
24
virtual ::std::unique_ptr<::Editor::Transactions::IOperation> _commit(
::Editor::ServiceProviderCollection
&) = 0;
25
26
// vIndex: 2
27
virtual ::Scripting::Result_deprecated<bool> _discard(
::Editor::ServiceProviderCollection
&) = 0;
28
// NOLINTEND
29
30
public
:
31
// destructor thunk
32
// NOLINTBEGIN
33
34
// NOLINTEND
35
36
public
:
37
// virtual function thunks
38
// NOLINTBEGIN
39
40
// NOLINTEND
41
42
public
:
43
// vftables
44
// NOLINTBEGIN
45
MCAPI
static
void
** $vftable();
46
// NOLINTEND
47
};
48
49
}
// namespace Editor::Transactions
Editor::ServiceProviderCollection
Definition
ServiceProviderCollection.h:7
Editor::Transactions::IPendingOperation
Definition
IPendingOperation.h:16
src
mc
common
editor
IPendingOperation.h
Generated on Sat Apr 26 2025 05:55:23 for LeviLamina by
1.12.0