3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/controllers/DynamicContentBindingInformation.h"
10namespace Core {
class Path; }
11namespace Json {
class Value; }
18 ::ll::TypedStorage<8, 64, ::std::function<void(::std::string
const&, ::std::function<
void(::Core::Path
const&)>)>>
20 ::ll::TypedStorage<1, 1, bool> mInCreation;
21 ::ll::TypedStorage<1, 1, bool> mIsValid;
27 virtual void createBindingData(::Json::Value
const& contentData) ;
29 virtual ~ServerFormBindingInformation() =
default;
35 MCAPI ::std::string _parseRawText(::Json::Value
const& value)
const;
41 MCAPI
void $createBindingData(::Json::Value
const& contentData);
Definition DynamicContentBindingInformation.h:5