6#include <QtCore/QByteArray>
46 virtual int GetA()
const = 0;
51 virtual bool SetA(
int a) = 0;
56 virtual QByteArray
GetB()
const = 0;
61 virtual void SetB(
const QByteArray& b) = 0;
Interface for contraints of A.
ChangeFlags
Flags for changes indentification.
@ CF_A_CHANGED
State of A was changed.
@ CF_B_CHANGED
State of B was changed.
virtual int GetA() const =0
Get the values of A.
virtual QByteArray GetB() const =0
Get the value of B.
virtual bool SetA(int a)=0
Set the value of A.
virtual void SetB(const QByteArray &b)=0
Set the value of B.
virtual const IAConstraints & GetAConstraints() const =0
Get constraints of A.
Common class for all classes which objects can be archived or restored from archive.