#include <GenericInputForm.h>
Inheritance diagram for GenericInputForm:


Public Methods | |
| UInt16 | doDialog (FormPtr parent_form=NULL) FORM_SECTION2 |
| executes the dialog. More... | |
| GenericInputForm (Char *title, Char *text, Char *field_text, UInt8 max_field_size) FORM_SECTION2 | |
| Constructor. More... | |
Private Attributes | |
| Char * | title |
| pointer to the form title. More... | |
| Char * | text |
| pointer to the text contained in the label (up to 255 characters). More... | |
| Char * | buf |
| pointer to a buffer where the input will be stored. More... | |
| UInt8 | max_field_size |
| maximum allowed size for the input. More... | |
Copyright (C) 2001-2002 Vlad Mereuta <dizzy@users.sourceforge.net>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Definition at line 27 of file GenericInputForm.h.
|
||||||||||||||||||||
|
Constructor.
|
|
|
executes the dialog.
Reimplemented from Form. |
|
|
pointer to a buffer where the input will be stored.
Definition at line 47 of file GenericInputForm.h. |
|
|
maximum allowed size for the input.
Definition at line 49 of file GenericInputForm.h. |
|
|
pointer to the text contained in the label (up to 255 characters).
Definition at line 45 of file GenericInputForm.h. |
|
|
pointer to the form title.
Definition at line 43 of file GenericInputForm.h. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002