6#include <i2d/CRectangle.h>
13class CImageRectangle:
public i2d::CRectangle
16 typedef i2d::CRectangle BaseClass;
18 virtual QString GetImagePath()
const;
19 virtual void SetImagePath(
const QString& imagePath);
22 virtual bool Serialize(iser::IArchive& archive)
override;
25 virtual int GetSupportedOperations()
const override;
26 virtual bool CopyFrom(
const IChangeable&
object, CompatibilityMode mode = CM_WITHOUT_REFS)
override;
27 virtual bool IsEqual(
const IChangeable&
object)
const override;
28 virtual istd::IChangeableUniquePtr CloneMe(CompatibilityMode mode = CM_WITHOUT_REFS)
const override;
29 virtual bool ResetData(CompatibilityMode mode = CM_WITHOUT_REFS)
override;