|
| theme_info (const theme_info &)=delete |
|
void | operator= (const theme_info &)=delete |
|
| theme_info () |
| construct
|
|
| ~theme_info () |
| destruct
|
|
void | index (int index) |
|
int | index () const |
|
bool | is_dark () const |
|
int | spacing () const |
|
void | spacing (int i) |
|
float | scaling () const |
|
void | scaling (float f) |
|
| DEF_COLOR_MEMBER_METHODS (background) |
|
| DEF_COLOR_MEMBER_METHODS (group) |
|
| DEF_COLOR_MEMBER_METHODS (control) |
|
| DEF_COLOR_MEMBER_METHODS (border) |
|
| DEF_COLOR_MEMBER_METHODS (text) |
|
| DEF_COLOR_MEMBER_METHODS (text_background) |
|
| DEF_COLOR_MEMBER_METHODS (selection) |
|
| DEF_COLOR_MEMBER_METHODS (highlight) |
|
| DEF_COLOR_MEMBER_METHODS (warning) |
|
| DEF_COLOR_MEMBER_METHODS (shadow) |
|
void | notify_observers () const |
|
Definition at line 26 of file theme_info.h.
◆ theme_info()
cgv::gui::theme_info::theme_info |
( |
| ) |
|
◆ ~theme_info()
cgv::gui::theme_info::~theme_info |
( |
| ) |
|
|
inline |
◆ index() [1/2]
int cgv::gui::theme_info::index |
( |
| ) |
const |
|
inline |
◆ index() [2/2]
void cgv::gui::theme_info::index |
( |
int |
index | ) |
|
|
inline |
◆ instance()
◆ is_dark()
bool cgv::gui::theme_info::is_dark |
( |
| ) |
const |
◆ notify_observers()
void cgv::gui::theme_info::notify_observers |
( |
| ) |
const |
◆ scaling() [1/2]
float cgv::gui::theme_info::scaling |
( |
| ) |
const |
|
inline |
◆ scaling() [2/2]
void cgv::gui::theme_info::scaling |
( |
float |
f | ) |
|
|
inline |
◆ spacing() [1/2]
int cgv::gui::theme_info::spacing |
( |
| ) |
const |
|
inline |
◆ spacing() [2/2]
void cgv::gui::theme_info::spacing |
( |
int |
i | ) |
|
|
inline |
◆ background_col
rgb cgv::gui::theme_info::background_col |
|
protected |
◆ border_col
rgb cgv::gui::theme_info::border_col |
|
protected |
◆ control_col
rgb cgv::gui::theme_info::control_col |
|
protected |
◆ group_col
rgb cgv::gui::theme_info::group_col |
|
protected |
◆ highlight_col
rgb cgv::gui::theme_info::highlight_col |
|
protected |
◆ index_
int cgv::gui::theme_info::index_ = -1 |
|
protected |
◆ on_change
cgv::signal::signal<const theme_info&> cgv::gui::theme_info::on_change |
◆ scaling_
float cgv::gui::theme_info::scaling_ = 1.0f |
|
protected |
◆ selection_col
rgb cgv::gui::theme_info::selection_col |
|
protected |
◆ shadow_col
rgb cgv::gui::theme_info::shadow_col |
|
protected |
◆ spacing_
int cgv::gui::theme_info::spacing_ = 1 |
|
protected |
◆ text_background_col
rgb cgv::gui::theme_info::text_background_col |
|
protected |
◆ text_col
rgb cgv::gui::theme_info::text_col |
|
protected |
◆ warning_col
rgb cgv::gui::theme_info::warning_col |
|
protected |
The documentation for this class was generated from the following files: