OFCondition write(DcmItem &dset)
writes the list of text objects managed by this object to a DICOM dataset.
DVPSTextObject_PList & operator=(const DVPSTextObject_PList &)
private undefined assignment operator
the list of text objects contained in a presentation state (internal use only).
an item of the text object sequence in a presentation state (internal use only).
DVPSTextObject * removeTextObject(size_t idx)
returns a pointer to the text object with the given index (or NULL if it does not exist) and removes ...
void clear()
reset the object to initial state.
DVPSTextObject * getTextObject(size_t idx)
returns a pointer to the text object with the given index or NULL if it does not exist.
size_t size() const
get number of text objects in this list.
virtual ~DVPSTextObject_PList()
destructor
OFCondition read(DcmItem &dset)
reads a list of text objects from a DICOM dataset.
DVPSTextObject_PList * clone()
clone method.
void addTextObject(DVPSTextObject *text)
adds the given text object to the list of text objects managed by this object.
OFList< DVPSTextObject * > list_
the list maintained by this object