#include <theme.hpp>
Definition at line 164 of file theme.hpp.
◆ action() [1/2]
theme::action::action |
( |
| ) |
|
◆ action() [2/2]
theme::action::action |
( |
std::size_t |
sw, |
|
|
std::size_t |
sh, |
|
|
const config & |
cfg |
|
) |
| |
|
explicit |
◆ image()
const std::string& theme::action::image |
( |
| ) |
const |
|
inline |
◆ is_context()
bool theme::action::is_context |
( |
| ) |
const |
|
inline |
◆ items()
const std::vector<std::string>& theme::action::items |
( |
| ) |
const |
|
inline |
◆ location()
rect & theme::object::location |
◆ overlay()
const std::string& theme::action::overlay |
( |
| ) |
const |
|
inline |
◆ set_title()
void theme::action::set_title |
( |
const std::string & |
new_title | ) |
|
|
inline |
◆ title()
const std::string& theme::action::title |
( |
| ) |
const |
|
inline |
◆ tooltip()
const std::string theme::action::tooltip |
( |
std::size_t |
index | ) |
const |
◆ type()
const std::string& theme::action::type |
( |
| ) |
const |
|
inline |
◆ auto_tooltip_
bool theme::action::auto_tooltip_ |
|
private |
◆ context_
bool theme::action::context_ |
|
private |
◆ image_
std::string theme::action::image_ |
|
private |
◆ items_
std::vector<std::string> theme::action::items_ |
|
private |
◆ overlay_
std::string theme::action::overlay_ |
|
private |
◆ title_
std::string theme::action::title_ |
|
private |
◆ tooltip_
std::string theme::action::tooltip_ |
|
private |
◆ tooltip_name_prepend_
bool theme::action::tooltip_name_prepend_ |
|
private |
◆ type_
std::string theme::action::type_ |
|
private |
The documentation for this class was generated from the following files: