#include <button_bitmapped.h>
Inheritance diagram for ButtonBitmapped:

Public Member Functions | |
| ButtonBitmapped (TWindow *menu, char *identbranch, int asciicode, bool akeepkey=0) | |
| BITMAP * | getbmp (char *name) |
| RLE_SPRITE * | getrle (char *name) |
| BITMAP * | getbmp_nobutton (char *name) |
| RLE_SPRITE * | getrle_nobutton (char *name) |
In case one requires a non-bitmapped drawing algorithm, derive that special button type from the ButtonBase.
|
||||||||||||||||||||
|
constructor |
|
|
obtain a bitmap, specific to this "object" |
|
|
similar, but without name completion (button directory) |
|
|
adds an extra step, and changes the bitmap you load into an RLE sprite |
|
|
similar, but without name completion (button directory) |
1.4.6-NO