doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
NSBitmapImageRep Class Reference

#include <roq.h>

Public Member Functions

 NSBitmapImageRep (void)
 
 NSBitmapImageRep (const char *filename)
 
 NSBitmapImageRep (int wide, int high)
 
 ~NSBitmapImageRep ()
 
NSBitmapImageRepoperator= (const NSBitmapImageRep &a)
 
int samplesPerPixel (void)
 
int pixelsWide (void)
 
int pixelsHigh (void)
 
bytebitmapData (void)
 
bool hasAlpha (void)
 
bool isPlanar (void)
 

Private Attributes

bytebmap
 
int width
 
int height
 
ID_TIME_T timestamp
 

Detailed Description

Definition at line 43 of file roq.h.

Constructor & Destructor Documentation

NSBitmapImageRep::NSBitmapImageRep ( void  )

Definition at line 35 of file NSBitmapImageRep.cpp.

NSBitmapImageRep::NSBitmapImageRep ( const char *  filename)

Definition at line 42 of file NSBitmapImageRep.cpp.

NSBitmapImageRep::NSBitmapImageRep ( int  wide,
int  high 
)

Definition at line 50 of file NSBitmapImageRep.cpp.

NSBitmapImageRep::~NSBitmapImageRep ( )

Definition at line 58 of file NSBitmapImageRep.cpp.

Member Function Documentation

byte * NSBitmapImageRep::bitmapData ( void  )

Definition at line 75 of file NSBitmapImageRep.cpp.

bool NSBitmapImageRep::hasAlpha ( void  )

Definition at line 79 of file NSBitmapImageRep.cpp.

bool NSBitmapImageRep::isPlanar ( void  )

Definition at line 83 of file NSBitmapImageRep.cpp.

NSBitmapImageRep & NSBitmapImageRep::operator= ( const NSBitmapImageRep a)

Definition at line 87 of file NSBitmapImageRep.cpp.

int NSBitmapImageRep::pixelsHigh ( void  )

Definition at line 71 of file NSBitmapImageRep.cpp.

int NSBitmapImageRep::pixelsWide ( void  )

Definition at line 67 of file NSBitmapImageRep.cpp.

int NSBitmapImageRep::samplesPerPixel ( void  )

Definition at line 63 of file NSBitmapImageRep.cpp.

Member Data Documentation

byte* NSBitmapImageRep::bmap
private

Definition at line 62 of file roq.h.

int NSBitmapImageRep::height
private

Definition at line 64 of file roq.h.

ID_TIME_T NSBitmapImageRep::timestamp
private

Definition at line 65 of file roq.h.

int NSBitmapImageRep::width
private

Definition at line 63 of file roq.h.


The documentation for this class was generated from the following files: