#include <HOM_styles.h>
Definition at line 19 of file HOM_styles.h.
virtual HOM_styles::~HOM_styles |
( |
| ) |
|
|
inlinevirtual |
virtual void HOM_styles::addStyle |
( |
const char * |
name, |
|
|
const char * |
description, |
|
|
const char * |
stylesheet |
|
) |
| |
|
pure virtual |
virtual std::string HOM_styles::description |
( |
const char * |
style | ) |
|
|
pure virtual |
virtual std::string HOM_styles::errors |
( |
const char * |
style | ) |
|
|
pure virtual |
virtual bool HOM_styles::hasStyle |
( |
const char * |
name | ) |
|
|
pure virtual |
virtual void HOM_styles::removeAll |
( |
| ) |
|
|
pure virtual |
virtual void HOM_styles::removeStyle |
( |
const char * |
name | ) |
|
|
pure virtual |
virtual void HOM_styles::renameStyle |
( |
const char * |
old_name, |
|
|
const char * |
new_name |
|
) |
| |
|
pure virtual |
virtual void HOM_styles::reorderStyles |
( |
const std::vector< std::string > & |
names | ) |
|
|
pure virtual |
virtual std::vector<std::string> HOM_styles::styles |
( |
const char * |
pattern = NULL | ) |
|
|
pure virtual |
virtual std::string HOM_styles::stylesheet |
( |
const char * |
style | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: