LeviLamina
Loading...
Searching...
No Matches
SelectionContainer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Editor::Network { class PayloadServiceProvider; }
8// clang-format on
9
10namespace Editor::Selection {
11
12class SelectionContainer {
13public:
14 // member variables
15 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 SelectionContainer& operator=(SelectionContainer const&);
22 SelectionContainer(SelectionContainer const&);
23 SelectionContainer();
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 virtual ~SelectionContainer() = default;
29 // NOLINTEND
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCNAPI ::Editor::Network::PayloadServiceProvider& _getNetworkService();
35 // NOLINTEND
36};
37
38} // namespace Editor::Selection
Definition PayloadServiceProvider.h:18
MCAPI::Editor::Network::PayloadServiceProvider & _getNetworkService()
Definition Alias.h:14