QGIS API Documentation
2.0.1-Dufour
|
Provides a context based help browser for a dialog. More...
#include <qgscontexthelp.h>
Static Public Member Functions | |
static void | run (QString context) |
Private Slots | |
void | processExited () |
void | error (QProcess::ProcessError error) |
Private Member Functions | |
QgsContextHelp () | |
Constructor. | |
~QgsContextHelp () | |
Destructor. | |
QProcess * | start () |
void | showContext (QString context) |
void | init () |
Private Attributes | |
QProcess * | mProcess |
Static Private Attributes | |
static QgsContextHelp * | gContextHelp = 0 |
static QHash< QString, QString > | gContextHelpTexts |
Provides a context based help browser for a dialog.
The help text is stored in SQLite and accessed by a context identifier unique to each dialog. This is a singleton class which invokes the help viewer using QProcess and ensures that only one viewer is open. The viewer will be terminated if open when the main application quits.
Definition at line 35 of file qgscontexthelp.h.
|
private |
Constructor.
Definition at line 43 of file qgscontexthelp.cpp.
References mProcess, and start().
Referenced by run().
|
private |
|
privateslot |
Definition at line 81 of file qgscontexthelp.cpp.
References QgsMessageLog::logMessage(), and tr.
Referenced by start().
|
private |
Definition at line 6 of file qgscontexthelp_texts.cpp.
References gContextHelpTexts.
Referenced by showContext().
|
privateslot |
|
static |
Definition at line 32 of file qgscontexthelp.cpp.
References gContextHelp, QgsContextHelp(), and showContext().
Referenced by QgsNewHttpConnection::on_buttonBox_helpRequested(), QgsSublayersDialog::on_buttonBox_helpRequested(), QgsNewVectorLayerDialog::on_buttonBox_helpRequested(), QgsQueryBuilder::on_buttonBox_helpRequested(), QgsSearchQueryBuilder::on_buttonBox_helpRequested(), and QgsOWSSourceSelect::on_mDialogButtonBox_helpRequested().
|
private |
Definition at line 86 of file qgscontexthelp.cpp.
References gContextHelpTexts, init(), mProcess, QgsApplication::reportStyleSheet(), and tr.
Referenced by run().
|
private |
Definition at line 53 of file qgscontexthelp.cpp.
References error(), QgsApplication::helpAppPath(), QgsApplication::isRunningFromBuildDir(), processExited(), and QgsDebugMsg.
Referenced by QgsContextHelp().
|
staticprivate |
Definition at line 54 of file qgscontexthelp.h.
Referenced by processExited(), and run().
|
staticprivate |
Definition at line 57 of file qgscontexthelp.h.
Referenced by init(), and showContext().
|
private |
Definition at line 55 of file qgscontexthelp.h.
Referenced by QgsContextHelp(), showContext(), and ~QgsContextHelp().