]>
Commit | Line | Data |
---|---|---|
dface61c JS |
1 | \section{\class{wxBitmapDataObject}}\label{wxbitmapdataobject} |
2 | ||
3 | wxBitmapDataObject is a specialization of wxDataObject for bitmaps. | |
4 | ||
5 | \wxheading{Derived from} | |
6 | ||
7 | \helpref{wxDataObject}{wxdataobject} | |
8 | ||
9 | \wxheading{See also} | |
10 | ||
11 | \helpref{wxDataObject}{wxdataobject}, \helpref{wxBitmap}{wxbitmap} | |
12 | ||
13 | \latexignore{\rtfignore{\wxheading{Members}}} | |
14 | ||
15 | \membersection{wxBitmapDataObject::wxBitmapDataObject}\label{wxbitmapdataobjectwxbitmapdataobject} | |
16 | ||
17 | \func{}{wxBitmapDataObject}{\void} | |
18 | ||
19 | Constructor. TODO: shouldn't there be a constructor taking a wxBitmap? | |
20 | ||
21 | \membersection{wxBitmapDataObject::GetFormat}\label{wxbitmapdataobjectgetformat} | |
22 | ||
23 | \func{virtual wxDataFormat}{GetFormat}{\void} | |
24 | ||
25 | Returns wxDF\_BITMAP. | |
26 | ||
27 | \membersection{wxBitmapDataObject::SetBitmap}\label{wxbitmapdataobjectsetbitmap} | |
28 | ||
29 | \func{virtual void}{SetBitmap}{\param{const wxBitmap\& }{bitmap}} | |
30 | ||
31 | Sets the bitmap for the data object. | |
32 | ||
33 | \membersection{wxBitmapDataObject::GetBitmap}\label{wxbitmapdataobjectgetbitmap} | |
34 | ||
35 | \constfunc{virtual wxBitmap}{GetBitmap}{\void} | |
36 | ||
37 | Returns the bitmap associated with the data object. | |
38 |