A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
SCategoryHeaderTableRow< ItemType > Class Template Reference
Inheritance diagram for SCategoryHeaderTableRow< ItemType >:
[legend]

Public Member Functions

void Construct (const FArguments &InArgs, const TSharedRef< STableViewBase > &InOwnerTableView)
 
const FSlateBrush * GetBackgroundImage () const
 
void SetContent (TSharedRef< SWidget > InContent) override
 
void SetRowContent (TSharedRef< SWidget > InContent) override
 
 SLATE_BEGIN_ARGS (SCategoryHeaderTableRow)
 

Private Types

typedef SCategoryHeaderTableRow Self
 

Private Attributes

TSharedPtr< SBorderContentBorder
 

Detailed Description

template<typename ItemType>
class SCategoryHeaderTableRow< ItemType >

Definition at line 31 of file SDialogueBrowser.cpp.

Member Typedef Documentation

◆ Self

template<typename ItemType >
typedef SCategoryHeaderTableRow SCategoryHeaderTableRow< ItemType >::Self
private

Definition at line 34 of file SDialogueBrowser.cpp.

Member Function Documentation

◆ Construct()

template<typename ItemType >
void SCategoryHeaderTableRow< ItemType >::Construct ( const FArguments & InArgs,
const TSharedRef< STableViewBase > & InOwnerTableView )
inline

Definition at line 42 of file SDialogueBrowser.cpp.

Here is the call graph for this function:

◆ GetBackgroundImage()

template<typename ItemType >
const FSlateBrush * SCategoryHeaderTableRow< ItemType >::GetBackgroundImage ( ) const
inline

Definition at line 78 of file SDialogueBrowser.cpp.

Here is the caller graph for this function:

◆ SetContent()

template<typename ItemType >
void SCategoryHeaderTableRow< ItemType >::SetContent ( TSharedRef< SWidget > InContent)
inlineoverride

Definition at line 88 of file SDialogueBrowser.cpp.

◆ SetRowContent()

template<typename ItemType >
void SCategoryHeaderTableRow< ItemType >::SetRowContent ( TSharedRef< SWidget > InContent)
inlineoverride

Definition at line 93 of file SDialogueBrowser.cpp.

◆ SLATE_BEGIN_ARGS()

template<typename ItemType >
SCategoryHeaderTableRow< ItemType >::SLATE_BEGIN_ARGS ( SCategoryHeaderTableRow< ItemType > )
inline

Definition at line 37 of file SDialogueBrowser.cpp.

Member Data Documentation

◆ ContentBorder

template<typename ItemType >
TSharedPtr<SBorder> SCategoryHeaderTableRow< ItemType >::ContentBorder
private

Definition at line 99 of file SDialogueBrowser.cpp.


The documentation for this class was generated from the following file: