Launch help programs.
More...
#include "us_helpdaemon.h"
|
| void | show (const QString &) |
| | Sends the web page to be shown to Qt's Assistant. More...
|
| |
| void | close (int, QProcess::ExitStatus) |
| | A slot to catch the message that the user closed Assistant. It merely terminates the process. The parameters sent are ignored. More...
|
| |
|
| static void | debug (const QString &) |
| |
Launch help programs.
Provides functions to launch a web browser for external links or Qt Assistant for local help files.
Definition at line 12 of file us_helpdaemon.h.
| US_HelpDaemon::US_HelpDaemon |
( |
const QString & |
page, |
|
|
QObject * |
o = 0 |
|
) |
| |
Launch Qt Assistant and set the page to show.
- Parameters
-
| page | The page to have assistant show. |
| o | A pointer to the parent widget. This normally can be left as NULL. |
Definition at line 7 of file us_helpdaemon.cpp.
| void US_HelpDaemon::close |
( |
int |
, |
|
|
QProcess::ExitStatus |
|
|
) |
| |
|
slot |
A slot to catch the message that the user closed Assistant. It merely terminates the process. The parameters sent are ignored.
Definition at line 36 of file us_helpdaemon.cpp.
| void US_HelpDaemon::debug |
( |
const QString & |
message | ) |
|
|
staticprivate |
| void US_HelpDaemon::show |
( |
const QString & |
helpPage | ) |
|
|
slot |
Sends the web page to be shown to Qt's Assistant.
- Parameters
-
| helpPage | A QString of the page to show. |
Definition at line 41 of file us_helpdaemon.cpp.
| QProcess US_HelpDaemon::daemon |
|
private |
The documentation for this class was generated from the following files: