Add internal support for dxf format

test needed.
This commit is contained in:
Debao Zhang
2013-11-23 21:45:54 +08:00
parent 81316ecf6e
commit 2273a967a9
6 changed files with 419 additions and 282 deletions
+3 -2
View File
@@ -220,7 +220,7 @@ public:
bool operator != (const Format &format) const;
QVariant property(int propertyId) const;
void setProperty(int propertyId, const QVariant &value);
void setProperty(int propertyId, const QVariant &value, bool detach=true);
void clearProperty(int propertyId);
bool hasProperty(int propertyId) const;
@@ -239,6 +239,8 @@ private:
friend class ::FormatTest;
friend Q_XLSX_EXPORT QDebug operator<<(QDebug, const Format &f);
void fixNumberFormat(int id, const QString &format);
bool fontIndexValid() const;
int fontIndex() const;
void setFontIndex(int index);
@@ -265,7 +267,6 @@ private:
bool xfIndexValid() const;
int xfIndex() const;
void setXfIndex(int index);
bool isDxfFormat() const;
bool dxfIndexValid() const;
int dxfIndex() const;
void setDxfIndex(int index);