diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2014-02-04 13:39:05 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2014-02-04 13:42:27 +0100 |
commit | 964e948d1cf5359ec30863fa77983a6ebe983ca2 (patch) | |
tree | 79a8168f0f664c9af30e7809df7571fd1af65f56 /src/lib/VSDCollector.h | |
parent | e6784950aa4ce27414de5fef419bdf5a4a9c4c14 (diff) |
Some other ideas about handling the theminglibvisio-0.0
(cherry picked from commit 3e4d354f8fa163548d710fb87b5d8e18b531229c)
Conflicts:
src/lib/VSDContentCollector.cpp
src/lib/VSDStyles.cpp
Change-Id: Iec8c5f49827ee2b18ddf97d37077b2f0798a0685
Diffstat (limited to 'src/lib/VSDCollector.h')
-rw-r--r-- | src/lib/VSDCollector.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/VSDCollector.h b/src/lib/VSDCollector.h index af47078..f42be89 100644 --- a/src/lib/VSDCollector.h +++ b/src/lib/VSDCollector.h @@ -60,6 +60,8 @@ public: const boost::optional<unsigned char> &fillPattern, const boost::optional<double> &fillFGTransparency, const boost::optional<double> &fillBGTransparency, const boost::optional<unsigned char> &shadowPattern, const boost::optional<Colour> &shfgc) = 0; + virtual void collectThemeReference(unsigned level, const boost::optional<long> &lineColour, const boost::optional<long> &fillColour, + const boost::optional<long> &shadowColour, const boost::optional<long> &fontColour) = 0; virtual void collectGeometry(unsigned id, unsigned level, bool noFill, bool noLine, bool noShow) = 0; virtual void collectMoveTo(unsigned id, unsigned level, double x, double y) = 0; virtual void collectLineTo(unsigned id, unsigned level, double x, double y) = 0; @@ -150,6 +152,9 @@ public: const boost::optional<unsigned char> &verticalAlign, const boost::optional<bool> &isBgFilled, const boost::optional<Colour> &bgColour, const boost::optional<double> &defaultTabStop, const boost::optional<unsigned char> &textDirection) = 0; + virtual void collectStyleThemeReference(unsigned level, const boost::optional<long> &lineColour, const boost::optional<long> &fillColour, + const boost::optional<long> &shadowColour, const boost::optional<long> &fontColour) = 0; + // Field list virtual void collectFieldList(unsigned id, unsigned level) = 0; virtual void collectTextField(unsigned id, unsigned level, int nameId, int formatStringId) = 0; |