#include <fv_View.h>
Public Member Functions | |
| fv_PropCache (void) | |
| ~fv_PropCache (void) | |
| UT_uint32 | getTick (void) const |
| void | setTick (UT_uint32 iTick) |
| bool | isValid (void) const |
| const gchar ** | getCopyOfProps (void) const |
| void | fillProps (UT_uint32 numProps, const gchar **props) |
| void | clearProps (void) |
Private Attributes | |
| UT_uint32 | m_iTick |
| UT_uint32 | m_iNumProps |
| gchar ** | m_pszProps |
| fv_PropCache::fv_PropCache | ( | void | ) |
| fv_PropCache::~fv_PropCache | ( | void | ) |
References clearProps().
| void fv_PropCache::clearProps | ( | void | ) |
References FREEP, m_iNumProps, m_pszProps, and xxx_UT_DEBUGMSG.
Referenced by FV_View::getBlockFormat(), FV_View::getCharFormat(), FV_View::getSectionFormat(), and ~fv_PropCache().
| void fv_PropCache::fillProps | ( | UT_uint32 | numProps, | |
| const gchar ** | props | |||
| ) |
References gchar, m_iNumProps, m_pszProps, UT_ASSERT, UT_calloc(), and xxx_UT_DEBUGMSG.
Referenced by FV_View::getBlockFormat(), FV_View::getCharFormat(), and FV_View::getSectionFormat().
| const gchar ** fv_PropCache::getCopyOfProps | ( | void | ) | const |
References gchar, m_iNumProps, m_pszProps, UT_ASSERT, UT_calloc(), and xxx_UT_DEBUGMSG.
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 |
References m_iNumProps, m_pszProps, UT_ASSERT, and xxx_UT_DEBUGMSG.
Referenced by FV_View::getBlockFormat(), FV_View::getCharFormat(), and FV_View::getSectionFormat().
| 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_iNumProps [private] |
Referenced by clearProps(), fillProps(), getCopyOfProps(), and isValid().
UT_uint32 fv_PropCache::m_iTick [private] |
gchar** fv_PropCache::m_pszProps [private] |
Referenced by clearProps(), fillProps(), getCopyOfProps(), and isValid().
1.7.1