#include <ISlateRunRenderer.h>
|
| virtual | ~ISlateRunRenderer () |
| |
| virtual int32 | OnPaint (const FPaintArgs &Args, const FTextLayout::FLineView &Line, const TSharedRef< ISlateRun > &Run, const TSharedRef< ILayoutBlock > &Block, const FTextBlockStyle &DefaultStyle, const FGeometry &AllottedGeometry, const FSlateRect &MyCullingRect, FSlateWindowElementList &OutDrawElements, int32 LayerId, const FWidgetStyle &InWidgetStyle, bool bParentEnabled) const =0 |
| |
| virtual | ~IRunRenderer () |
| |
◆ ~ISlateRunRenderer()
| virtual ISlateRunRenderer::~ISlateRunRenderer |
( |
| ) |
|
|
inlinevirtual |
◆ OnPaint()
| virtual int32 ISlateRunRenderer::OnPaint |
( |
const FPaintArgs & |
Args, |
|
|
const FTextLayout::FLineView & |
Line, |
|
|
const TSharedRef< ISlateRun > & |
Run, |
|
|
const TSharedRef< ILayoutBlock > & |
Block, |
|
|
const FTextBlockStyle & |
DefaultStyle, |
|
|
const FGeometry & |
AllottedGeometry, |
|
|
const FSlateRect & |
MyCullingRect, |
|
|
FSlateWindowElementList & |
OutDrawElements, |
|
|
int32 |
LayerId, |
|
|
const FWidgetStyle & |
InWidgetStyle, |
|
|
bool |
bParentEnabled |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following file: