|
Odamex
Setting the Standard in Multiplayer Doom
|
The manual connect window. More...
#include <agol_manual.h>
Public Member Functions | |
| AGOL_Manual () | |
| Constructor. | |
| ~AGOL_Manual () | |
| Destructor. | |
| void | SetWindowCloseEvent (EventHandler *handler) |
| Set the window close event. | |
The manual connect window.
This class provides a manual connect window which can be used to connect to a server at the provided host or IP and port.
| agOdalaunch::AGOL_Manual::AGOL_Manual | ( | ) |
Constructor.
| agOdalaunch::AGOL_Manual::~AGOL_Manual | ( | ) |
Destructor.
| void agOdalaunch::AGOL_Manual::SetWindowCloseEvent | ( | EventHandler * | handler | ) |
Set the window close event.
The provided event handler will be called when the window closes.
| handler | The event handler. |