LeviLamina
Loading...
Searching...
No Matches
ServerFormBindingInformation.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/controllers/DynamicContentBindingInformation.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Core { class Path; }
11namespace Json { class Value; }
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string const&, ::std::function<void(::Core::Path const&)>)>>
19 mRequestCallback;
20 ::ll::TypedStorage<1, 1, bool> mInCreation;
21 ::ll::TypedStorage<1, 1, bool> mIsValid;
22 // NOLINTEND
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27 virtual void createBindingData(::Json::Value const& contentData) /*override*/;
28
29 virtual ~ServerFormBindingInformation() /*override*/ = default;
30 // NOLINTEND
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCAPI ::std::string _parseRawText(::Json::Value const& value) const;
36 // NOLINTEND
37
38public:
39 // virtual function thunks
40 // NOLINTBEGIN
41 MCAPI void $createBindingData(::Json::Value const& contentData);
42 // NOLINTEND
43
44public:
45 // vftables
46 // NOLINTBEGIN
47 MCNAPI static void** $vftable();
48 // NOLINTEND
49};
Definition Path.h:10
Definition DynamicContentBindingInformation.h:5
Definition Value.h:16
Definition ServerFormBindingInformation.h:5
static MCAPI void ** $vftable()