#include <djv_serialize.h>
Public Member Functions | |
| Layout () | |
| void | init () |
Public Attributes | |
| bool | securityEnabled |
| Whether the security feature is enabled or not. | |
| DjVuMultipageType | multipageType |
| Multipage type. | |
| size_t | numPages |
| Number of pages in the DjVu. | |
| DIRMEntries | entries |
Entries of DIRM. | |
| AutoPtr< ResourceBroker > | broker |
| ResourceBroker instance used by the process. | |
The chunk layout of a IFF-DjVu file represented by DIRM.
Please note that the Layout::broker variable may lock the files until it is NULL cleared or destructed.
deserialize method fills a Layout instance when it deserializes a DjVu file according to DIRM chunk in the DjVu file.
| Celartem::DjVu::IFF::Layout::Layout | ( | ) | [inline] |
Initializes the structure.
| void Celartem::DjVu::IFF::Layout::init | ( | ) | [inline] |
Initializes the structure.
ResourceBroker instance used by the process.
The ResourceBroker instance which is used during the loading process. If there's no such instance, this is NULL.
Please note that broker may lock the files until it is NULL cleared or destructed.
Entries of DIRM.
Referenced by init().
Multipage type.
Referenced by init().
Whether the security feature is enabled or not.
Referenced by init().