|
HatchKeeper
0.90
The Free Open-Source Egg Incubation Software
|
Holds Classes Related Single Instance Features. More...
#include <wx/snglinst.h>#include <wx/ipc.h>Go to the source code of this file.
Classes | |
| class | HatchConnection |
| This Class Shows The Main Window When A Server Connection Is Made. More... | |
| class | HatchServer |
| A localhost Server Used For Single Instance. More... | |
| class | HatchClient |
| A localhost Client Used For Single Instance. More... | |
Macros | |
| #define | IPC_SERVICE "4655" |
| #define | IPC_HOST "localhost" |
| #define | IPC_TOPIC "HATCHKEEPER_80" |
Functions | |
| void | ShowFrame () |
| Shows Splash Screen Then Shows And Raises Main Frame. More... | |
Variables | |
| HatchServer * | h_server |
| HatchClient * | h_client |
| wxSingleInstanceChecker * | h_checker |
Holds Classes Related Single Instance Features.
Definition in file ServerClient.cpp.
| #define IPC_HOST "localhost" |
Definition at line 17 of file ServerClient.cpp.
| #define IPC_SERVICE "4655" |
Definition at line 14 of file ServerClient.cpp.
| #define IPC_TOPIC "HATCHKEEPER_80" |
Definition at line 20 of file ServerClient.cpp.
| void ShowFrame | ( | ) |
Shows Splash Screen Then Shows And Raises Main Frame.
Definition at line 2579 of file HatchKeeper.cpp.
| wxSingleInstanceChecker* h_checker |
Definition at line 156 of file ServerClient.cpp.
| HatchClient* h_client |
Definition at line 155 of file ServerClient.cpp.
| HatchServer* h_server |
Definition at line 154 of file ServerClient.cpp.