#include <emotewindow.h>

Definition at line 38 of file emotewindow.h.
Public Member Functions | |
| EmoteWindow () | |
| Constructor. | |
| void | action (const gcn::ActionEvent &event) |
| Called when receiving actions from the widgets. | |
| int | getSelectedEmote () const |
| Returns the selected item. | |
Private Attributes | |
| EmoteContainer * | mEmotes |
| gcn::Button * | mUseButton |
| gcn::ScrollArea * | mEmoteScroll |
| EmoteWindow::EmoteWindow | ( | ) |
| void EmoteWindow::action | ( | const gcn::ActionEvent & | event | ) |
| int EmoteWindow::getSelectedEmote | ( | ) | const |
EmoteContainer* EmoteWindow::mEmotes [private] |
Definition at line 58 of file emotewindow.h.
gcn::Button* EmoteWindow::mUseButton [private] |
Definition at line 60 of file emotewindow.h.
gcn::ScrollArea* EmoteWindow::mEmoteScroll [private] |
Definition at line 61 of file emotewindow.h.
1.5.5