Advanced options dialog for Microsoft Windows launcher. More...
#include <CAdvancedOptions.h>
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. |
Advanced options dialog for Microsoft Windows launcher.
Definition at line 26 of file CAdvancedOptions.h.
void CAdvancedOptions::doModal | ( | bool | isClient | ) |
Run dialog.
Display and handle the dialog until closed by the user.
Definition at line 50 of file CAdvancedOptions.cpp.