6#include <QtCore/QString>
93 virtual const QString&
GetName()
const = 0;
114 virtual void SetName(
const QString& name) = 0;
Interface for an object containing a name.
virtual const QString & GetName() const =0
Get the object name.
ChangeFlags
Data model change notification flags.
@ CF_RENAME
Name has been changed.
virtual bool IsNameFixed() const =0
Return true if the name is fixed (non-editable).
virtual void SetName(const QString &name)=0
Set the object name.
Common class for all classes which objects can be archived or restored from archive.
Contains interfaces and implementations of flexible parameter concept.