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


Public Member Functions | |
| info_edit (CWnd *parent=NIL, const char *initial_edit="", int max_length=20, const char *description="Please enter data", const char *title="Information", bool always_on_top=true) | |
| istring | text () const |
Protected Types | |
| enum | { IDD = IDD_INFO_EDIT_DIALOG } |
Protected Member Functions | |
| virtual void | DoDataExchange (CDataExchange *pDX) |
| virtual BOOL | OnInitDialog () |
| virtual void | OnOK () |
Protected Attributes | |
| CString | _text_field |
| CString | _description_field |
Definition at line 30 of file info_edit.h.
anonymous enum [protected] |
| info_edit::info_edit | ( | CWnd * | parent = NIL, |
|
| const char * | initial_edit = "", |
|||
| int | max_length = 20, |
|||
| const char * | description = "Please enter data", |
|||
| const char * | title = "Information", |
|||
| bool | always_on_top = true | |||
| ) |
Definition at line 25 of file info_edit.cpp.
References istring::end(), istring::length(), NSFlexExpandDown, NSFlexExpandRight, NSFlexShiftDown, NSFlexShiftRight, and istring::zap().
| istring info_edit::text | ( | ) | const |
| void info_edit::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
| BOOL info_edit::OnInitDialog | ( | ) | [protected, virtual] |
Reimplemented from CNSFlexDialog.
Definition at line 57 of file info_edit.cpp.
References CNSFlexDialog::OnInitDialog().
| void info_edit::OnOK | ( | ) | [protected, virtual] |
Reimplemented from CNSFlexDialog.
Definition at line 69 of file info_edit.cpp.
References CNSFlexDialog::OnOK().
CString info_edit::_text_field [protected] |
CString info_edit::_description_field [protected] |
1.5.1