LeviLamina
Loading...
Searching...
No Matches
VisualTreeProxyCallbacks.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8class UIControl;
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<
16 8,
17 64,
18 ::std::function<::std::vector<::std::shared_ptr<::UIControl>>(::std::function<bool(::ToggleComponent const&)>)>>
19 mGetVisibleControlsWith;
20 ::ll::TypedStorage<8, 64, ::std::function<bool(::std::string const&)>> mVisibleControlExistsWithName;
21 ::ll::TypedStorage<
22 8,
23 64,
24 ::std::function<::std::shared_ptr<::UIControl>(::std::function<bool(::UIControl const&)> const&)>>
25 mGetFirstVisibleControl;
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
30 VisualTreeProxyCallbacks& operator=(VisualTreeProxyCallbacks const&);
31 VisualTreeProxyCallbacks();
32
33public:
34 // member functions
35 // NOLINTBEGIN
36 MCAPI VisualTreeProxyCallbacks(::VisualTreeProxyCallbacks const&);
37
38 MCAPI ~VisualTreeProxyCallbacks();
39 // NOLINTEND
40
41public:
42 // constructor thunks
43 // NOLINTBEGIN
44 MCFOLD void* $ctor(::VisualTreeProxyCallbacks const&);
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCFOLD void $dtor();
51 // NOLINTEND
52};
Definition ToggleComponent.h:5
Definition UIControl.h:5
Definition VisualTreeProxyCallbacks.h:5