Phonon
globaldescriptioncontainer.h
D fromIndex(global_id_t key)
Definition globaldescriptioncontainer.h:103
void unregister_(void *obj)
Unregisters a object from the container.
Definition globaldescriptioncontainer.h:130
int localIdFor(const void *obj, global_id_t key) const
Definition globaldescriptioncontainer.h:250
QList< D > listFor(const void *obj) const
List of ObjectDescriptions for a given object, the descriptions are limied by the scope of the type (...
Definition globaldescriptioncontainer.h:229
void add(void *obj, local_id_t index, const QString &name, const QString &type=QString())
Adds a new description object for a specific object.
Definition globaldescriptioncontainer.h:166
QList< int > globalIndexes()
Definition globaldescriptioncontainer.h:87
global_id_t nextFreeIndex()
Definition globaldescriptioncontainer.h:270
void clearListFor(void *obj)
Clear the internal mapping of global to local id for a given object.
Definition globaldescriptioncontainer.h:144
void register_(void *obj)
Registers a new object within the container.
Definition globaldescriptioncontainer.h:116
iterator end()
iterator find(const Key &key)
iterator insert(const Key &key, const T &value)
T value(const Key &key, const T &defaultValue) const const
bool hasNext() const const
const Key & key() const const
Item next()
const T & value() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:29:17 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:29:17 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.