|
Equalizer
1.2.1
|
The list of possible window systems. More...
#include <windowSystem.h>
Public Member Functions | |
| WindowSystem (std::string const &type) | |
| WindowSystem (const WindowSystemEnum type) | |
| bool | operator== (const WindowSystemEnum other) const |
| bool | operator!= (const WindowSystemEnum other) const |
| operator WindowSystemEnum () const | |
| std::string | getName () const |
| SystemWindow * | createWindow (Window *window) const |
| SystemPipe * | createPipe (Pipe *pipe) const |
| MessagePump * | createMessagePump () const |
| bool | setupFont (ObjectManager &gl, const void *key, const std::string &name, const uint32_t size) const |
| bool | operator== (const WindowSystem &other) const |
| bool | operator!= (const WindowSystem &other) const |
Static Public Member Functions | |
| static bool | supports (std::string const &type) |
| static void | configInit (Node *node) |
| static void | configExit (Node *node) |
The list of possible window systems.
Definition at line 68 of file windowSystem.h.
1.2.1 by
1.8.0