#include <archon/display/connection.H>
Inheritance diagram for Archon::Display::Connection:
Public Member Functions | |
virtual Ref< Implementation > | getImplementation ()=0 |
Get the associated implementation. | |
virtual Ref< Screen > | getDefaultScreen ()=0 |
Get the descriptor of the default screen of this display. | |
virtual int | getNumberOfScreens ()=0 |
Get the number of screens associated with this display. | |
virtual Ref< Screen > | getScreen (int index)=0 throw (out_of_range) |
Get the descriptor of the specified screen. |
A display is an arbitrary collection of physical screens.
On the X Window System this is a wrapper around the Display structure of Xlib.
Definition at line 54 of file connection.H.
|
Get the descriptor of the default screen of this display.
Implemented in Archon::Display::ConnectionX11. |
|
Get the associated implementation.
Implemented in Archon::Display::ConnectionX11. |
|
Get the number of screens associated with this display.
Implemented in Archon::Display::ConnectionX11. |
|
Get the descriptor of the specified screen.
Implemented in Archon::Display::ConnectionX11. |