Collection d'incrustations, avec des fonctions additionnelles d'ajout et de suppression pour gérer les Z-Index.
Plus de détails...
|
| CU_DeclareMap (ElementKeyT, castor3d::FontTextureUPtr, FontTextureStr) |
|
C3D_API | ResourceCacheT (castor3d::Engine &engine) |
| Constructeur.
|
|
C3D_API void | clear () noexcept |
| Vide les listes d'incrustations.
|
|
C3D_API void | cleanup () |
| Nettoie les incrustations.
|
|
C3D_API void | initialise (castor3d::Overlay &overlay) |
|
C3D_API void | cleanup (castor3d::Overlay &overlay) |
|
C3D_API void | upload (castor3d::UploadData &uploader) |
|
C3D_API castor3d::FontTextureRPtr | getFontTexture (String const &name) |
| Récupère une FontTexture, à partir d'un nom de police.
|
|
C3D_API castor3d::FontTextureRPtr | createFontTexture (castor::FontResPtr font) |
| Crée une FontTexture, à partir d'une police.
|
|
|
auto const & | getCategories () const noexcept |
|
|
castor3d::OverlayFactory const & | getOverlayFactory () const noexcept |
|
castor3d::OverlayFactory & | getFactory () noexcept |
|
castor3d::Engine & | getEngine () const noexcept |
|
| ResourceCacheBaseT (ResourceCacheBaseT const &)=delete |
|
| ResourceCacheBaseT (ResourceCacheBaseT &&) noexcept=delete |
|
ResourceCacheBaseT & | operator= (ResourceCacheBaseT const &)=delete |
|
ResourceCacheBaseT & | operator= (ResourceCacheBaseT &&) noexcept=delete |
|
void | cleanup () noexcept |
| Met tous les éléments à nettoyer.
|
|
void | clear () noexcept |
| Vide la collection.
|
|
ElementPtrT | create (ElementKeyT const &name, ParametersT &&... parameters) const |
| Crée un élément.
|
|
ElementObsT | tryAdd (ElementKeyT const &name, ElementPtrT &element, bool initialise=false) |
| Ajoute un élément.
|
|
ElementObsT | tryAdd (ElementKeyT const &name, bool initialise, ElementObsT &created, ParametersT &&... parameters) |
| Ajoute un élément, construict sur place.
|
|
ElementObsT | tryAddNoLock (ElementKeyT const &name, ElementPtrT &element, bool initialise=false) |
| Ajoute un élément.
|
|
ElementObsT | tryAddNoLock (ElementKeyT const &name, bool initialise, ElementObsT &created, ParametersT &&... parameters) |
| Ajoute un élément, construict sur place.
|
|
ElementObsT | add (ElementKeyT const &name, ElementPtrT &element, bool initialise=true) |
| Version journalisante de tryAdd.
|
|
ElementObsT | add (ElementKeyT const &name, ParametersT &&... parameters) |
| Version journalisante de tryAdd.
|
|
ElementObsT | addNoLock (ElementKeyT const &name, ElementPtrT &element, bool initialise=true) |
| Version journalisante de tryAdd.
|
|
ElementObsT | addNoLock (ElementKeyT const &name, ParametersT &&... parameters) |
| Version journalisante de tryAdd.
|
|
ElementPtrT | tryRemove (ElementKeyT const &name, bool cleanup=false) noexcept |
| Retire un élément à partir d'un nom.
|
|
ElementPtrT | tryRemoveNoLock (ElementKeyT const &name, bool cleanup=false) noexcept |
| Retire un élément à partir d'un nom.
|
|
ElementPtrT | remove (ElementKeyT const &name, bool cleanup=false) noexcept |
| Version journalisante de tryAdd.
|
|
ElementPtrT | removeNoLock (ElementKeyT const &name, bool cleanup=false) noexcept |
| Version journalisante de tryAdd.
|
|
void | rename (ElementKeyT const &oldName, ElementKeyT const &newName) |
| Renomme une ressource.
|
|
ElementObsT | tryFind (ElementKeyT const &name) const noexcept |
| Cherche un élément par son nom.
|
|
ElementObsT | tryFindNoLock (ElementKeyT const &name) const noexcept |
| Cherche un élément par son nom.
|
|
ElementObsT | find (ElementKeyT const &name) const |
| Version journalisante de tryAdd.
|
|
ElementObsT | findNoLock (ElementKeyT const &name) const |
| Version journalisante de tryAdd.
|
|
void | mergeInto (ElementCacheBaseT &destination) |
| Met les éléments de ce cache dans ceux de celui donné.
|
|
void | forEach (FuncType func) const |
|
void | forEach (FuncType func) |
|
uint32_t | getObjectCount () const noexcept |
|
uint32_t | getObjectCountNoLock () const noexcept |
|
String const & | getObjectTypeName () const noexcept |
|
bool | has (ElementKeyT const &name) const noexcept |
|
bool | hasNoLock (ElementKeyT const &name) const noexcept |
|
bool | isEmpty () const noexcept |
|
bool | isEmptyNoLock () const noexcept |
|
void | lock () const |
|
void | unlock () const noexcept |
|
auto | begin () noexcept |
|
auto | begin () const noexcept |
|
auto | end () noexcept |
|
auto | end () const noexcept |
|
void | reportCreation (String const &name) const |
|
void | reportAdded (String const &name) const |
|
void | reportDuplicate (String const &name) const |
|
void | reportNull () const |
|
void | reportUnknown (String const &name) const |
|
Collection d'incrustations, avec des fonctions additionnelles d'ajout et de suppression pour gérer les Z-Index.