#include <fv_View.h>
Public Member Functions | |
| fv_PropCache (void) | |
| ~fv_PropCache (void) | |
| UT_uint32 | getTick (void) const |
| void | setTick (UT_uint32 iTick) |
| fl_ContainerLayout * | getCurrentCL (void) const |
| void | setCurrentCL (fl_ContainerLayout *pCL) |
| bool | isValid (void) const |
| const PP_PropertyVector & | getProps () const |
| void | fillProps (const PP_PropertyVector &props) |
| void | clearProps (void) |
Private Attributes | |
| UT_uint32 | m_iTick |
| PP_PropertyVector | m_props |
| fl_ContainerLayout * | m_pCurrentCL |
| fv_PropCache::fv_PropCache | ( | void | ) |
| fv_PropCache::~fv_PropCache | ( | void | ) |
References clearProps().
| void fv_PropCache::clearProps | ( | void | ) |
References m_props.
Referenced by FV_View::getBlockFormat(), FV_View::getCharFormat(), FV_View::getSectionFormat(), and ~fv_PropCache().
| void fv_PropCache::fillProps | ( | const PP_PropertyVector & | props | ) |
References m_props.
Referenced by FV_View::getBlockFormat(), FV_View::getCharFormat(), and FV_View::getSectionFormat().
| fl_ContainerLayout * fv_PropCache::getCurrentCL | ( | void | ) | const |
References m_pCurrentCL.
Referenced by FV_View::getBlockFormat().
| const PP_PropertyVector& fv_PropCache::getProps | ( | ) | const [inline] |
Referenced by FV_View::getBlockFormat(), FV_View::getCharFormat(), and FV_View::getSectionFormat().
| UT_uint32 fv_PropCache::getTick | ( | void | ) | const |
References m_iTick.
Referenced by FV_View::getBlockFormat(), FV_View::getCharFormat(), and FV_View::getSectionFormat().
| bool fv_PropCache::isValid | ( | void | ) | const [inline] |
Referenced by FV_View::getBlockFormat(), FV_View::getCharFormat(), and FV_View::getSectionFormat().
| void fv_PropCache::setCurrentCL | ( | fl_ContainerLayout * | pCL | ) |
References m_pCurrentCL.
Referenced by FV_View::getBlockFormat().
| void fv_PropCache::setTick | ( | UT_uint32 | iTick | ) |
References m_iTick.
Referenced by FV_View::getBlockFormat(), FV_View::getCharFormat(), and FV_View::getSectionFormat().
UT_uint32 fv_PropCache::m_iTick [private] |
fl_ContainerLayout* fv_PropCache::m_pCurrentCL [private] |
Referenced by getCurrentCL(), and setCurrentCL().
PP_PropertyVector fv_PropCache::m_props [private] |
Referenced by clearProps(), and fillProps().
1.7.1