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
10
namespace
Editor {
class
ServiceProviderCollection
; }
11
// clang-format on
12
13
namespace
Editor::Transactions {
14
15
class
IOperation
{
16
public
:
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
28
public
:
29
// destructor thunk
30
// NOLINTBEGIN
31
MCNAPI
void
$dtor
();
32
// NOLINTEND
33
34
public
:
35
// virtual function thunks
36
// NOLINTBEGIN
37
38
// NOLINTEND
39
40
public
:
41
// vftables
42
// NOLINTBEGIN
43
MCNAPI
static
void
**
$vftable
();
44
// NOLINTEND
45
};
46
47
}
// namespace Editor::Transactions
Editor::ServiceProviderCollection
Definition
ServiceProviderCollection.h:7
Editor::Transactions::IOperation
Definition
IOperation.h:15
Editor::Transactions::IOperation::$dtor
MCAPI void $dtor()
Editor::Transactions::IOperation::$vftable
static MCAPI void ** $vftable()
src
mc
common
editor
IOperation.h
Generated on
for LeviLamina by
1.16.1