#include <bcpixmap.h>
Public Member Functions | |
| BC_Pixmap (BC_WindowBase *parent_window, VFrame *frame, int mode=PIXMAP_OPAQUE, int icon_offset=0) | |
| BC_Pixmap (BC_WindowBase *parent_window, int w, int h) | |
| ~BC_Pixmap () | |
| void | resize (int w, int h) |
| void | copy_area (int x, int y, int w, int h, int x2, int y2) |
| int | write_drawable (Drawable &pixmap, int dest_x, int dest_y, int dest_w=-1, int dest_h=-1, int src_x=-1, int src_y=-1) |
| void | draw_vframe (VFrame *frame, int dest_x=0, int dest_y=0, int dest_w=-1, int dest_h=-1, int src_x=0, int src_y=0) |
| void | draw_pixmap (BC_Pixmap *pixmap, int dest_x=0, int dest_y=0, int dest_w=-1, int dest_h=-1, int src_x=0, int src_y=0) |
| int | get_w () |
| int | get_h () |
| int | get_w_fixed () |
| int | get_h_fixed () |
| Pixmap | get_pixmap () |
| Pixmap | get_alpha () |
| int | use_alpha () |
| int | use_opaque () |
Private Member Functions | |
| int | initialize (BC_WindowBase *parent_window, int w, int h, int mode) |
Private Attributes | |
| BC_WindowBase * | parent_window |
| BC_WindowBase * | top_level |
| Pixmap | opaque_pixmap |
| Pixmap | alpha_pixmap |
| void * | opaque_xft_draw |
| void * | alpha_xft_draw |
| int | w |
| int | h |
| int | mode |
| GC | alpha_gc |
| GC | copy_gc |
Friends | |
| class | BC_WindowBase |
Definition at line 13 of file bcpixmap.h.
|
||||||||||||||||||||
|
Definition at line 9 of file bcpixmap.C. |
|
||||||||||||||||
|
Definition at line 91 of file bcpixmap.C. |
|
|
Definition at line 97 of file bcpixmap.C. |
|
||||||||||||||||||||||||||||
|
Definition at line 192 of file bcpixmap.C. |
|
||||||||||||||||||||||||||||||||
|
Definition at line 280 of file bcpixmap.C. |
|
||||||||||||||||||||||||||||||||
|
Definition at line 260 of file bcpixmap.C. |
|
|
Definition at line 332 of file bcpixmap.C. |
|
|
Definition at line 312 of file bcpixmap.C. |
|
|
Definition at line 322 of file bcpixmap.C. |
|
|
Definition at line 327 of file bcpixmap.C. |
|
|
Definition at line 307 of file bcpixmap.C. |
|
|
Definition at line 317 of file bcpixmap.C. |
|
||||||||||||||||||||
|
Definition at line 111 of file bcpixmap.C. |
|
||||||||||||
|
Definition at line 168 of file bcpixmap.C. |
|
|
Definition at line 342 of file bcpixmap.C. |
|
|
Definition at line 337 of file bcpixmap.C. |
|
||||||||||||||||||||||||||||||||
|
Definition at line 206 of file bcpixmap.C. |
|
|
Definition at line 25 of file bcpixmap.h. |
|
|
Definition at line 71 of file bcpixmap.h. |
|
|
Definition at line 64 of file bcpixmap.h. |
|
|
Definition at line 68 of file bcpixmap.h. |
|
|
Definition at line 71 of file bcpixmap.h. |
|
|
Definition at line 69 of file bcpixmap.h. |
|
|
Definition at line 70 of file bcpixmap.h. |
|
|
Definition at line 64 of file bcpixmap.h. |
|
|
Definition at line 68 of file bcpixmap.h. |
|
|
Definition at line 62 of file bcpixmap.h. |
|
|
Definition at line 63 of file bcpixmap.h. |
|
|
Definition at line 69 of file bcpixmap.h. |
1.4.4