#include <djv_renderer.h>

Public Member Functions | |
| virtual String | getChunkId () const =0 |
| virtual AutoPtr< Referable > | getInternalDictionary () const =0 |
| virtual | ~Dictionary () |
Public Member Functions inherited from Celartem::Referable | |
| Referable () | |
| void | addRef () const |
| void | releaseRef () const |
| size_t | getReferenceCount () const |
Static Public Member Functions | |
| static AutoPtr< Dictionary > | create (const Chunk *inChunk) |
Static Public Member Functions inherited from Celartem::Referable | |
| static void | dumpDbgAllRefCount () |
Dictionary class provides the general interface to dictionary for image/mask renderers.
|
inlinevirtual |
Destructor.
|
static |
Creates a Dictionary instance from the specified chunk.
| inChunk | A chunk which contains dictionary data. |
|
pure virtual |
Gets the identifier of the chunk which was used to instanciate this instance.
Obtains the internal dictionary instance.