NetSurf
|
Public Member Functions | |
BBitmapButton (BRect rect, const char *name, const char *label, BMessage *message) | |
~BBitmapButton () | |
void | Draw (BRect updateRect) |
void | SetBitmap (const char *attrName) |
Private Attributes | |
BBitmap * | fBitmap |
BBitmap * | fDisabledBitmap |
Definition at line 1634 of file scaffolding.cpp.
BBitmapButton::BBitmapButton | ( | BRect | rect, |
const char * | name, | ||
const char * | label, | ||
BMessage * | message | ||
) |
Definition at line 1649 of file scaffolding.cpp.
References SetBitmap().
BBitmapButton::~BBitmapButton | ( | ) |
Definition at line 1657 of file scaffolding.cpp.
References fBitmap, and fDisabledBitmap.
void BBitmapButton::Draw | ( | BRect | updateRect | ) |
Definition at line 1664 of file scaffolding.cpp.
References fBitmap, and fDisabledBitmap.
void BBitmapButton::SetBitmap | ( | const char * | attrName | ) |
Definition at line 1689 of file scaffolding.cpp.
References fBitmap, fDisabledBitmap, and gAppResources.
Referenced by BBitmapButton().
|
private |
Definition at line 1644 of file scaffolding.cpp.
Referenced by Draw(), SetBitmap(), and ~BBitmapButton().
|
private |
Definition at line 1645 of file scaffolding.cpp.
Referenced by Draw(), SetBitmap(), and ~BBitmapButton().