#include <HelpView.h>
Signals | |
void | setSource (const QUrl &) |
Public Member Functions | |
bool | eventFilter (QObject *o, QEvent *e) |
Filters events if this object has been installed as an event filter for the watched object. | |
HelpView (const QString &home_, QWidget *parent=0) | |
Constructs a HelpView which is a child of 'parent', with the name 'name' and widget flags set to 'f'. | |
void | setFileSource (const QString &) |
Sets the file source src to the help view's text browser. | |
~HelpView () | |
Destroys the object and frees any allocated resources. |
Definition at line 92 of file HelpView.h.
HelpView::HelpView | ( | const QString & | start, | |
QWidget * | parent = 0 | |||
) |
Constructs a HelpView which is a child of 'parent', with the name 'name' and widget flags set to 'f'.
home is the start page to show.
Definition at line 545 of file HelpView.cpp.
References Gui::BitmapFactory(), draftlibs::fcgeo::connect(), importDAE::open(), setSource(), and Gui::DockWnd::TextBrowser::setSource().
HelpView::~HelpView | ( | ) |
Destroys the object and frees any allocated resources.
Definition at line 628 of file HelpView.cpp.
bool HelpView::eventFilter | ( | QObject * | o, | |
QEvent * | e | |||
) |
Filters events if this object has been installed as an event filter for the watched object.
Definition at line 683 of file HelpView.cpp.
References setSource().
void HelpView::setFileSource | ( | const QString & | src | ) |
Sets the file source src to the help view's text browser.
Definition at line 637 of file HelpView.cpp.
References setSource().
void Gui::DockWnd::HelpView::setSource | ( | const QUrl & | ) | [signal] |
Referenced by eventFilter(), HelpView(), and setFileSource().