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