Woopsi 1.0
GUI Framework for Nintendo DS Homebrew
|
#include <woopsikeyboardscreen.h>
Public Member Functions | |
WoopsiKeyboardScreen (KeyboardEventHandler *opener) | |
Protected Member Functions | |
virtual | ~WoopsiKeyboardScreen () |
virtual void | handleReleaseEvent (const GadgetEventArgs &e) |
WoopsiKeyboardScreen (const WoopsiKeyboardScreen &keyboard) |
AmigaScreen that contains a keyboard. Used by the Woopsi class as a means of automatically showing a keyboard when a textbox is double-clicked.
WoopsiUI::WoopsiKeyboardScreen::WoopsiKeyboardScreen | ( | KeyboardEventHandler * | opener | ) |
Constructor.
opener | The keyboard event handler that created the gadget. |
virtual WoopsiUI::WoopsiKeyboardScreen::~WoopsiKeyboardScreen | ( | ) | [inline, protected, virtual] |
Destructor.
WoopsiUI::WoopsiKeyboardScreen::WoopsiKeyboardScreen | ( | const WoopsiKeyboardScreen & | keyboard | ) | [inline, protected] |
Copy constructor is protected to prevent usage.
virtual void WoopsiUI::WoopsiKeyboardScreen::handleReleaseEvent | ( | const GadgetEventArgs & | e | ) | [protected, virtual] |
Handle events fired by child gadgets.
e | Event arguments to process. |
Reimplemented from WoopsiUI::AmigaScreen.