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 // member functions
30 // NOLINTBEGIN
31 MCAPI ~VisualTreeProxyCallbacks();
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCFOLD void $dtor();
38 // NOLINTEND
39};
Definition ToggleComponent.h:5
Definition UIControl.h:5
Definition VisualTreeProxyCallbacks.h:5