#include <CAddScreen.h>
Collaboration diagram for CAddScreen:
Public Member Functions | |
CAddScreen (HWND parent, CConfig *, const CString &name) | |
~CAddScreen () | |
manipulators | |
bool | doModal () |
Run dialog. | |
accessors | |
CString | getName () const |
Definition at line 26 of file CAddScreen.h.
bool CAddScreen::doModal | ( | ) |
Run dialog.
Display and handle the dialog until closed by the user. Return true
if the user accepted the changes, false otherwise.
Definition at line 69 of file CAddScreen.cpp.