- wxRemoteHtmlHelpController(int style = wxHF_DEFAULT_STYLE);
- ~wxRemoteHtmlHelpController();
- void OnQuit(void);
-
- void SetService(wxString& a_service);
- void SetServer(wxString& a_appname); //could be wxHelpController::SetViewer
-
- //standard wxHtmlHelpController functions
- bool AddBook(const wxString& book, bool show_wait_msg = FALSE);
- void Display(const wxString& x);
- void Display(const int id);
- bool DisplayContents();
- void DisplayIndex();
- bool KeywordSearch(const wxString& keyword);
- void SetTempDir(const wxString& path);
- void SetTitleFormat(const wxString& format);
-
- //dummies - config is in server
- void UseConfig(wxConfigBase* config, const wxString& rootpath = wxEmptyString) {};
- void ReadCustomization(wxConfigBase* cfg, wxString path = wxEmptyString) {};
- void WriteCustomization(wxConfigBase* cfg, wxString path = wxEmptyString) {};
-
- //virtuals from wxHelpControllerBase - not in wxHtmlHelpController
- //won't compile without these
- bool LoadFile(const class wxString &); //dummy
- bool DisplaySection(int);
- bool DisplayBlock(long);
- bool Quit(void);
+ wxRemoteHtmlHelpController(int style = wxHF_DEFAULT_STYLE);
+ virtual ~wxRemoteHtmlHelpController();
+ void OnQuit(void);
+
+ void SetService(wxString& a_service);
+ void SetServer(wxString& a_appname); //could be wxHelpController::SetViewer
+
+ //standard wxHtmlHelpController functions
+ bool AddBook(const wxString& book, bool show_wait_msg = false);
+ void Display(const wxString& x);
+ void Display(const int id);
+ bool DisplayContents();
+ void DisplayIndex();
+ bool KeywordSearch(const wxString& keyword);
+ void SetTempDir(const wxString& path);
+ void SetTitleFormat(const wxString& format);
+
+ //dummies - config is in server
+ void UseConfig(wxConfigBase* config, const wxString& rootpath = wxEmptyString) {};
+ void ReadCustomization(wxConfigBase* cfg, wxString path = wxEmptyString) {};
+ void WriteCustomization(wxConfigBase* cfg, wxString path = wxEmptyString) {};
+
+ //virtuals from wxHelpControllerBase - not in wxHtmlHelpController
+ //won't compile without these
+ bool LoadFile(const class wxString &); //dummy
+ bool DisplaySection(int);
+ bool DisplayBlock(long);
+ bool Quit(void);