KEYStyleContext()
Construct an empty context.
Definition: KEYStyleContext.cpp:16
Stack_t m_stack
Definition: KEYStyleContext.h:76
void push(const KEYStylePtr_t &style)
Push a style onto the active styles stack.
Definition: KEYStyleContext.cpp:21
void pop()
Pop a style from the active styles stack.
Definition: KEYStyleContext.cpp:26
std::deque< KEYStylePtr_t > Stack_t
The internal type of style stack.
Definition: KEYStyleContext.h:41
boost::any find(const std::string &property, bool lookInParent=false) const
Find the current value of property property.
Definition: KEYStyleContext.cpp:31
Representation of a dynamic inheritance of styles.
Definition: KEYStyleContext.h:34