Represents a hierarchical style. More...
#include <KEYStyle.h>
Public Member Functions | |
virtual | ~KEYStyle ()=0 |
virtual bool | link (const KEYStylesheetPtr_t &stylesheet)=0 |
Find the parent style by its ID. More... | |
virtual void | flatten ()=0 |
Copy attributes from parent style (recursively). More... | |
virtual const KEYPropertyMap & | getPropertyMap () const =0 |
Get the style's property map. More... | |
Represents a hierarchical style.
|
pure virtual |
|
pure virtual |
Copy attributes from parent style (recursively).
Implemented in libetonyek::KEYStyleBase.
|
pure virtual |
Get the style's property map.
Implemented in libetonyek::KEYStyleBase.
|
pure virtual |
Find the parent style by its ID.
true
if the parent style has been found, false
otherwise. Implemented in libetonyek::KEYStyleBase.
Referenced by libetonyek::KEYCollectorBase::collectStylesheet().