#include <IWORKPath.h>
Classes | |
| struct | Impl |
| struct | InvalidException |
Public Member Functions | |
| IWORKPath () | |
| IWORKPath (const std::string &path) | |
| IWORKPath (const IWORKPath &other) | |
| IWORKPath & | operator= (const IWORKPath &other) |
| void | swap (IWORKPath &other) |
| void | clear () |
| void | appendMoveTo (double x, double y) |
| void | appendLineTo (double x, double y) |
| void | appendCurveTo (double x1, double y1, double x2, double y2, double x, double y) |
| void | appendClose () |
| void | operator*= (const glm::dmat3 &tr) |
| Transform all elements of the path. | |
| const std::string | str () const |
| void | write (librevenge::RVNGPropertyListVector &vec) const |
| Create librevenge representation of this path. | |
Private Attributes | |
| boost::shared_ptr< Impl > | m_impl |
Friends | |
| bool | approxEqual (const IWORKPath &left, const IWORKPath &right, const double eps) |
Referenced by BOOST_FUSION_ADAPT_STRUCT().
| libetonyek::IWORKPath::IWORKPath | ( | const std::string & | path | ) | [explicit] |
| libetonyek::IWORKPath::IWORKPath | ( | const IWORKPath & | other | ) |
| void libetonyek::IWORKPath::appendClose | ( | ) |
Referenced by BOOST_FUSION_ADAPT_STRUCT(), and libetonyek::KEYCollector::drawTextBox().
| void libetonyek::IWORKPath::appendCurveTo | ( | double | x1, |
| double | y1, | ||
| double | x2, | ||
| double | y2, | ||
| double | x, | ||
| double | y | ||
| ) |
Referenced by BOOST_FUSION_ADAPT_STRUCT().
| void libetonyek::IWORKPath::appendLineTo | ( | double | x, |
| double | y | ||
| ) |
Referenced by BOOST_FUSION_ADAPT_STRUCT(), and libetonyek::KEYCollector::drawTextBox().
| void libetonyek::IWORKPath::appendMoveTo | ( | double | x, |
| double | y | ||
| ) |
Referenced by BOOST_FUSION_ADAPT_STRUCT(), and libetonyek::KEYCollector::drawTextBox().
| void libetonyek::IWORKPath::clear | ( | ) |
Referenced by BOOST_FUSION_ADAPT_STRUCT().
| void libetonyek::IWORKPath::operator*= | ( | const glm::dmat3 & | tr | ) |
Transform all elements of the path.
Referenced by BOOST_FUSION_ADAPT_STRUCT().
Referenced by BOOST_FUSION_ADAPT_STRUCT().
| const std::string libetonyek::IWORKPath::str | ( | ) | const |
Referenced by BOOST_FUSION_ADAPT_STRUCT().
| void libetonyek::IWORKPath::swap | ( | IWORKPath & | other | ) |
Referenced by BOOST_FUSION_ADAPT_STRUCT().
| void libetonyek::IWORKPath::write | ( | librevenge::RVNGPropertyListVector & | vec | ) | const |
Create librevenge representation of this path.
Referenced by BOOST_FUSION_ADAPT_STRUCT(), libetonyek::IWORKCollector::drawShape(), and libetonyek::KEYCollector::drawTextBox().
| bool approxEqual | ( | const IWORKPath & | left, |
| const IWORKPath & | right, | ||
| const double | eps | ||
| ) | [friend] |
boost::shared_ptr<Impl> libetonyek::IWORKPath::m_impl [private] |
Referenced by BOOST_FUSION_ADAPT_STRUCT().