Virtual U.org
Get Personal Training on VU Today
    
Top shadow
 
 register/help
User Name:

Password:

BitmapW class Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

BitmapW Class Reference

#include <OBITMAPW.H>

List of all members.

Public Methods

void init (short w, short h)
short get_width ()
short get_height ()
short get_pitch ()
short get_true_pitch ()
short * get_ptr ()
short * get_ptr (short x, short y)
long size ()

Static Public Methods

BitmapW * mem_add_bitmap (short w, short h)
long size (short w, short h)

Public Attributes

short width_field
short height_field
short bitmap [1]


Detailed Description

UI classes for drawing bitmap images. Not sure of the difference between Bitmap and BitmapW.

Definition at line 9 of file OBITMAPW.H.


Member Function Documentation

short BitmapW::get_height   [inline]
 

Definition at line 22 of file OBITMAPW.H.

References height_field.

short BitmapW::get_pitch  
 

Definition at line 17 of file OBITMAPW.CPP.

References width_field.

Referenced by Blob2DW::auto_clip(), Blob2DW::buf_pitch(), and Blob2DW::resize().

short * BitmapW::get_ptr short    x,
short    y
 

Definition at line 32 of file OBITMAPW.CPP.

References bitmap, and width_field.

short* BitmapW::get_ptr   [inline]
 

Definition at line 26 of file OBITMAPW.H.

References bitmap.

Referenced by Blob2DW::auto_clip(), Blob2DW::fill_area(), Blob2DW::p(), and Blob2DW::resize().

short BitmapW::get_true_pitch  
 

Definition at line 25 of file OBITMAPW.CPP.

References width_field.

Referenced by Blob2DW::buf_true_pitch(), Blob2DW::fill_area(), and Blob2DW::resize().

short BitmapW::get_width   [inline]
 

Definition at line 21 of file OBITMAPW.H.

References width_field.

void BitmapW::init short    w,
short    h
 

Definition at line 8 of file OBITMAPW.CPP.

References height_field, and width_field.

Referenced by Blob2DW::Blob2DW(), Blob2DW::clear(), mem_add_bitmap(), and Blob2DW::resize().

BitmapW * BitmapW::mem_add_bitmap short    w,
short    h
[static]
 

Definition at line 56 of file OBITMAPW.CPP.

References bitmap, init(), mem_add, and size().

long BitmapW::size short    w,
short    h
[static]
 

Definition at line 48 of file OBITMAPW.CPP.

long BitmapW::size  
 

Definition at line 40 of file OBITMAPW.CPP.

References height_field, and width_field.

Referenced by Blob2DW::auto_clip(), Vga::blt_buf(), UserInterface::create_button_bitmap(), Matrix::init(), mem_add_bitmap(), Blob2DW::operator=(), VgaBuf::put_large_bitmapW(), and Blob2DW::resize().


Member Data Documentation

short BitmapW::bitmap[1]
 

Definition at line 13 of file OBITMAPW.H.

Referenced by Blob2DW::buf_ptr(), get_ptr(), and mem_add_bitmap().

short BitmapW::height_field
 

Definition at line 12 of file OBITMAPW.H.

Referenced by get_height(), init(), and size().

short BitmapW::width_field
 

Definition at line 11 of file OBITMAPW.H.

Referenced by get_pitch(), get_ptr(), get_true_pitch(), get_width(), init(), and size().


The documentation for this class was generated from the following files:
Generated on Fri Aug 23 01:39:00 2002 for VirtualU by doxygen1.2.17