|
| styles (std::ostream &a_out) |
|
virtual | ~styles () |
|
| styles (const styles &a_from) |
|
styles & | operator= (const styles &a_from) |
|
std::ostream & | out () const |
|
const sg::cmaps_t & | cmaps () const |
|
sg::cmaps_t & | cmaps () |
|
const std::vector< named_style_t > & | named_styles () const |
|
std::vector< named_style_t > & | named_styles () |
|
const std::vector< alias_t > & | aliases () const |
|
std::vector< alias_t > & | aliases () |
|
const style_t * | find_style (const std::string &a_name) const |
|
void | find_styles (const std::string &a_pattern, std::vector< std::string > &a_v) const |
|
void | add_style (const std::string &a_name, const style_t &a_style) |
|
void | remove_styles (const std::string &a_pattern) |
|
void | append (const styles &a_from) |
|
bool | is_alias (const std::string &a_wanted, std::string &a_style) const |
|
template<class T > |
bool | res_value (const style_t &a_sty, const std::string &a_key, T &a_v, const std::string &a_msg) const |
|
template<class T > |
bool | res_value (const std::string &a_style, const std::string &a_key, T &a_v) const |
|
bool | res_color (const style_t &a_sty, const std::string &a_key, colorf &a_color, const std::string &a_msg) const |
|
bool | res_color (const std::string &a_style, const std::string &a_key, colorf &a_color) const |
|
bool | res_bool (const style_t &a_sty, const std::string &a_key, bool &a_v, const std::string &a_msg) const |
|
bool | res_bool (const std::string &a_style, const std::string &a_key, bool &a_v) const |
|
template<class T > |
bool | res_sg_style (const std::string &a_style, T &a_sg_style) const |
|
bool | find_colormap (const std::string &a_name, cmap_t &a_cmap) const |
|
void | add_colormap (const std::string &a_name, const cmap_t &a_cmap) |
|
void | find_plotter_styles (std::vector< std::string > &a_v) const |
|
void | dump () |
|
bool | print_plotter_style (std::ostream &a_out, const std::string &a_style) |
|
void | list_plotter_styles (std::ostream &a_out) |
|
Definition at line 17 of file styles.