ULIS  dev4.0.7
Utility Library for Imaging Systems
TLayerText< BlockType, RasterizerType, RendererType, BlockAllocatorType, LayerStackType > Member List

This is the complete list of members for TLayerText< BlockType, RasterizerType, RendererType, BlockAllocatorType, LayerStackType >, including all inherited members.

AddOrSetUserData(IUserData *iData)IHasUserData
AlphaMode() constIHasBlendInfo
BlendMode() constIHasBlendInfo
Block()THasBlock< BlockType, BlockAllocatorType >
Block() constTHasBlock< BlockType, BlockAllocatorType >
Def(std::function< void(ILayer &) > iFunc)TNode< ILayer >inline
TAbstractLayerDrawable::TNode< ILayer >::Delegate typedefTCallbackCapable< DelegateType, _ID >
TAbstractLayerDrawable::IHasUserData::Delegate typedefTCallbackCapable< DelegateType, _ID >
TAbstractLayerDrawable::IHasName::Delegate typedefTCallbackCapable< DelegateType, _ID >
TAbstractLayerDrawable::IHasLock::Delegate typedefTCallbackCapable< DelegateType, _ID >
TAbstractLayerDrawable::IHasVisibility::Delegate typedefTCallbackCapable< DelegateType, _ID >
TAbstractLayerDrawable::IHasPrettyColor::Delegate typedefTCallbackCapable< DelegateType, _ID >
THasBlock::Delegate typedefTCallbackCapable< DelegateType, _ID >
IHasBlendInfo::Delegate typedefTCallbackCapable< DelegateType, _ID >
IHasText::Delegate typedefTCallbackCapable< DelegateType, _ID >
IHasTransform::Delegate typedefTCallbackCapable< DelegateType, _ID >
DeltaScale(const FVec2F &iValues)IHasTransform
DeltaScale(float iX, float iY)IHasTransform
DeltaScaleUniform(float iValue)IHasTransform
DeltaScaleX(float iValue)IHasTransform
DeltaScaleY(float iValue)IHasTransform
Down() constIHasTransform
ExternalXAxis() constIHasTransform
ExternalYAxis() constIHasTransform
Font() constIHasText
FontSize() constIHasText
FromLocal(const FVec3F &iHPoint) constIHasTransform
TAbstractLayerDrawable::TNode< ILayer >::GetDelegate() constTCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasUserData::GetDelegate() constTCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasName::GetDelegate() constTCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasLock::GetDelegate() constTCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasVisibility::GetDelegate() constTCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasPrettyColor::GetDelegate() constTCallbackCapable< DelegateType, _ID >inline
THasBlock::GetDelegate() constTCallbackCapable< DelegateType, _ID >inline
IHasBlendInfo::GetDelegate() constTCallbackCapable< DelegateType, _ID >inline
IHasText::GetDelegate() constTCallbackCapable< DelegateType, _ID >inline
IHasTransform::GetDelegate() constTCallbackCapable< DelegateType, _ID >inline
GetUserData(uint32 iTypeID) constIHasUserData
GetUserData() constIHasUserDatainline
GetUserDataArray() constIHasUserData
HasUserData() constIHasUserDatainline
IHasBlendInfo(eBlendMode iBlendMode=Blend_Normal, eAlphaMode iAlphaMode=Alpha_Normal, ufloat iOpacity=1.f, const FOnBlendInfoChanged &iDelegate=FOnBlendInfoChanged())IHasBlendInfoprotected
IHasLock(bool i=false, const FOn_bool_Changed &d=FOn_bool_Changed())IHasLockprotected
IHasName(const FString &iValue, const FOnNameChanged &iDelegate=FOnNameChanged())IHasName
IHasPrettyColor(const FColor &iColor=FColor::Transparent, const FOnColorChanged &iDelegate=FOnColorChanged())IHasPrettyColorprotected
IHasText(const FWString &iString=L"Lorem ipsum dolor sit amet...", const FFont &iFont=FFont::DefaultFont, int iSize=12, const FColor &iColor=FColor::Black, bool iAntiAliased=true, const FOnTextInfoChanged &iDelegate=FOnTextInfoChanged())IHasTextprotected
IHasTransform(const FVec2F &iPivot=FVec2F(0.f), const FVec2F &iTranslation=FVec2F(0.f), ufloat iRotation=0.f, const FVec2F &iScale=FVec2F(1.f), const FOnTransformInfoChanged &iDelegate=FOnTransformInfoChanged())IHasTransformprotected
IHasUserData(const FOnUserDataAdded &iDelegateAdd=FOnUserDataAdded(), const FOnUserDataChanged &iDelegateChanged=FOnUserDataChanged(), const FOnUserDataRemoved &iDelegateRemoved=FOnUserDataRemoved())IHasUserDataprotected
IHasUserData(const IHasUserData &)=deleteIHasUserDataprotected
IHasVisibility(bool i=true, const FOn_bool_Changed &d=FOn_bool_Changed())IHasVisibilityprotected
ILayer(const FString &iName="Untitled", bool iLocked=false, bool iVisible=true, const FColor &iPrettyColor=FColor::Transparent, const TRoot< ILayer > *iParent=nullptr, const FOnNameChanged &iOnNameChanged=FOnNameChanged(), const FOnBoolChanged &iOnLockChanged=FOnBoolChanged(), const FOnBoolChanged &iOnVisibleChanged=FOnBoolChanged(), const FOnColorChanged &iOnColorChanged=FOnColorChanged(), const FOnUserDataAdded &iOnUserDataAdded=FOnUserDataAdded(), const FOnUserDataChanged &iOnUserDataChanged=FOnUserDataChanged(), const FOnUserDataRemoved &iOnUserDataRemoved=FOnUserDataRemoved(), const FOnParentChanged &iOnParentChanged=FOnParentChanged(), const FOnSelfChanged &iOnSelfChanged=FOnSelfChanged())TAbstractLayerDrawable< BlockType >
ILayer::ILayer(const FString &iName="Untitled", bool iLocked=false, bool iVisible=true, const FColor &iPrettyColor=FColor::Transparent, const TRoot< ILayer > *iParent=nullptr, const FOnNameChanged &iOnNameChanged=FOnNameChanged(), const FOnBoolChanged &iOnLockChanged=FOnBoolChanged(), const FOnBoolChanged &iOnVisibleChanged=FOnBoolChanged(), const FOnColorChanged &iOnColorChanged=FOnColorChanged(), const FOnUserDataAdded &iOnUserDataAdded=FOnUserDataAdded(), const FOnUserDataChanged &iOnUserDataChanged=FOnUserDataChanged(), const FOnUserDataRemoved &iOnUserDataRemoved=FOnUserDataRemoved(), const FOnParentChanged &iOnParentChanged=FOnParentChanged(), const FOnSelfChanged &iOnSelfChanged=FOnSelfChanged())ILayer
InnerType typedefTNode< ILayer >
InvalidImageCache()TDrawable< BlockType >virtual
InverseMatrix() constIHasTransform
TAbstractLayerDrawable::TNode< ILayer >::Invoke(Args ... args) constTCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasUserData::Invoke(Args ... args) constTCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasName::Invoke(Args ... args) constTCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasLock::Invoke(Args ... args) constTCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasVisibility::Invoke(Args ... args) constTCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasPrettyColor::Invoke(Args ... args) constTCallbackCapable< DelegateType, _ID >inline
THasBlock::Invoke(Args ... args) constTCallbackCapable< DelegateType, _ID >inline
IHasBlendInfo::Invoke(Args ... args) constTCallbackCapable< DelegateType, _ID >inline
IHasText::Invoke(Args ... args) constTCallbackCapable< DelegateType, _ID >inline
IHasTransform::Invoke(Args ... args) constTCallbackCapable< DelegateType, _ID >inline
IsAntiAliased() constIHasText
IsImageCacheValid() constTDrawable< BlockType >
IsLocked() constIHasLock
IsVisible() constIHasVisibility
LocalXAxis() constIHasTransform
LocalYAxis() constIHasTransform
Matrix() constIHasTransform
Move(const FVec2F &iDelta)IHasTransform
Move(float iDeltaRight, float iDeltaDown)IHasTransform
MoveDown(float iDelta)IHasTransform
MovePivot(const FVec2F &iDelta)IHasTransform
MovePivot(float iDeltaX, float iDeltaY)IHasTransform
MovePivotDown(float iDelta)IHasTransform
MovePivotRight(float iDelta)IHasTransform
MovePivotX(float iDelta)IHasTransform
MovePivotY(float iDelta)IHasTransform
MoveRight(float iDelta)IHasTransform
Name() constIHasName
NotifyChange() constTNode< ILayer >inline
OnChangeNotifiedInternal() overrideTAbstractLayerDrawable< BlockType >inlinevirtual
Opacity() constIHasBlendInfo
operator=(const TLayerText &)=deleteTLayerText< BlockType, RasterizerType, RendererType, BlockAllocatorType, LayerStackType >
TAbstractLayerDrawable::operator=(const IHasUserData &)=deleteIHasUserDataprotected
Parent() constTNode< ILayer >inline
Pivot() constIHasTransform
PivotMatrix() constIHasTransform
PivotX() constIHasTransform
PivotY() constIHasTransform
PointFromLocal(const FVec2F &iPoint) constIHasTransform
PointToLocal(const FVec2F &iPoint) constIHasTransform
PrettyColor() constIHasPrettyColor
Rasterize(FContext &iCtx, FEvent *oEvent=nullptr) overrideTLayerText< BlockType, RasterizerType, RendererType, BlockAllocatorType, LayerStackType >virtual
Realloc(uint16 iWidth, uint16 iHeight, eFormat iFormat=eFormat::Format_RGBA8, const FColorSpace *iColorSpace=nullptr)THasBlock< BlockType, BlockAllocatorType >protected
RemoveUserData(uint32 iTypeID)IHasUserData
RemoveUserData()IHasUserDatainline
RenderImage(FContext &iCtx, BlockType &ioBlock, const FRectI &iRect=FRectI::Auto, const FVec2I &iPos=FVec2I(0), const FSchedulePolicy &iPolicy=FSchedulePolicy(), uint32 iNumWait=0, const FEvent *iWaitList=nullptr) overrideTLayerText< BlockType, RasterizerType, RendererType, BlockAllocatorType, LayerStackType >virtual
RenderImageCache(FContext &iCtx) overrideTLayerText< BlockType, RasterizerType, RendererType, BlockAllocatorType, LayerStackType >virtual
Replace(BlockType *iValue)THasBlock< BlockType, BlockAllocatorType >protected
ResetPivot()IHasTransform
ResetRotation()IHasTransform
ResetScale()IHasTransform
ResetTranslation()IHasTransform
ResetUserData()IHasUserData
Right() constIHasTransform
Rotate(float iAngleRad)IHasTransform
Rotation() constIHasTransform
RotationMatrix() constIHasTransform
Scale() constIHasTransform
ScaleMatrix() constIHasTransform
ScaleX() constIHasTransform
ScaleY() constIHasTransform
Self()TNode< ILayer >inline
Self() constTNode< ILayer >inline
SetAlphaMode(eAlphaMode iValue)IHasBlendInfo
SetAntiAliased(bool iValue)IHasText
SetBlendMode(eBlendMode iValue)IHasBlendInfo
TAbstractLayerDrawable::TNode< ILayer >::SetDelegate(const DelegateType &iDelegate)TCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::TNode< ILayer >::SetDelegate(const TCallbackCapable< DelegateType, _ID > &iOther)TCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::TNode< ILayer >::SetDelegate(typename DelegateType::tFptr iDelegateFPTR)TCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasUserData::SetDelegate(const DelegateType &iDelegate)TCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasUserData::SetDelegate(const TCallbackCapable< DelegateType, _ID > &iOther)TCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasUserData::SetDelegate(typename DelegateType::tFptr iDelegateFPTR)TCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasName::SetDelegate(const DelegateType &iDelegate)TCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasName::SetDelegate(const TCallbackCapable< DelegateType, _ID > &iOther)TCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasName::SetDelegate(typename DelegateType::tFptr iDelegateFPTR)TCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasLock::SetDelegate(const DelegateType &iDelegate)TCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasLock::SetDelegate(const TCallbackCapable< DelegateType, _ID > &iOther)TCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasLock::SetDelegate(typename DelegateType::tFptr iDelegateFPTR)TCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasVisibility::SetDelegate(const DelegateType &iDelegate)TCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasVisibility::SetDelegate(const TCallbackCapable< DelegateType, _ID > &iOther)TCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasVisibility::SetDelegate(typename DelegateType::tFptr iDelegateFPTR)TCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasPrettyColor::SetDelegate(const DelegateType &iDelegate)TCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasPrettyColor::SetDelegate(const TCallbackCapable< DelegateType, _ID > &iOther)TCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasPrettyColor::SetDelegate(typename DelegateType::tFptr iDelegateFPTR)TCallbackCapable< DelegateType, _ID >inline
THasBlock::SetDelegate(const DelegateType &iDelegate)TCallbackCapable< DelegateType, _ID >inline
THasBlock::SetDelegate(const TCallbackCapable< DelegateType, _ID > &iOther)TCallbackCapable< DelegateType, _ID >inline
THasBlock::SetDelegate(typename DelegateType::tFptr iDelegateFPTR)TCallbackCapable< DelegateType, _ID >inline
IHasBlendInfo::SetDelegate(const DelegateType &iDelegate)TCallbackCapable< DelegateType, _ID >inline
IHasBlendInfo::SetDelegate(const TCallbackCapable< DelegateType, _ID > &iOther)TCallbackCapable< DelegateType, _ID >inline
IHasBlendInfo::SetDelegate(typename DelegateType::tFptr iDelegateFPTR)TCallbackCapable< DelegateType, _ID >inline
IHasText::SetDelegate(const DelegateType &iDelegate)TCallbackCapable< DelegateType, _ID >inline
IHasText::SetDelegate(const TCallbackCapable< DelegateType, _ID > &iOther)TCallbackCapable< DelegateType, _ID >inline
IHasText::SetDelegate(typename DelegateType::tFptr iDelegateFPTR)TCallbackCapable< DelegateType, _ID >inline
IHasTransform::SetDelegate(const DelegateType &iDelegate)TCallbackCapable< DelegateType, _ID >inline
IHasTransform::SetDelegate(const TCallbackCapable< DelegateType, _ID > &iOther)TCallbackCapable< DelegateType, _ID >inline
IHasTransform::SetDelegate(typename DelegateType::tFptr iDelegateFPTR)TCallbackCapable< DelegateType, _ID >inline
SetFont(const FFont &iValue)IHasText
SetFontSize(int iValue)IHasText
SetLocked(bool i)IHasLock
SetName(const FString &iValue)IHasName
SetOpacity(ufloat iValue)IHasBlendInfo
SetParent(const tParent *iParent)TNode< ILayer >inline
SetPivot(const FVec2F &iValues)IHasTransform
SetPivot(float iX, float iY)IHasTransform
SetPivotX(float iValue)IHasTransform
SetPivotY(float iValue)IHasTransform
SetPrettyColor(const FColor &iValue)IHasPrettyColor
SetRotation(float iAngleRad)IHasTransform
SetScale(const FVec2F &iValues)IHasTransform
SetScale(float iX, float iY)IHasTransform
SetScaleuniform(float iValue)IHasTransform
SetScaleX(float iValue)IHasTransform
SetScaleY(float iValue)IHasTransform
SetText(const FWString &iValue)IHasText
SetTextColor(const FColor &iValue)IHasText
SetTranslation(const FVec2F &iValues)IHasTransform
SetTranslation(float iX, float iY)IHasTransform
SetTranslationX(float iValue)IHasTransform
SetTranslationY(float iValue)IHasTransform
SetVisible(bool i)IHasVisibility
StaticType()TLayerText< BlockType, RasterizerType, RendererType, BlockAllocatorType, LayerStackType >inlinestatic
StaticTypeID()TLayerText< BlockType, RasterizerType, RendererType, BlockAllocatorType, LayerStackType >inlinestatic
Stretch(const FVec2F &iValues)IHasTransform
Stretch(float iX, float iY)IHasTransform
StretchUniform(float iValue)IHasTransform
StretchX(float iValue)IHasTransform
StretchY(float iValue)IHasTransform
Target(const FVec2F &iTarget)IHasTransform
TargetLocal(const FVec2F &iTarget)IHasTransform
TAbstractLayerDrawable::TNode< ILayer >::TCallbackCapable(const DelegateType &iDelegate=DelegateType())TCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::TNode< ILayer >::TCallbackCapable(typename DelegateType::tFptr iDelegateFPTR)TCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasUserData::TCallbackCapable(const DelegateType &iDelegate=DelegateType())TCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasUserData::TCallbackCapable(typename DelegateType::tFptr iDelegateFPTR)TCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasName::TCallbackCapable(const DelegateType &iDelegate=DelegateType())TCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasName::TCallbackCapable(typename DelegateType::tFptr iDelegateFPTR)TCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasLock::TCallbackCapable(const DelegateType &iDelegate=DelegateType())TCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasLock::TCallbackCapable(typename DelegateType::tFptr iDelegateFPTR)TCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasVisibility::TCallbackCapable(const DelegateType &iDelegate=DelegateType())TCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasVisibility::TCallbackCapable(typename DelegateType::tFptr iDelegateFPTR)TCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasPrettyColor::TCallbackCapable(const DelegateType &iDelegate=DelegateType())TCallbackCapable< DelegateType, _ID >inline
TAbstractLayerDrawable::IHasPrettyColor::TCallbackCapable(typename DelegateType::tFptr iDelegateFPTR)TCallbackCapable< DelegateType, _ID >inline
THasBlock::TCallbackCapable(const DelegateType &iDelegate=DelegateType())TCallbackCapable< DelegateType, _ID >inline
THasBlock::TCallbackCapable(typename DelegateType::tFptr iDelegateFPTR)TCallbackCapable< DelegateType, _ID >inline
IHasBlendInfo::TCallbackCapable(const DelegateType &iDelegate=DelegateType())TCallbackCapable< DelegateType, _ID >inline
IHasBlendInfo::TCallbackCapable(typename DelegateType::tFptr iDelegateFPTR)TCallbackCapable< DelegateType, _ID >inline
IHasText::TCallbackCapable(const DelegateType &iDelegate=DelegateType())TCallbackCapable< DelegateType, _ID >inline
IHasText::TCallbackCapable(typename DelegateType::tFptr iDelegateFPTR)TCallbackCapable< DelegateType, _ID >inline
IHasTransform::TCallbackCapable(const DelegateType &iDelegate=DelegateType())TCallbackCapable< DelegateType, _ID >inline
IHasTransform::TCallbackCapable(typename DelegateType::tFptr iDelegateFPTR)TCallbackCapable< DelegateType, _ID >inline
TDrawable()TDrawable< BlockType >protected
Text() constIHasText
TextColor() constIHasText
THasBlock(uint16 iWidth, uint16 iHeight, eFormat iFormat=eFormat::Format_RGBA8, const FColorSpace *iColorSpace=nullptr, const TOnBlockChanged< BlockType > &iDelegate=TOnBlockChanged< BlockType >())THasBlock< BlockType, BlockAllocatorType >protected
THasBlock(BlockType *iBlock, const TOnBlockChanged< BlockType > &iDelegate=TOnBlockChanged< BlockType >())THasBlock< BlockType, BlockAllocatorType >protected
TLayerText(const FString &iName="Untitled Text", bool iLocked=false, bool iVisible=true, const FColor &iPrettyColor=FColor::Transparent, uint16 iWidth=0, uint16 iHeight=0, eFormat iFormat=Format_RGBA8, const FColorSpace *iColorSpace=nullptr, eBlendMode iBlendMode=eBlendMode::Blend_Normal, eAlphaMode iAlphaMode=eAlphaMode::Alpha_Normal, ufloat iOpacity=1.f, const FWString &iText=L"Lorem ipsum dolor sit amet...", const FFont &iFont=FFont::DefaultFont, uint32 iFontSize=12, const ISample &iTextColor=FColor::Black, bool iAntiAliased=true, const FTransformInfo &iTransform={}, const TRoot< ILayer > *iParent=nullptr, const FOnNameChanged &iOnNameChanged=FOnNameChanged(), const FOnBoolChanged &iOnLockChanged=FOnBoolChanged(), const FOnBoolChanged &iOnVisibleChanged=FOnBoolChanged(), const FOnColorChanged &iOnColorChanged=FOnColorChanged(), const FOnUserDataAdded &iOnUserDataAdded=FOnUserDataAdded(), const FOnUserDataChanged &iOnUserDataChanged=FOnUserDataChanged(), const FOnUserDataRemoved &iOnUserDataRemoved=FOnUserDataRemoved(), const FOnParentChanged &iOnParentChanged=FOnParentChanged(), const FOnSelfChanged &iOnSelfChanged=FOnSelfChanged(), const TOnBlockChanged< BlockType > &iOnBlockChanged=TOnBlockChanged< BlockType >(), const FOnBlendInfoChanged &iOnBlendInfoChanged=FOnBlendInfoChanged(), const FOnTextInfoChanged &iOnTextInfoChanged=FOnTextInfoChanged(), const FOnTransformInfoChanged &iOnTransformInfoChanged=FOnTransformInfoChanged())TLayerText< BlockType, RasterizerType, RendererType, BlockAllocatorType, LayerStackType >
TLayerText(BlockType *iBlock, const FString &iName="Untitled Text", bool iLocked=false, bool iVisible=true, const FColor &iPrettyColor=FColor::Transparent, eBlendMode iBlendMode=eBlendMode::Blend_Normal, eAlphaMode iAlphaMode=eAlphaMode::Alpha_Normal, ufloat iOpacity=1.f, const FWString &iText=L"Lorem ipsum dolor sit amet...", const FFont &iFont=FFont::DefaultFont, uint32 iFontSize=12, const ISample &iTextColor=FColor::Black, bool iAntiAliased=true, const FTransformInfo &iTransform={}, const TRoot< ILayer > *iParent=nullptr, const FOnNameChanged &iOnNameChanged=FOnNameChanged(), const FOnBoolChanged &iOnLockChanged=FOnBoolChanged(), const FOnBoolChanged &iOnVisibleChanged=FOnBoolChanged(), const FOnColorChanged &iOnColorChanged=FOnColorChanged(), const FOnUserDataAdded &iOnUserDataAdded=FOnUserDataAdded(), const FOnUserDataChanged &iOnUserDataChanged=FOnUserDataChanged(), const FOnUserDataRemoved &iOnUserDataRemoved=FOnUserDataRemoved(), const FOnParentChanged &iOnParentChanged=FOnParentChanged(), const FOnSelfChanged &iOnSelfChanged=FOnSelfChanged(), const TOnBlockChanged< BlockType > &iOnBlockChanged=TOnBlockChanged< BlockType >(), const FOnBlendInfoChanged &iOnBlendInfoChanged=FOnBlendInfoChanged(), const FOnTextInfoChanged &iOnTextInfoChanged=FOnTextInfoChanged(), const FOnTransformInfoChanged &iOnTransformInfoChanged=FOnTransformInfoChanged())TLayerText< BlockType, RasterizerType, RendererType, BlockAllocatorType, LayerStackType >
TLayerText(const TLayerText &)=deleteTLayerText< BlockType, RasterizerType, RendererType, BlockAllocatorType, LayerStackType >
TNode(const tParent *iParent=nullptr, const TOnParentChanged< ILayer > &iParentChangedDelegate=TOnParentChanged< ILayer >(), const TOnSelfChanged< ILayer > &iSelfChangedDelegate=TOnSelfChanged< ILayer >())TNode< ILayer >inline
ToLocal(const FVec3F &iHPoint) constIHasTransform
TopLevelParent() constTNode< ILayer >inline
Translate(const FVec2F &iDelta)IHasTransform
Translate(float iDeltaX, float iDeltaY)IHasTransform
TranslateX(float iDelta)IHasTransform
TranslateY(float iDelta)IHasTransform
Translation() constIHasTransform
TranslationMatrix() constIHasTransform
TranslationX() constIHasTransform
TranslationY() constIHasTransform
Type() const overrideTLayerText< BlockType, RasterizerType, RendererType, BlockAllocatorType, LayerStackType >inlinevirtual
TypeID() const overrideTLayerText< BlockType, RasterizerType, RendererType, BlockAllocatorType, LayerStackType >inlinevirtual
UserDataExists(uint32 iTypeID) constIHasUserData
ValidateImageCache()TDrawable< BlockType >protected
VecFromLocal(const FVec2F &iVec) constIHasTransform
VecToLocal(const FVec2F &iVec) constIHasTransform
~IHasUserData()IHasUserDataprotected
~ILayer() override=0ILayerpure virtual
~TAbstractLayerDrawable() override=0TAbstractLayerDrawable< BlockType >inlinepure virtual
~THasBlock()THasBlock< BlockType, BlockAllocatorType >protected
~TLayerText() overrideTLayerText< BlockType, RasterizerType, RendererType, BlockAllocatorType, LayerStackType >virtual
~TNode()TNode< ILayer >inlinevirtual