File: MouseCursor.html

package info (click to toggle)
tcm 2.20%2BTSQD-4.2
  • links: PTS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 20,168 kB
  • ctags: 17,471
  • sloc: ansic: 78,531; sh: 3,666; makefile: 1,345; perl: 753; yacc: 558; lex: 260
file content (90 lines) | stat: -rwxr-xr-x 4,069 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<html><head><TITLE>MouseCursor</TITLE></head>
<body>
<H2><A HREF ="#DOC.DOCU" > <IMG BORDER=0 SRC=down.gif></A>  class  MouseCursor  </H2><BLOCKQUOTE>
 functions to set mouse cursor to different shapes.
</BLOCKQUOTE>
<hr>

<DL>
<TABLE>
<DT><h3>Public Fields</h3><DD><TR><TD VALIGN=top><A HREF="#DOC.233.2"> <IMG BORDER=0 SRC=icon1.gif></A> static  const  int </TD><TD><B>WATCH</B> <br>
<I> cursor shapes.</I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.233.3"> <IMG BORDER=0 SRC=icon1.gif></A> static  const  int </TD><TD><B>LEFT_PTR</B> <br>
<I></I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.233.4"> <IMG BORDER=0 SRC=icon1.gif></A> static  const  int </TD><TD><B>PLUS</B> <br>
<I></I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.233.5"> <IMG BORDER=0 SRC=icon1.gif></A> static  const  int </TD><TD><B>TERM</B> <br>
<I></I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.233.6"> <IMG BORDER=0 SRC=icon1.gif></A> static  const  int </TD><TD><B>FLEUR</B> <br>
<I></I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.233.7"> <IMG BORDER=0 SRC=icon1.gif></A> static  const  int </TD><TD><B>H_DOUBLE_ARROW</B> <br>
<I></I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.233.8"> <IMG BORDER=0 SRC=icon1.gif></A> static  const  int </TD><TD><B>V_DOUBLE_ARROW</B> <br>
<I></I>
</TD></TR></TABLE><TABLE>
<DT><h3>Public Methods</h3><DD><TR><TD VALIGN=top><A HREF="#DOC.233.1"> <IMG BORDER=0 SRC=icon1.gif></A> </TD><TD><B>MouseCursor</B> (Widget w)<br>
<I></I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.233.9"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>Set</B> (int cursorNum)<br>
<I> change the cursor to cursorNum (see /usr/include/X11/cursorfont.h).</I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.233.10"> <IMG BORDER=0 SRC=icon1.gif></A> void </TD><TD><B>SetSize</B> (int place)<br>
<I> change the cursor to a resize cursor depending on the place.</I>
</TD></TR></TABLE></DL>
<A NAME="DOC.DOCU">
<hr>
 <h2> Documentation </h2>
<BLOCKQUOTE>
 functions to set mouse cursor to different shapes.

</BLOCKQUOTE>
<DL>

<A NAME="MouseCursor">
<A NAME ="DOC.233.1">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B>  MouseCursor(Widget w)</B></TT>
<DL></DL><P>
<A NAME="WATCH">
<A NAME ="DOC.233.2">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> static  const  int  WATCH</B></TT>
<DD> cursor shapes.
<DL></DL><P>
<A NAME="LEFT_PTR">
<A NAME ="DOC.233.3">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> static  const  int  LEFT_PTR</B></TT>
<DL></DL><P>
<A NAME="PLUS">
<A NAME ="DOC.233.4">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> static  const  int  PLUS</B></TT>
<DL></DL><P>
<A NAME="TERM">
<A NAME ="DOC.233.5">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> static  const  int  TERM</B></TT>
<DL></DL><P>
<A NAME="FLEUR">
<A NAME ="DOC.233.6">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> static  const  int  FLEUR</B></TT>
<DL></DL><P>
<A NAME="H_DOUBLE_ARROW">
<A NAME ="DOC.233.7">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> static  const  int  H_DOUBLE_ARROW</B></TT>
<DL></DL><P>
<A NAME="V_DOUBLE_ARROW">
<A NAME ="DOC.233.8">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> static  const  int  V_DOUBLE_ARROW</B></TT>
<DL></DL><P>
<A NAME="Set">
<A NAME ="DOC.233.9">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  Set(int cursorNum)</B></TT>
<DD> change the cursor to cursorNum (see /usr/include/X11/cursorfont.h).
<DL></DL><P>
<A NAME="SetSize">
<A NAME ="DOC.233.10">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> void  SetSize(int place)</B></TT>
<DD> change the cursor to a resize cursor depending on the place.
<DL></DL><P></DL>
<hr>
 <DL><DT><B>This class has no child classes.</B></DL>
<DL></DL><P><I><A HREF="aindex.html"> alphabetic index</A></I>  <I><A HREF="HIER.html"> hierarchy of classes</A></I><P><hr>
<A HREF="http://www.zib.de/Visual/software/doc++/index.html"><IMG BORDER=0 ALIGN=RIGHT SRC=logo.gif></A>
<P Align=Center><I>this page has been generated automatically by doc++</I>
<P Align=Center><I>(c)opyright by <A HREF="http://www.zib.de/zoeckler/"> Malte  Z&ouml;ckler</A>, <A HREF="mailto:wunderling@zib.de"> Roland Wunderling </A><br>contact: <A HREF="mailto:doc++@zib.de"> doc++@zib.de</a></I>
</BODY>