tbx
0.7.6
|
interface to customise handling of StrongHelp or lookup not found message. More...
#include <stronghelp.h>
Public Member Functions | |
virtual bool | stronghelp_not_found (StrongHelp &help, const std::string &page_or_text) |
Handler for if the page or text could not be found by StrongHelp. More... | |
virtual void | stronghelp_not_running (StrongHelp &help, const std::string &page_or_text) |
Handler for if the StrongHelp program could not be run. More... | |
interface to customise handling of StrongHelp or lookup not found message.
|
virtual |
Handler for if the page or text could not be found by StrongHelp.
The default handler just returns false so strong help shows a message
help | StrongHelp class with details of path used. |
page_or_text | page or text that was searched for |
|
virtual |
Handler for if the StrongHelp program could not be run.
Default show a simple error box
help | StrongHelp class with details of path used |
page_or_text | page or text that was searched for |