begin() | DLZone | [inline] |
childZoneBackPointers | DLZone | [protected] |
childZones | DLZone | [protected] |
dlAppendChildZone(DLZone *childZone) | DLZone | [virtual] |
dlAppendChildZoneCopy(const DLZone &childZone) | DLZone | [virtual] |
dlAppendChildZoneList(list< DLZone * > childZoneList) | DLZone | [virtual] |
dlCheckPagePointer() const | DLZone | [protected] |
dlCheckZoneBoundaries(DLPoint zOrigin, int zWidth, int zHeight) const | DLZone | [protected] |
DLChildZonePtrIterator typedef | DLZone | |
dlClearChildZones() | DLZone | [virtual] |
dlClearTags() | DLZone | [inline] |
dlClone() | DLZone | [protected] |
dlDeleteChildZone(DLChildZonePtrIterator childIter) | DLZone | [virtual] |
dlDeleteChildZone(int cursorPosition) | DLZone | [virtual] |
dlDeleteChildZone(DLZone *deletedChildZone) | DLZone | [virtual] |
dlDeleteTag(string tagKey) | DLZone | |
dlFindTag(string tagKey) | DLZone | [inline] |
dlGetNumChildZones() const | DLZone | [inline] |
dlGetPageHeight() const | DLZone | |
dlGetPageImage() const | DLZone | |
dlGetPageWidth() const | DLZone | |
dlGetParentZonePointer() const | DLZone | [inline] |
dlGetTag(string tagKey) const | DLZone | |
dlGetZoneHeight() const | DLZone | [inline] |
dlGetZoneID() const | DLZone | [inline] |
dlGetZoneImage() const | DLZone | |
dlGetZoneOrigin() const | DLZone | [inline] |
dlGetZoneWidth() const | DLZone | [inline] |
dlHasChildZones() const | DLZone | [inline] |
dlInsertChildZone(DLChildZonePtrIterator childIter, DLZone *childZone) | DLZone | [virtual] |
dlInsertChildZone(int cursorPosition, DLZone *childZone) | DLZone | [virtual] |
dlInsertChildZoneCopy(DLChildZonePtrIterator childIter, const DLZone &childZone) | DLZone | [virtual] |
dlInsertChildZoneCopy(int cursorPosition, const DLZone &childZone) | DLZone | [virtual] |
dlInsertChildZoneList(DLChildZonePtrIterator childIter, list< DLZone * > childZoneList) | DLZone | [virtual] |
dlInsertChildZoneList(int cursorPosition, list< DLZone * > childZoneList) | DLZone | [virtual] |
dlIsTagListEmpty() const | DLZone | [inline] |
dlIsTagSet(string tagKey) const | DLZone | |
dlIsWithinPageBoundaries(int pageWidth, int pageHeight) const | DLZone | [protected] |
dlIsZoneIteratorValid(DLChildZonePtrIterator zoneIter) | DLZone | |
dlMergeChildZones(DLZone *childZone1, DLZone *childZone2, const string &newZoneID) | DLZone | [virtual] |
dlMergeZones(DLZone *Zone1, const string &newZoneID) | DLZone | [virtual] |
dlSetPagePointer(DLPage *parentPage) | DLZone | [protected] |
dlSetTag(string tagKey, string tagValue, bool overwriteEnabled=false) | DLZone | |
dlSetZoneHeight(int h) | DLZone | |
dlSetZoneID(const string &ID) | DLZone | [inline] |
dlSetZoneOrigin(int x, int y) | DLZone | |
dlSetZoneOrigin(const DLPoint &origin) | DLZone | |
dlSetZoneWidth(int w) | DLZone | |
dlSplitZone(int offset, int direction, const string &childZoneID1, const string &childZoneID2) | DLZone | [virtual] |
DLZone() | DLZone | |
DLZone(int x, int y, int w, int h) | DLZone | |
DLZone(const DLPoint &upperleft, const DLPoint &lowerright) | DLZone | |
DLZone(const string &zoneID, int x, int y, int w, int h) | DLZone | |
DLZone(DLPage *parentPage, DLZone *parentZone, const string &zoneID, int x, int y, int w, int h) | DLZone | |
DLZone(const DLZone &right) | DLZone | |
end() | DLZone | [inline] |
height | DLZone | [protected] |
operator<(const DLZone &right) const | DLZone | [virtual] |
operator=(const DLZone &right) | DLZone | [virtual] |
operator==(const DLZone &right) const | DLZone | [virtual] |
origin | DLZone | [protected] |
parentZone | DLZone | [protected] |
width | DLZone | [protected] |
zoneID | DLZone | [protected] |
zonePage | DLZone | [protected] |
zoneTags | DLZone | [protected] |
~DLZone() | DLZone | [virtual] |