- Your Widget Set For OpenGL
#include <ucontextgroup.hpp>
Inheritance diagram for ufo::UContextGroup:

Public Member Functions | |
| std::vector< UContext * > | getContexts () |
| bool | belongsToGroup (UContext *context) |
| void | refresh () |
| uint32_t | getLastRefreshTime () const |
| void | addVolatileData (UVolatileData *vdata) |
| void | removeVolatileData (UVolatileData *vdata) |
| void | addContext (UContext *context) |
| void | removeContext (UContext *context) |
|
|
Returns true if the given context belongs to this groups. |
|
|
Returns all contexts which belong to this context groups. |
|
|
Gets the time stamp of the last refresh. This may be used to avoid unnecessary refreshes. |
|
|
Should be called when the (OpenGL) data should be refreshed. Refreshes all registered contexts. |