Public Member Functions | |
ItemStruct (const OFString &uid, const int pos, const DVIFhierarchyStatus status, const DVPSInstanceType type, const int size, const OFString &filename) | |
Constructor. | |
Public Attributes | |
OFString | UID |
instance UID | |
int | Pos |
position in the index file | |
DVIFhierarchyStatus | Status |
review status | |
DVPSInstanceType | Type |
type of instance | |
int | ImageSize |
image size (in bytes) | |
OFString | Filename |
filename of instance | |
OFBool | Checked |
status flag to avoid double checking of referencing pstates | |
OFString | Description |
instance description | |
OFString | Label |
instance label | |
OFList< ItemStruct * > | List |
list of referencing pstates |
Definition at line 77 of file dvcache.h.