#include <area_list_icons.h>
Inheritance diagram for AreaListIcons:
Public Types | |
| enum | property |
Public Member Functions | |
| AreaListIcons (TWindow *menu, char *identbranch, int akey) | |
| void | set_iconinfo (BITMAP **alistIcon, double ascale) |
| int | getk () |
| virtual void | handle_rpress () |
Public Attributes | |
| int * | itemproperty |
| BITMAP ** | listIcon |
| bool | selected |
|
|
values for the itemproperty |
|
||||||||||||||||
|
constructor |
|
|
if selected, returns the k-th icon in the list |
|
|
overloaded for scroll-help: centering the matrix on the mouse position with a right-click Reimplemented from ButtonBase. |
|
||||||||||||
|
supply the list of available bitmaps. These are referenced, not copied, and you're responsible for cleaning those bitmaps up afterwards. |
|
|
whether the icon is present or not for the elements in the matrix (some matrix elements can be unused, if there are not enough icons to fill each position in the square) |
|
|
the list of icons |
|
|
shows if an icon was selected Reimplemented from ButtonBase. |
1.4.6-NO