#include <chmapp.h>
Public Member Functions | |
CHMApp () | |
Default constructor, also links the XMLRPC method. | |
virtual bool | OnInit () |
Our entry point into the application. | |
Protected Member Functions | |
void | execute (XmlRpcValue ¶ms, XmlRpcValue &result) |
Handles actual XMLRPC requests and parameter parsing. | |
void | WatchForXMLRPC (wxTimerEvent &event) |
Watches for XMLRPC requests. | |
Private Member Functions | |
wxString | getAppPath (const wxString &argv0, const wxString &cwd) |
Private Attributes | |
CHMFrame * | _frame |
wxLocale | _loc |
wxTimer | _timer |
wxCmdLineParser | _cmdLP |