LeviLamina
Loading...
Searching...
No Matches
SelectionContainerEntity.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/editor/selection/SelectionContainer.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Editor { class ServiceProviderCollection; }
11// clang-format on
12
13namespace Editor::Selection {
14
15class SelectionContainerEntity : public ::Editor::Selection::SelectionContainer {
16public:
17 // prevent constructor by default
18 SelectionContainerEntity();
19
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 virtual ~SelectionContainerEntity() /*override*/ = default;
24 // NOLINTEND
25
26public:
27 // member functions
28 // NOLINTBEGIN
30 // NOLINTEND
31
32public:
33 // constructor thunks
34 // NOLINTBEGIN
35 MCNAPI void* $ctor(::Editor::ServiceProviderCollection& serviceProviders);
36 // NOLINTEND
37
38public:
39 // vftables
40 // NOLINTBEGIN
41 MCNAPI static void** $vftable();
42 // NOLINTEND
43};
44
45} // namespace Editor::Selection
MCAPI SelectionContainerEntity(::Editor::ServiceProviderCollection &serviceProviders)
MCAPI void * $ctor(::Editor::ServiceProviderCollection &serviceProviders)
Definition SelectionContainer.h:12
Definition ServiceProviderCollection.h:7