Inherits CApp.
Classes | |
| class | CArgs |
Public Member Functions | |
| CClientApp (CreateTaskBarReceiverFunc createTaskBarReceiver) | |
| void | parseArgs (int argc, const char *const *argv) |
| void | help () |
| CArgs & | args () const |
| const char * | daemonName () const |
| const char * | daemonInfo () const |
| void | loadConfig () |
| bool | loadConfig (const CString &pathname) |
| int | foregroundStartup (int argc, char **argv) |
| int | standardStartup (int argc, char **argv) |
| int | runInner (int argc, char **argv, ILogOutputter *outputter, StartupFunc startup) |
| CScreen * | createScreen () |
| void | updateStatus () |
| void | updateStatus (const CString &msg) |
| void | resetRestartTimeout () |
| double | nextRestartTimeout () |
| void | handleScreenError (const CEvent &, void *) |
| CScreen * | openClientScreen () |
| void | closeClientScreen (CScreen *screen) |
| void | handleClientRestart (const CEvent &, void *vtimer) |
| void | scheduleClientRestart (double retryTime) |
| void | handleClientConnected (const CEvent &, void *) |
| void | handleClientFailed (const CEvent &e, void *) |
| void | handleClientDisconnected (const CEvent &, void *) |
| CClient * | openClient (const CString &name, const CNetworkAddress &address, CScreen *screen, const CCryptoOptions &crypto) |
| void | closeClient (CClient *client) |
| bool | startClient () |
| void | stopClient () |
| int | mainLoop () |
| void | startNode () |
Static Public Member Functions | |
| static CClientApp & | instance () |
Definition at line 30 of file CClientApp.h.
1.7.1