InputRequest Class Reference
A BAlert like class with a TextInput field.
More...
List of all members.
|
Public Member Functions |
| | InputRequest (const char *title, const char *label, const char *text, const char *btn0_label) |
| | InputRequest (const char *title, const char *label, const char *text, const char *btn0_label, const char *btn1_label) |
| | InputRequest (const char *title, const char *label, const char *text, const char *btn0_label, const char *btn1_label, const char *btn2_label) |
| virtual int32 | Go (char **input) |
Detailed Description
A BAlert like class with a TextInput field.
- Author:
- Christian Lörchner
- Date:
- 2006/10/04
- Todo:
Constructor & Destructor Documentation
| InputRequest::InputRequest |
( |
const char * |
title, |
|
|
const char * |
label, |
|
|
const char * |
text, |
|
|
const char * |
btn0_label | |
|
) |
| | |
| InputRequest::InputRequest |
( |
const char * |
title, |
|
|
const char * |
label, |
|
|
const char * |
text, |
|
|
const char * |
btn0_label, |
|
|
const char * |
btn1_label | |
|
) |
| | |
| InputRequest::InputRequest |
( |
const char * |
title, |
|
|
const char * |
label, |
|
|
const char * |
text, |
|
|
const char * |
btn0_label, |
|
|
const char * |
btn1_label, |
|
|
const char * |
btn2_label | |
|
) |
| | |
Member Function Documentation
| int32 InputRequest::Go |
( |
char ** |
input |
) |
[virtual] |
The documentation for this class was generated from the following files: