LeviLamina
Loading...
Searching...
No Matches
IOperation.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
10namespace Editor { class ServiceProviderCollection; }
11// clang-format on
12
13namespace Editor::Transactions {
14
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 virtual ~IOperation();
20
21 virtual ::std::string_view getName() = 0;
22
23 virtual ::Scripting::Result_deprecated<void> _undo(::Editor::ServiceProviderCollection&) = 0;
24
25 virtual ::Scripting::Result_deprecated<void> _redo(::Editor::ServiceProviderCollection&) = 0;
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31 MCNAPI void $dtor();
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37
38 // NOLINTEND
39
40public:
41 // vftables
42 // NOLINTBEGIN
43 MCNAPI static void** $vftable();
44 // NOLINTEND
45};
46
47} // namespace Editor::Transactions
Definition ServiceProviderCollection.h:7
Definition IOperation.h:15
static MCAPI void ** $vftable()