#include <CAdvancedOptions.h>
Collaboration diagram for CAdvancedOptions:
Public Member Functions | |
CAdvancedOptions (HWND parent, CConfig *) | |
manipulators | |
void | doModal (bool isClient) |
Run dialog. | |
accessors | |
CString | getScreenName () const |
Get the screen name. | |
int | getPort () const |
Get the port. | |
CString | getInterface () const |
Get the interface. | |
CString | getCommandLine (bool isClient, const CString &serverName) const |
Convert options to command line string. |
Definition at line 26 of file CAdvancedOptions.h.
|
Run dialog. Display and handle the dialog until closed by the user. Definition at line 50 of file CAdvancedOptions.cpp. |