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 // member functions
27 // NOLINTBEGIN
28 MCFOLD void setEmoticonifyTextCallback(::std::function<::std::string(::std::string const&)> callback);
29
30 MCAPI void setOnContentItemChangedCallback(::std::function<void(::Json::Value&)> const& callback);
31 // NOLINTEND
32
33public:
34 // virtual function thunks
35 // NOLINTBEGIN
36 MCAPI void $createBindingData(::Json::Value const& contentData);
37 // NOLINTEND
38
39public:
40 // vftables
41 // NOLINTBEGIN
42 MCNAPI static void** $vftable();
43 // NOLINTEND
44};
Definition DynamicContentBindingInformation.h:5
static MCAPI void ** $vftable()