ICPlus | classes |
class ICBitmap | ^ |
Icon Plus generic bitmap class.
The ICBitmap class creates and manages a bitmap image.
- Source:
- ../ic_bitmap.h:55
- Author:
- Dmitry A Steklenev
- Version:
- unknown
Contents | ^ |
Entity Type Scope Short Description size_type typedef public An unsigned integral type. ICBitmap constructor public Constructs the empty generic bitmap. ICBitmap constructor public Constructs the generic bitmap. ICBitmap constructor public Constructs the generic bitmap from another bitmap object. ~ICBitmap destructor public Destructs the generic bitmap. size method public Returns the bitmap size in bytes. padded_size method public Returns the padded bitmap size in bytes. width method public Returns the bitmap width in pixels. height method public Returns the bitmap height in pixels. bits_per_pixel method public Returns the number of bits per pixel. byte_width method public Returns the bitmap width in bytes. map method public Returns the bitmap pointer. get_pixel method public Returns the specified pixel. set_pixel method public Sets the specified pixel. flip method public Flips the generic bitmap. dump method public Dumps the generic bitmap. operator = operator public Assignment operator. map_bits attribute protected undocumented map_width attribute protected undocumented map_height attribute protected undocumented map_bits_per_pixel attribute protected undocumented map_byte_width attribute protected undocumented map_size attribute protected undocumented
typedef size_type | ? ^ > |
An unsigned integral type.
- Source:
- ../ic_bitmap.h:58
- Code:
- public typedef UINT32 size_type
constructor ICBitmap | ? ^ < > |
Constructs the empty generic bitmap.
- Source:
- ../ic_bitmap.h:62
- Code:
public ICBitmap ( )
constructor ICBitmap | ? ^ < > |
Constructs the generic bitmap.
- Source:
- ../ic_bitmap.h:64
constructor ICBitmap | ? ^ < > |
Constructs the generic bitmap from another bitmap object.
- Source:
- ../ic_bitmap.h:66
- Code:
public ICBitmap ( const ICBitmap & )
destructor ~ICBitmap | ? ^ < > |
Destructs the generic bitmap.
- Source:
- ../ic_bitmap.h:68
- Code:
public ~ ICBitmap ( )
method size | ? ^ < > |
Returns the bitmap size in bytes.
- Source:
- ../ic_bitmap.h:72
- Code:
public size_type size ( ) const
method padded_size | ? ^ < > |
Returns the padded bitmap size in bytes.
- Source:
- ../ic_bitmap.h:74
method width | ? ^ < > |
Returns the bitmap width in pixels.
- Source:
- ../ic_bitmap.h:76
- Code:
public size_type width ( ) const
method height | ? ^ < > |
Returns the bitmap height in pixels.
- Source:
- ../ic_bitmap.h:78
- Code:
public size_type height ( ) const
method bits_per_pixel | ? ^ < > |
Returns the number of bits per pixel.
- Source:
- ../ic_bitmap.h:80
- Code:
public size_type bits_per_pixel ( ) const
method byte_width | ? ^ < > |
Returns the bitmap width in bytes.
- Source:
- ../ic_bitmap.h:82
- Code:
public size_type byte_width ( ) const
method map | ? ^ < > |
Returns the bitmap pointer.
- Source:
- ../ic_bitmap.h:84
- Code:
public BYTE * map ( )
method get_pixel | ? ^ < > |
Returns the specified pixel.
- Source:
- ../ic_bitmap.h:87
method set_pixel | ? ^ < > |
Sets the specified pixel.
- Source:
- ../ic_bitmap.h:89
method flip | ? ^ < > |
Flips the generic bitmap.
- Source:
- ../ic_bitmap.h:93
- Code:
public void flip ( )
method dump | ? ^ < > |
Dumps the generic bitmap.
- Source:
- ../ic_bitmap.h:95
- Code:
public void dump ( )
operator = | ? ^ < > |
Assignment operator.
- Source:
- ../ic_bitmap.h:99
- Code:
public ICBitmap & operator = ( const ICBitmap & )
attribute map_bits | ? ^ < > |
undocumented
- Source:
- ../ic_bitmap.h:102
- Code:
- protected BYTE * map_bits
attribute map_width | ? ^ < > |
undocumented
- Source:
- ../ic_bitmap.h:103
- Code:
- protected size_type map_width
attribute map_height | ? ^ < > |
undocumented
- Source:
- ../ic_bitmap.h:104
- Code:
- protected size_type map_height
attribute map_bits_per_pixel | ? ^ < > |
undocumented
- Source:
- ../ic_bitmap.h:105
- Code:
- protected size_type map_bits_per_pixel
attribute map_byte_width | ? ^ < > |
undocumented
- Source:
- ../ic_bitmap.h:106
- Code:
- protected size_type map_byte_width
attribute map_size | ? ^ < > |
undocumented
- Source:
- ../ic_bitmap.h:107
- Code:
- protected size_type map_size
Created Wed Jul 10 21:27:42 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_emx_os2-2.30.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.