#include <KEY1Dictionary.h>
Public Member Functions | |
| StyleContext () | |
| void | storeStyle (IWORKStylePtr_t style, bool definition) |
| store a style More... | |
| void | link (const StyleContext &parentContext) |
| link all style to their parent More... | |
Public Attributes | |
| IWORKStylePtr_t | m_style |
| std::deque< IWORKStylePtr_t > | m_styles |
| libetonyek::KEY1Dictionary::StyleContext::StyleContext | ( | ) |
| void libetonyek::KEY1Dictionary::StyleContext::link | ( | const StyleContext & | parentContext | ) |
link all style to their parent
| void libetonyek::KEY1Dictionary::StyleContext::storeStyle | ( | IWORKStylePtr_t | style, |
| bool | definition | ||
| ) |
| IWORKStylePtr_t libetonyek::KEY1Dictionary::StyleContext::m_style |
Referenced by link().
| std::deque<IWORKStylePtr_t> libetonyek::KEY1Dictionary::StyleContext::m_styles |