LMMS
Loading...
Searching...
No Matches
LICE_WrapperBitmap Class Reference

#include <lice.h>

Inheritance diagram for LICE_WrapperBitmap:
LICE_IBitmap

Public Member Functions

 LICE_WrapperBitmap (LICE_pixel *buf, int w, int h, int span, bool flipped)
virtual ~LICE_WrapperBitmap ()
virtual bool resize (int w, int h)
virtual LICE_pixelgetBits ()
virtual int getWidth ()
virtual int getHeight ()
virtual int getRowSpan ()
virtual HDC getDC ()
virtual bool isFlipped ()
Public Member Functions inherited from LICE_IBitmap
virtual ~LICE_IBitmap ()
virtual INT_PTR Extended (int id, void *data)

Public Attributes

LICE_pixelm_buf
int m_w
int m_h
int m_span
bool m_flipped

Constructor & Destructor Documentation

◆ LICE_WrapperBitmap()

LICE_WrapperBitmap::LICE_WrapperBitmap ( LICE_pixel * buf,
int w,
int h,
int span,
bool flipped )
inline

◆ ~LICE_WrapperBitmap()

virtual LICE_WrapperBitmap::~LICE_WrapperBitmap ( )
inlinevirtual

Member Function Documentation

◆ getBits()

virtual LICE_pixel * LICE_WrapperBitmap::getBits ( )
inlinevirtual

Implements LICE_IBitmap.

◆ getDC()

virtual HDC LICE_WrapperBitmap::getDC ( )
inlinevirtual

Reimplemented from LICE_IBitmap.

◆ getHeight()

virtual int LICE_WrapperBitmap::getHeight ( )
inlinevirtual

Implements LICE_IBitmap.

◆ getRowSpan()

virtual int LICE_WrapperBitmap::getRowSpan ( )
inlinevirtual

Implements LICE_IBitmap.

◆ getWidth()

virtual int LICE_WrapperBitmap::getWidth ( )
inlinevirtual

Implements LICE_IBitmap.

◆ isFlipped()

virtual bool LICE_WrapperBitmap::isFlipped ( )
inlinevirtual

Reimplemented from LICE_IBitmap.

◆ resize()

virtual bool LICE_WrapperBitmap::resize ( int w,
int h )
inlinevirtual

Implements LICE_IBitmap.

Member Data Documentation

◆ m_buf

LICE_pixel* LICE_WrapperBitmap::m_buf

◆ m_flipped

bool LICE_WrapperBitmap::m_flipped

◆ m_h

int LICE_WrapperBitmap::m_h

◆ m_span

int LICE_WrapperBitmap::m_span

◆ m_w

int LICE_WrapperBitmap::m_w

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