|
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 1636 of file scaffolding.cpp.
| BBitmapButton::BBitmapButton | ( | BRect | rect, |
| const char * | name, | ||
| const char * | label, | ||
| BMessage * | message | ||
| ) |
Definition at line 1651 of file scaffolding.cpp.
References SetBitmap().
| BBitmapButton::~BBitmapButton | ( | ) |
Definition at line 1659 of file scaffolding.cpp.
References fBitmap, and fDisabledBitmap.
| void BBitmapButton::Draw | ( | BRect | updateRect | ) |
Definition at line 1666 of file scaffolding.cpp.
References fBitmap, and fDisabledBitmap.
| void BBitmapButton::SetBitmap | ( | const char * | attrName | ) |
Definition at line 1691 of file scaffolding.cpp.
References fBitmap, fDisabledBitmap, and gAppResources.
Referenced by BBitmapButton().
|
private |
Definition at line 1646 of file scaffolding.cpp.
Referenced by Draw(), SetBitmap(), and ~BBitmapButton().
|
private |
Definition at line 1647 of file scaffolding.cpp.
Referenced by Draw(), SetBitmap(), and ~BBitmapButton().