![]() |
ULIS
dev4.0.7
Utility Library for Imaging Systems
|
This is the complete list of members for TLayerFolder< BlockType, RasterizerType, RendererType, BlockAllocatorType, LayerStackType >, including all inherited members.
AddChild(tNode *iNode, uint64 iIndex=0xFFFFFFFFFFFFFFFF) | TRoot< ILayer > | inline |
AddOrSetUserData(IUserData *iData) | IHasUserData | |
AlphaMode() const | IHasBlendInfo | |
BlendMode() const | IHasBlendInfo | |
Block() | THasBlock< BlockType, BlockAllocatorType > | |
Block() const | THasBlock< BlockType, BlockAllocatorType > | |
Children() | TRoot< ILayer > | inline |
Children() const | TRoot< ILayer > | inline |
Def(std::function< void(ILayer &) > iFunc) | TNode< ILayer > | inline |
TAbstractLayerDrawable::TNode< ILayer >::Delegate typedef | TCallbackCapable< DelegateType, _ID > | |
TAbstractLayerDrawable::IHasUserData::Delegate typedef | TCallbackCapable< DelegateType, _ID > | |
TAbstractLayerDrawable::IHasName::Delegate typedef | TCallbackCapable< DelegateType, _ID > | |
TAbstractLayerDrawable::IHasLock::Delegate typedef | TCallbackCapable< DelegateType, _ID > | |
TAbstractLayerDrawable::IHasVisibility::Delegate typedef | TCallbackCapable< DelegateType, _ID > | |
TAbstractLayerDrawable::IHasPrettyColor::Delegate typedef | TCallbackCapable< DelegateType, _ID > | |
TRoot< ILayer >::TCallbackCapable::Delegate typedef | TCallbackCapable< DelegateType, _ID > | |
THasBlock::Delegate typedef | TCallbackCapable< DelegateType, _ID > | |
IHasBlendInfo::Delegate typedef | TCallbackCapable< DelegateType, _ID > | |
IHasCollapse::Delegate typedef | TCallbackCapable< DelegateType, _ID > | |
DeleteChild(int iIndex) | TRoot< ILayer > | inline |
Find(const FString &iName) | TSearchable< TRoot< ILayer > > | inline |
Find(const FString &iName) const | TSearchable< TRoot< ILayer > > | inline |
TAbstractLayerDrawable::TNode< ILayer >::GetDelegate() const | TCallbackCapable< DelegateType, _ID > | inline |
TAbstractLayerDrawable::IHasUserData::GetDelegate() const | TCallbackCapable< DelegateType, _ID > | inline |
TAbstractLayerDrawable::IHasName::GetDelegate() const | TCallbackCapable< DelegateType, _ID > | inline |
TAbstractLayerDrawable::IHasLock::GetDelegate() const | TCallbackCapable< DelegateType, _ID > | inline |
TAbstractLayerDrawable::IHasVisibility::GetDelegate() const | TCallbackCapable< DelegateType, _ID > | inline |
TAbstractLayerDrawable::IHasPrettyColor::GetDelegate() const | TCallbackCapable< DelegateType, _ID > | inline |
TRoot< ILayer >::TCallbackCapable::GetDelegate() const | TCallbackCapable< DelegateType, _ID > | inline |
THasBlock::GetDelegate() const | TCallbackCapable< DelegateType, _ID > | inline |
IHasBlendInfo::GetDelegate() const | TCallbackCapable< DelegateType, _ID > | inline |
IHasCollapse::GetDelegate() const | TCallbackCapable< DelegateType, _ID > | inline |
GetUserData(uint32 iTypeID) const | IHasUserData | |
GetUserData() const | IHasUserData | inline |
GetUserDataArray() const | IHasUserData | |
HasUserData() const | IHasUserData | inline |
IHasBlendInfo(eBlendMode iBlendMode=Blend_Normal, eAlphaMode iAlphaMode=Alpha_Normal, ufloat iOpacity=1.f, const FOnBlendInfoChanged &iDelegate=FOnBlendInfoChanged()) | IHasBlendInfo | protected |
IHasCollapse(bool i=false, const FOn_bool_Changed &d=FOn_bool_Changed()) | IHasCollapse | protected |
IHasLock(bool i=false, const FOn_bool_Changed &d=FOn_bool_Changed()) | IHasLock | protected |
IHasName(const FString &iValue, const FOnNameChanged &iDelegate=FOnNameChanged()) | IHasName | |
IHasPrettyColor(const FColor &iColor=FColor::Transparent, const FOnColorChanged &iDelegate=FOnColorChanged()) | IHasPrettyColor | protected |
IHasUserData(const FOnUserDataAdded &iDelegateAdd=FOnUserDataAdded(), const FOnUserDataChanged &iDelegateChanged=FOnUserDataChanged(), const FOnUserDataRemoved &iDelegateRemoved=FOnUserDataRemoved()) | IHasUserData | protected |
IHasUserData(const IHasUserData &)=delete | IHasUserData | protected |
IHasVisibility(bool i=true, const FOn_bool_Changed &d=FOn_bool_Changed()) | IHasVisibility | protected |
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 | |
TAbstractLayerDrawable::InnerType typedef | TNode< ILayer > | |
TRoot< ILayer >::InnerType typedef | TRoot< ILayer > | |
InvalidImageCache() | TDrawable< BlockType > | virtual |
TAbstractLayerDrawable::TNode< ILayer >::Invoke(Args ... args) const | TCallbackCapable< DelegateType, _ID > | inline |
TAbstractLayerDrawable::IHasUserData::Invoke(Args ... args) const | TCallbackCapable< DelegateType, _ID > | inline |
TAbstractLayerDrawable::IHasName::Invoke(Args ... args) const | TCallbackCapable< DelegateType, _ID > | inline |
TAbstractLayerDrawable::IHasLock::Invoke(Args ... args) const | TCallbackCapable< DelegateType, _ID > | inline |
TAbstractLayerDrawable::IHasVisibility::Invoke(Args ... args) const | TCallbackCapable< DelegateType, _ID > | inline |
TAbstractLayerDrawable::IHasPrettyColor::Invoke(Args ... args) const | TCallbackCapable< DelegateType, _ID > | inline |
TRoot< ILayer >::TCallbackCapable::Invoke(Args ... args) const | TCallbackCapable< DelegateType, _ID > | inline |
THasBlock::Invoke(Args ... args) const | TCallbackCapable< DelegateType, _ID > | inline |
IHasBlendInfo::Invoke(Args ... args) const | TCallbackCapable< DelegateType, _ID > | inline |
IHasCollapse::Invoke(Args ... args) const | TCallbackCapable< DelegateType, _ID > | inline |
IsCollapsed() const | IHasCollapse | |
IsImageCacheValid() const | TDrawable< BlockType > | |
IsLocked() const | IHasLock | |
IsVisible() const | IHasVisibility | |
Name() const | IHasName | |
NotifyChange() const | TNode< ILayer > | inline |
OnChangeNotifiedInternal() override | TAbstractLayerDrawable< BlockType > | inlinevirtual |
Opacity() const | IHasBlendInfo | |
operator=(const TLayerFolder &)=delete | TLayerFolder< BlockType, RasterizerType, RendererType, BlockAllocatorType, LayerStackType > | |
TAbstractLayerDrawable::operator=(const IHasUserData &)=delete | IHasUserData | protected |
TRoot< ILayer >::operator[](uint64 iIndex) | TRoot< ILayer > | inline |
TRoot< ILayer >::operator[](uint64 iIndex) const | TRoot< ILayer > | inline |
TSearchable< TRoot< ILayer > >::operator[](const FString &iStr) | TSearchable< TRoot< ILayer > > | inline |
TSearchable< TRoot< ILayer > >::operator[](const FString &iStr) const | TSearchable< TRoot< ILayer > > | inline |
Parent() const | TNode< ILayer > | inline |
PrettyColor() const | IHasPrettyColor | |
Rasterize(FContext &iCtx, FEvent *oEvent=nullptr) override | TLayerFolder< 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() | IHasUserData | inline |
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) override | TLayerFolder< BlockType, RasterizerType, RendererType, BlockAllocatorType, LayerStackType > | virtual |
RenderImageCache(FContext &iCtx) override | TLayerFolder< BlockType, RasterizerType, RendererType, BlockAllocatorType, LayerStackType > | virtual |
Replace(BlockType *iValue) | THasBlock< BlockType, BlockAllocatorType > | protected |
Reset(tParent *iParent=nullptr, const TOnParentChanged< ILayer > &iParentChangedDelegate=TOnParentChanged< ILayer >(), const TOnNodeAdded< ILayer > &iNodeAddedDelegate=TOnNodeAdded< ILayer >(), const TOnNodeRemoved< ILayer > &iNodeRemovedDelegate=TOnNodeRemoved< ILayer >()) | TRoot< ILayer > | inline |
ResetUserData() | IHasUserData | |
Self() | TNode< ILayer > | inline |
Self() const | TNode< ILayer > | inline |
SetAlphaMode(eAlphaMode iValue) | IHasBlendInfo | |
SetBlendMode(eBlendMode iValue) | IHasBlendInfo | |
SetCollapsed(bool i) | IHasCollapse | |
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 |
TRoot< ILayer >::TCallbackCapable::SetDelegate(const DelegateType &iDelegate) | TCallbackCapable< DelegateType, _ID > | inline |
TRoot< ILayer >::TCallbackCapable::SetDelegate(const TCallbackCapable< DelegateType, _ID > &iOther) | TCallbackCapable< DelegateType, _ID > | inline |
TRoot< ILayer >::TCallbackCapable::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 |
IHasCollapse::SetDelegate(const DelegateType &iDelegate) | TCallbackCapable< DelegateType, _ID > | inline |
IHasCollapse::SetDelegate(const TCallbackCapable< DelegateType, _ID > &iOther) | TCallbackCapable< DelegateType, _ID > | inline |
IHasCollapse::SetDelegate(typename DelegateType::tFptr iDelegateFPTR) | TCallbackCapable< DelegateType, _ID > | inline |
SetLocked(bool i) | IHasLock | |
SetName(const FString &iValue) | IHasName | |
SetOpacity(ufloat iValue) | IHasBlendInfo | |
SetParent(const tParent *iParent) | TNode< ILayer > | inline |
SetPrettyColor(const FColor &iValue) | IHasPrettyColor | |
SetVisible(bool i) | IHasVisibility | |
StaticType() | TLayerFolder< BlockType, RasterizerType, RendererType, BlockAllocatorType, LayerStackType > | inlinestatic |
StaticTypeID() | TLayerFolder< BlockType, RasterizerType, RendererType, BlockAllocatorType, LayerStackType > | inlinestatic |
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 |
TRoot< ILayer >::TCallbackCapable::TCallbackCapable(const DelegateType &iDelegate=DelegateType()) | TCallbackCapable< DelegateType, _ID > | inline |
TRoot< ILayer >::TCallbackCapable::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 |
IHasCollapse::TCallbackCapable(const DelegateType &iDelegate=DelegateType()) | TCallbackCapable< DelegateType, _ID > | inline |
IHasCollapse::TCallbackCapable(typename DelegateType::tFptr iDelegateFPTR) | TCallbackCapable< DelegateType, _ID > | inline |
TDrawable() | TDrawable< BlockType > | protected |
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 |
TLayerFolder(const FString &iName="Untitled Folder", 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, bool iCollapsed=false, 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 FOnNodeAdded &iOnLayerAdded=FOnNodeAdded(), const FOnNodeRemoved &iOnLayerRemoved=FOnNodeRemoved(), const TOnBlockChanged< BlockType > &iOnBlockChanged=TOnBlockChanged< BlockType >(), const FOnBlendInfoChanged &iOnBlendInfoChanged=FOnBlendInfoChanged(), const FOnBoolChanged &iOnCollapseChanged=FOnBoolChanged()) | TLayerFolder< BlockType, RasterizerType, RendererType, BlockAllocatorType, LayerStackType > | |
TLayerFolder(BlockType *iBlock, const FString &iName="Untitled Folder", 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, bool iCollapsed=false, 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 FOnNodeAdded &iOnLayerAdded=FOnNodeAdded(), const FOnNodeRemoved &iOnLayerRemoved=FOnNodeRemoved(), const TOnBlockChanged< BlockType > &iOnBlockChanged=TOnBlockChanged< BlockType >(), const FOnBlendInfoChanged &iOnBlendInfoChanged=FOnBlendInfoChanged(), const FOnBoolChanged &iOnCollapseChanged=FOnBoolChanged()) | TLayerFolder< BlockType, RasterizerType, RendererType, BlockAllocatorType, LayerStackType > | |
TLayerFolder(const TLayerFolder &)=delete | TLayerFolder< 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 |
TopLevelParent() const | TNode< ILayer > | inline |
TRoot(tParent *iParent=nullptr, const TOnParentChanged< ILayer > &iParentChangedDelegate=TOnParentChanged< ILayer >(), const TOnSelfChanged< ILayer > &iSelfChangedDelegate=TOnSelfChanged< ILayer >(), const TOnNodeAdded< ILayer > &iNodeAddedDelegate=TOnNodeAdded< ILayer >(), const TOnNodeRemoved< ILayer > &iNodeRemovedDelegate=TOnNodeRemoved< ILayer >()) | TRoot< ILayer > | inline |
TSearchable() | TSearchable< TRoot< ILayer > > | inline |
Type() const override | TLayerFolder< BlockType, RasterizerType, RendererType, BlockAllocatorType, LayerStackType > | inlinevirtual |
TypeID() const override | TLayerFolder< BlockType, RasterizerType, RendererType, BlockAllocatorType, LayerStackType > | inlinevirtual |
UserDataExists(uint32 iTypeID) const | IHasUserData | |
ValidateImageCache() | TDrawable< BlockType > | protected |
~IHasUserData() | IHasUserData | protected |
~ILayer() override=0 | ILayer | pure virtual |
~TAbstractLayerDrawable() override=0 | TAbstractLayerDrawable< BlockType > | inlinepure virtual |
~THasBlock() | THasBlock< BlockType, BlockAllocatorType > | protected |
~TLayerFolder() override | TLayerFolder< BlockType, RasterizerType, RendererType, BlockAllocatorType, LayerStackType > | virtual |
~TNode() | TNode< ILayer > | inlinevirtual |
~TRoot() override | TRoot< ILayer > | inlinevirtual |
~TSearchable()=0 | TSearchable< TRoot< ILayer > > | inlinepure virtual |