Public Member Functions | |
virtual string | getMnemonic ()=0 |
Get the descriptor of the default screen of this display. | |
virtual Ref< Connection > | newConnection ()=0 throw (NoDisplayException) |
Create a new connection to the default display for this implementation. |
Definition at line 87 of file implementation.H.
|
Get the descriptor of the default screen of this display.
Implemented in Archon::Display::ImplementationX11. |
|
Create a new connection to the default display for this implementation. On the X Window System this is a connection to the display mentioned in the DISPLAY environment variable (often the display of the local host.)
Implemented in Archon::Display::ImplementationX11. |