Public Member Functions | Static Public Member Functions | List of all members
Celartem::DjVu::Dictionary Class Referenceabstract

#include <djv_renderer.h>

Inheritance diagram for Celartem::DjVu::Dictionary:
Inheritance graph
[legend]

Public Member Functions

virtual String getChunkId () const =0
 
virtual AutoPtr< ReferablegetInternalDictionary () 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< Dictionarycreate (const Chunk *inChunk)
 
- Static Public Member Functions inherited from Celartem::Referable
static void dumpDbgAllRefCount ()
 

Detailed Description

Dictionary class provides the general interface to dictionary for image/mask renderers.

Constructor & Destructor Documentation

virtual Celartem::DjVu::Dictionary::~Dictionary ( )
inlinevirtual

Destructor.

Member Function Documentation

static AutoPtr<Dictionary> Celartem::DjVu::Dictionary::create ( const Chunk inChunk)
static

Creates a Dictionary instance from the specified chunk.

Parameters
inChunkA chunk which contains dictionary data.
Returns
A pointer to the newly created Dictionary instance.
virtual String Celartem::DjVu::Dictionary::getChunkId ( ) const
pure virtual

Gets the identifier of the chunk which was used to instanciate this instance.

Returns
The identifier of the chunk passed to create method.
virtual AutoPtr<Referable> Celartem::DjVu::Dictionary::getInternalDictionary ( ) const
pure virtual

Obtains the internal dictionary instance.

Returns
Pointer to the internal dictionary. You can use dynamic_cast against the pointer to obtain the actual instance.

The documentation for this class was generated from the following file:

Cuminas DjVu SDK 3.0.33103
This document is made with doxygen 1.8.5 at Sun Dec 15 2013 19:38:07.
Cuminas Logo