#include <uvolatiledata.hpp>
Inheritance diagram for ufo::UVolatileData:
Public Member Functions | |
UVolatileData (UDisplay *display=NULL) | |
virtual void | refresh ()=0 |
UDisplay * | getDisplay () const |
bool | needsRefresh () const |
uint32_t | getLastRefreshTime () const |
Protected Member Functions | |
void | setDisplay (UDisplay *display) |
void | updateRefreshTime () |
|
Returns the context group which stores the volatile data. |
|
Returns the time stamp of the last refresh. |
|
Returns true when the volatile data needs a refresh. |
|
Sets the context group. |
|
Updates the time stamp. Should be called at a call to refresh. |