#include <IWORKRecorder.h>
Classes | |
| struct | Impl |
Public Member Functions | |
| IWORKRecorder () | |
| void | replay (IWORKCollector &collector) const |
| void | collectStyle (const IWORKStylePtr_t &style) |
| void | setGraphicStyle (const IWORKStylePtr_t &style) |
| void | collectGeometry (const IWORKGeometryPtr_t &geometry) |
| void | collectPath (const IWORKPathPtr_t &path) |
| void | collectImage (const IWORKImagePtr_t &image) |
| void | collectLine (const IWORKLinePtr_t &line) |
| void | collectShape () |
| void | collectMedia (const IWORKMediaContentPtr_t &content) |
| void | collectStylesheet (const IWORKStylesheetPtr_t &stylesheet) |
| void | collectTable (const boost::shared_ptr< IWORKTable > &table) |
| void | collectText (const boost::shared_ptr< IWORKText > &text) |
| void | startGroup () |
| void | endGroup () |
| void | startLevel () |
| void | endLevel () |
| void | pushStylesheet (const IWORKStylesheetPtr_t &stylesheet) |
| void | popStylesheet () |
Private Attributes | |
| boost::shared_ptr< Impl > | m_impl |
| void libetonyek::IWORKRecorder::collectGeometry | ( | const IWORKGeometryPtr_t & | geometry | ) |
| void libetonyek::IWORKRecorder::collectImage | ( | const IWORKImagePtr_t & | image | ) |
| void libetonyek::IWORKRecorder::collectLine | ( | const IWORKLinePtr_t & | line | ) |
| void libetonyek::IWORKRecorder::collectMedia | ( | const IWORKMediaContentPtr_t & | content | ) |
| void libetonyek::IWORKRecorder::collectPath | ( | const IWORKPathPtr_t & | path | ) |
| void libetonyek::IWORKRecorder::collectStyle | ( | const IWORKStylePtr_t & | style | ) |
| void libetonyek::IWORKRecorder::collectStylesheet | ( | const IWORKStylesheetPtr_t & | stylesheet | ) |
| void libetonyek::IWORKRecorder::collectTable | ( | const boost::shared_ptr< IWORKTable > & | table | ) |
| void libetonyek::IWORKRecorder::collectText | ( | const boost::shared_ptr< IWORKText > & | text | ) |
| void libetonyek::IWORKRecorder::endGroup | ( | ) |
| void libetonyek::IWORKRecorder::endLevel | ( | ) |
| void libetonyek::IWORKRecorder::pushStylesheet | ( | const IWORKStylesheetPtr_t & | stylesheet | ) |
| void libetonyek::IWORKRecorder::replay | ( | IWORKCollector & | collector | ) | const |
| void libetonyek::IWORKRecorder::setGraphicStyle | ( | const IWORKStylePtr_t & | style | ) |
boost::shared_ptr<Impl> libetonyek::IWORKRecorder::m_impl [private] |