LeviLamina
Loading...
Searching...
No Matches
DynamicContentBindingInformation.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/json/Value.h"
7
8class DynamicContentBindingInformation : public ::std::enable_shared_from_this<::DynamicContentBindingInformation> {
9public:
10 // member variables
11 // NOLINTBEGIN
12 ::ll::TypedStorage<8, 16, ::Json::Value> mData;
13 ::ll::TypedStorage<8, 64, ::std::function<void(::Json::Value&)>> mOnContentItemChangedCallback;
14 ::ll::TypedStorage<8, 64, ::std::function<::std::string(::std::string const&)>> mEmoticonifyTextCallback;
15 // NOLINTEND
16
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 virtual ~DynamicContentBindingInformation() = default;
21
22 virtual void createBindingData(::Json::Value const& contentData);
23 // NOLINTEND
24
25public:
26 // virtual function thunks
27 // NOLINTBEGIN
28 MCAPI void $createBindingData(::Json::Value const& contentData);
29 // NOLINTEND
30
31public:
32 // vftables
33 // NOLINTBEGIN
34 MCNAPI static void** $vftable();
35 // NOLINTEND
36};
Definition DynamicContentBindingInformation.h:5
static MCAPI void ** $vftable()