20 #ifndef ReferencedItem_h
21 #define ReferencedItem_h
ReferencedItem()
Constructor.
ReferencedItem & operator=(const ReferencedItem &src)
Invalidated assignment operator.
bool isSaved() const
Returns the information whether this item was already saved.
Helper base for things that are referenced and have to be saved only once.
virtual ~ReferencedItem()
Destructor.
void markSaved()
Marks the item as saved.
bool myWasSaved
Information whether the item was already saved.