ChatPlexSDK-BS 1.0.1-v6.2.0
C++ ChatPlex BeatSaber SDK
Loading...
Searching...
No Matches
TextListCell.hpp
1#pragma once
2
3#include "IListCell.hpp"
4#include "../Components/CText.hpp"
5
6namespace CP_SDK::UI::Data {
7
9 class TextListCell : public IListCell
10 {
11 CP_SDK_IL2CPP_INHERIT("CP_SDK.UI.Data", TextListCell, IListCell);
12 CP_SDK_IL2CPP_DECLARE_CTOR_CHILD(TextListCell);
13 CP_SDK_IL2CPP_DECLARE_DTOR_MONOBEHAVIOUR_CHILD(TextListCell);
14
15 private:
17
18 public:
20
21 public:
23 void Build_Impl();
26
27 protected:
30 IListCell* AddSelfComponent_Impl(_u::GameObject* p_Target);
31
32 };
33
34}
35
36CP_SDK_IL2CPP_INHERIT_HELPERS(CP_SDK::UI::Data::TextListCell);
Abstract List Cell component.
Definition IListCell.hpp:38
float GetCellHeight_Impl()
Get cell height.
void Build_Impl()
Build cell.
IListCell * AddSelfComponent_Impl(_u::GameObject *p_Target)
Add self component.
Delegate helper class.
Definition Delegate.hpp:123
< namespace CP_SDK::UI::Components
Definition IListCell.hpp:20