Cleanup classes that are moved to ACL
[AXE.git] / doc / display.html
1 <HTML>
2 <HEAD>
3    <TITLE>display - X display connection</TITLE>
4 </HEAD>
5 <BODY BGCOLOR="#FFFFFF">
6
7 <H1>display class</H1>
8
9 <HR>
10 <H2> NAME</H2>
11
12 <P>display - X display connection </P>
13
14 <H2>SYNOPSIS</H2>
15
16 class display
17
18 <H2>DESCRIPTION</H2>
19
20 A display object maintains the connection to the X workstation. The
21 library contains one such object, stddpy which is connected to the default
22 display.
23
24 <table>
25 <tr><th colspan=2>Operators</th></tr>
26    
27 <tr>
28     <td><a href="display_op_RSHFT.html">operator &gt;&gt;</a>
29     <td>Read an event from the display connection
30 <tr>
31     <td><a href="display_op_Display.html">operator Display *</a>
32     <td>Convert to an X Display pointer
33    
34 <tr><th colspan=2>Member functions</th></tr>
35
36 <tr>
37    <td width=150><a href="display_display.html">display</a></td>
38    <td>display contructors and destructors</td>
39 <tr>
40    <td width=150><a href="display_Root.html">Root</a></td>
41    <td>Determine default root window</td>
42 <tr>
43    <td width=150><a href="display_White.html">White</a></td>
44    <td>Determine the white pixel value</td>
45 <tr>
46    <td width=150><a href="display_Black.html">Black</a></td>
47    <td>Determine the black pixel value</td>
48 <tr>
49    <td width=150><a href="display_ColMap.html">ColMap</a></td>
50    <td>Determine default color map</td>
51 </table>
52    
53
54 <H2>SEE ALSO</H2>
55
56 <H2>DIAGNOSTICS</H2>
57
58 </BODY>
59 </HTML>