pqHelpWindow provides a assistant-like window for showing help provided by a QHelpEngine.
More...
#include <pqHelpWindow.h>
Inherits QMainWindow.
|
| pqHelpWindow (QHelpEngine *engine, QWidget *parent=nullptr, Qt::WindowFlags flags=Qt::WindowFlags{}) |
|
| ~pqHelpWindow () override |
|
pqHelpWindow provides a assistant-like window for showing help provided by a QHelpEngine.
Definition at line 20 of file pqHelpWindow.h.
◆ pqHelpWindow()
pqHelpWindow::pqHelpWindow |
( |
QHelpEngine * |
engine, |
|
|
QWidget * |
parent = nullptr , |
|
|
Qt::WindowFlags |
flags = Qt::WindowFlags{} |
|
) |
| |
◆ ~pqHelpWindow()
pqHelpWindow::~pqHelpWindow |
( |
| ) |
|
|
override |
◆ showPage [1/2]
virtual void pqHelpWindow::showPage |
( |
const QString & |
url | ) |
|
|
virtualslot |
Requests showing of a particular page.
The url must begin with "qthelp:" scheme when referring to pages from the help files.
◆ showPage [2/2]
virtual void pqHelpWindow::showPage |
( |
const QUrl & |
url | ) |
|
|
virtualslot |
◆ showHomePage
virtual void pqHelpWindow::showHomePage |
( |
| ) |
|
|
virtualslot |
Tries to locate a file name index.html in the current namespace and then shows that page.
◆ saveCurrentHomePage
virtual void pqHelpWindow::saveCurrentHomePage |
( |
| ) |
|
|
virtualslot |
Save current page as home page.
This parameter is saved in a setting.
◆ goBackward
virtual void pqHelpWindow::goBackward |
( |
| ) |
|
|
virtualslot |
Navigate through the history of visited pages.
◆ goForward
virtual void pqHelpWindow::goForward |
( |
| ) |
|
|
virtualslot |
Navigate through the history of visited pages.
◆ updateHistoryButtons
virtual void pqHelpWindow::updateHistoryButtons |
( |
| ) |
|
|
virtualslot |
Update the state of buttons used to navigate through history.
◆ setNameSpace
virtual void pqHelpWindow::setNameSpace |
( |
const QString & |
namespace_name | ) |
|
|
virtualslot |
Sets the namespace to use in order to find the homepage.
◆ helpWarnings
void pqHelpWindow::helpWarnings |
( |
const QString & |
| ) |
|
|
signal |
fired to relay warning messages from the help system.
◆ search
void pqHelpWindow::search |
( |
| ) |
|
|
protectedslot |
◆ HelpEngine
QHelpEngine* pqHelpWindow::HelpEngine |
|
protected |
The documentation for this class was generated from the following file: