Inheritance diagram for os::DropdownMenu::DropdownTextView:
Public Member Functions | |
DropdownTextView (DropdownMenu *pcParent, const Rect &cFrame, const char *pzTitle, const char *pzBuffer, uint32 nResizeMask=CF_FOLLOW_LEFT|CF_FOLLOW_TOP, uint32 nFlags=WID_WILL_DRAW|WID_FULL_UPDATE_ON_RESIZE) | |
~DropdownTextView () | |
void | KeyDown (const char *pzString, const char *pzRawString, uint32 nQualifiers) |
Hook called by the system when a key is pressed while the view has focus. |
os::DropdownMenu::DropdownTextView::DropdownTextView | ( | DropdownMenu * | pcParent, | |
const Rect & | cFrame, | |||
const char * | pzTitle, | |||
const char * | pzBuffer, | |||
uint32 | nResizeMask = CF_FOLLOW_LEFT|CF_FOLLOW_TOP , |
|||
uint32 | nFlags = WID_WILL_DRAW|WID_FULL_UPDATE_ON_RESIZE | |||
) |
os::DropdownMenu::DropdownTextView::~DropdownTextView | ( | ) | [inline] |
void os::DropdownMenu::DropdownTextView::KeyDown | ( | const char * | pzString, | |
const char * | pzRawString, | |||
uint32 | nQualifiers | |||
) | [virtual] |
pzString | String containing a single UTF-8 encoded character. This is the character generated by the pressed key according to the current keymap accounting for any qualifiers that might be pressed. | |
pzRawString | Same as pzString except that the key is converted without accounting for qualifiers. Ie. if 'A' is pressed while pressing <SHIFT> pzString will contain 'A' and pzRawString will contain 'a'. | |
nQualifiers | Bitmask describing which qualifiers that was active when the key was pressed. |
Reimplemented from os::TextView.