| addWidget(Widget *widget) | Menu | |
| addWidget(Widget *widget, const uint x, const uint y) | Menu | |
| deleteWidget(const ushort indice) | Menu | |
| draw() | Menu | [virtual] |
| erase() | Menu | |
| father (defined in Widget) | Widget | [protected] |
| focus (defined in Widget) | Widget | [protected] |
| gainfocus() | Widget | [virtual] |
| get_focus() | Widget | [static] |
| get_height() | Widget | |
| get_width() | Widget | |
| get_wx() | Widget | |
| get_wy() | Widget | |
| get_x() | Widget | |
| get_y() | Widget | |
| getbgColor() | Menu | [inline] |
| getfgColor() | Menu | [inline] |
| getheight() (defined in Menu) | Menu | [inline] |
| getnbwidget() (defined in Menu) | Menu | [inline] |
| getpadx() (defined in Menu) | Menu | [inline] |
| getpady() (defined in Menu) | Menu | [inline] |
| getwidth() (defined in Menu) | Menu | [inline] |
| globfocus (defined in Widget) | Widget | [protected, static] |
| h (defined in Widget) | Widget | [protected] |
| hasfocus() | Widget | [virtual] |
| inside(const uint mousex, const uint mousey) | Widget | |
| keydown(const SDL_keysym *keysym) | Widget | [inline, virtual] |
| losefocus() | Widget | [virtual] |
| Menu(const uint x, const uint y, SDL_Surface *screen, const ushort width=MENU_WIDTH, const string title="") | Menu | |
| Menu(const uint x, const uint y, SDL_Surface *screen, const ushort width, const ushort height, const string title="") | Menu | |
| mousebuttondown(const uint mousex=0, const uint mousey=0) | Menu | [virtual] |
| mousemotion(const uint mousex, const uint mousey) | Menu | [virtual] |
| old_screen (defined in Widget) | Widget | [protected] |
| refresh() | Menu | [virtual] |
| screen (defined in Widget) | Widget | [protected] |
| set_height(const uint height) | Widget | |
| set_width(const uint width) | Widget | |
| set_x(const uint x) | Widget | |
| set_y(const uint y) | Widget | |
| setbgColor(SDL_Color bgColor) | Menu | |
| setfgColor(SDL_Color fgColor) | Menu | |
| visible (defined in Widget) | Widget | [protected] |
| w (defined in Widget) | Widget | [protected] |
| Widget(SDL_Surface *screen, Widget *father=NULL) | Widget | |
| Widget(const uint w, const uint h, SDL_Surface *screen, Widget *father=NULL) | Widget | |
| Widget(const uint x, const uint y, const uint w, const uint h, SDL_Surface *screen, Widget *father=NULL) | Widget | |
| widget (defined in Widget) | Widget | [protected] |
| x (defined in Widget) | Widget | [protected] |
| y (defined in Widget) | Widget | [protected] |
| ~Menu() | Menu | |
| ~Widget() | Widget | [virtual] |