#include <theme.hpp>
Public Member Functions | |
slider () | |
slider (const config &cfg) | |
const std::string & | title () const |
const std::string & | tooltip () const |
const std::string & | image () const |
const std::string & | overlay () const |
bool | black_line () const |
void | set_title (const std::string &new_title) |
Public Member Functions inherited from theme::object | |
object () | |
object (const config &cfg) | |
virtual | ~object () |
SDL_Rect & | location (const SDL_Rect &screen) const |
const SDL_Rect & | get_location () const |
const std::string & | get_id () const |
void | modify_location (const _rect &rect) |
void | modify_location (std::string rect_str, SDL_Rect rect_ref) |
Private Attributes | |
std::string | title_ |
std::string | tooltip_ |
std::string | image_ |
std::string | overlay_ |
bool | black_line_ |
Additional Inherited Members | |
Public Types inherited from theme::object | |
enum | ANCHORING { FIXED, TOP_ANCHORED, PROPORTIONAL, BOTTOM_ANCHORED } |
|
inline |
Definition at line 219 of file theme.hpp.
References black_line_.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 224 of file theme.hpp.
Referenced by black_line().
|
private |
|
private |
|
private |
Definition at line 223 of file theme.hpp.
Referenced by set_title(), and title().
|
private |