A provides access to all configurations of a Display. More...
#include </home/chochlik/devel/oglplus/include/eglplus/configs.hpp>
Public Member Functions | |
| Configs (const Display &display) | |
| Gets the configurations for the specified display. | |
| Configs (const Display &display, const FinishedConfigAttribs &attribs) | |
| Gets configurations matching the specified attribute values. | |
| ConfigRange | All (void) const |
| Returns a range of all supported configurations. | |
| bool | Empty (void) const |
| Returns true if there are no matching configs. | |
| Config | First (void) const |
| Returns the first config in this set of configurations. More... | |
A provides access to all configurations of a Display.
| Config eglplus::Configs::First | ( | void | ) | const |