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
|
<html><head><TITLE>Bitmap</TITLE></head>
<body>
<H2><A HREF ="#DOC.DOCU" > <IMG BORDER=0 SRC=down.gif></A> class Bitmap </H2><BLOCKQUOTE>
datatype for storing an X bitmap.
</BLOCKQUOTE>
<hr>
<DL>
<TABLE>
<DT><h3>Public Fields</h3><DD><TR><TD VALIGN=top><A HREF="#DOC.26.1"> <IMG BORDER=0 SRC=icon1.gif></A> int </TD><TD><B>xbm_width</B> <br>
<I> width in pixels.</I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.26.2"> <IMG BORDER=0 SRC=icon1.gif></A> int </TD><TD><B>xbm_height</B> <br>
<I> height in pixels.</I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.26.3"> <IMG BORDER=0 SRC=icon1.gif></A> unsigned char* </TD><TD><B>xbm_bits</B> <br>
<I> bit string.</I>
</TD></TR></TABLE><TABLE>
<DT><h3>Public Methods</h3><DD><TR><TD VALIGN=top><A HREF="#DOC.26.4"> <IMG BORDER=0 SRC=icon1.gif></A> Pixmap </TD><TD><B>CreatePixmap</B> (Widget w, Display *display) const <br>
<I> returns a color pixmap from the bitmap.</I>
</TD></TR><TR><TD VALIGN=top><A HREF="#DOC.26.5"> <IMG BORDER=0 SRC=icon1.gif></A> Pixmap </TD><TD><B>GetBitmap</B> (Widget w, Display *display) const <br>
<I> returns the bitmap as pixmap.</I>
</TD></TR></TABLE></DL>
<A NAME="DOC.DOCU">
<hr>
<h2> Documentation </h2>
<BLOCKQUOTE>
datatype for storing an X bitmap.
</BLOCKQUOTE>
<DL>
<A NAME="xbm_width">
<A NAME ="DOC.26.1">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> int xbm_width</B></TT>
<DD> width in pixels.
<DL></DL><P>
<A NAME="xbm_height">
<A NAME ="DOC.26.2">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> int xbm_height</B></TT>
<DD> height in pixels.
<DL></DL><P>
<A NAME="xbm_bits">
<A NAME ="DOC.26.3">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> unsigned char* xbm_bits</B></TT>
<DD> bit string.
<DL></DL><P>
<A NAME="CreatePixmap">
<A NAME ="DOC.26.4">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> Pixmap CreatePixmap(Widget w, Display *display) const </B></TT>
<DD> returns a color pixmap from the bitmap.
<DL></DL><P>
<A NAME="GetBitmap">
<A NAME ="DOC.26.5">
<DT><IMG BORDER=0 SRC=icon2.gif><TT><B> Pixmap GetBitmap(Widget w, Display *display) const </B></TT>
<DD> returns the bitmap as pixmap.
<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ö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>
|