Pyro higlevel API
|
Public Member Functions | |
Private () | |
~Private () | |
void | SetImage (Image *pcBitmap) |
Image * | GetImage () |
Image * | GetGrayImage () |
Public Attributes | |
Image * | m_pcBitmap |
Image * | m_pcGrayBitmap |
uint32 | m_nTextPosition |
bool | bMouseOver |
bool | bShowFrame |
bool | bMouseTwo |
|
inline |
|
inline |
|
inline |
References os::Image::ApplyFilter(), os::Image::F_GRAY, os::ImageButton::Private::m_pcBitmap, and os::ImageButton::Private::m_pcGrayBitmap.
Referenced by os::ImageButton::Paint().
|
inline |
References os::ImageButton::Private::m_pcBitmap.
Referenced by os::ImageButton::Paint().
|
inline |
References os::ImageButton::Private::m_pcBitmap.
Referenced by os::ImageButton::ClearImage(), os::ImageButton::ImageButton(), os::ImageButton::operator=(), and os::ImageButton::SetImage().
bool os::ImageButton::Private::bMouseOver |
bool os::ImageButton::Private::bMouseTwo |
Referenced by os::ImageButton::MouseMove(), os::ImageButton::Paint(), and os::ImageButton::Private::Private().
bool os::ImageButton::Private::bShowFrame |
uint32 os::ImageButton::Private::m_nTextPosition |
Image* os::ImageButton::Private::m_pcBitmap |
Image* os::ImageButton::Private::m_pcGrayBitmap |