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& formData) /*override*/;
28 // NOLINTEND
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCAPI ::std::string _parseRawText(::Json::Value const& value) const;
34 // NOLINTEND
35
36public:
37 // virtual function thunks
38 // NOLINTBEGIN
39 MCAPI void $createBindingData(::Json::Value const& formData);
40 // NOLINTEND
41
42public:
43 // vftables
44 // NOLINTBEGIN
45 MCNAPI static void** $vftable();
46 // NOLINTEND
47};
Definition Path.h:12
Definition DynamicContentBindingInformation.h:5
Definition Value.h:16
Definition ServerFormBindingInformation.h:5
static MCAPI void ** $vftable()