#include <eyahelp.h>

Public Member Functions | |
| EyaHelp (QString collection, QWidget *parent=0, Qt::WindowFlags f=0) | |
| ~EyaHelp () | |
Private Slots | |
| void | slotLinkActivated (const QUrl &) |
Private Attributes | |
| EyaTextBrowser * | browserWidget |
| QHelpContentWidget * | contentWidget |
| QHBoxLayout * | mainLayout |
| QHelpEngine * | helpEngine |
This class shows the eya help by using the EyaTextBrowser class which displays the help produced by the .texi files. The .html files are poperly treated and embedded in the qt standard help solution.
| EyaHelp::EyaHelp | ( | QString | collection, | |
| QWidget * | parent = 0, |
|||
| Qt::WindowFlags | f = 0 | |||
| ) |
| EyaHelp::~EyaHelp | ( | ) |
| void EyaHelp::slotLinkActivated | ( | const QUrl & | link | ) | [private, slot] |
EyaTextBrowser* EyaHelp::browserWidget [private] |
QHelpContentWidget* EyaHelp::contentWidget [private] |
QHelpEngine* EyaHelp::helpEngine [private] |
QHBoxLayout* EyaHelp::mainLayout [private] |
1.5.8