#include <rendering.h>
Public Member Functions | |
animated (T def, std::chrono::system_clock::duration duration=std::chrono::milliseconds(200)) | |
T | get () const |
operator T () const | |
animated & | operator= (const T &other) |
T | value () const |
Private Attributes | |
std::chrono::system_clock::duration | _duration |
std::chrono::system_clock::time_point | _last_update |
T | _new |
T | _old |
Definition at line 1535 of file rendering.h.
|
inline |
Definition at line 1542 of file rendering.h.
|
inline |
Definition at line 1558 of file rendering.h.
|
inline |
Definition at line 1567 of file rendering.h.
|
inline |
Definition at line 1548 of file rendering.h.
|
inline |
Definition at line 1568 of file rendering.h.
|
private |
Definition at line 1540 of file rendering.h.
|
private |
Definition at line 1539 of file rendering.h.
|
private |
Definition at line 1538 of file rendering.h.
|
private |
Definition at line 1538 of file rendering.h.