|
Canorus 0.0
|
Class for showing User's guide, What's new, Did you know tips etc. More...
#include <helpctl.h>
Public Member Functions | |
| CAHelpCtl () | |
| virtual | ~CAHelpCtl () |
| bool | showUsersGuide (QString chapter="", QWidget *helpWidget=nullptr) |
Private Member Functions | |
| QUrl | detectHomeUrl () |
| void | displayHelp (QUrl url, QWidget *helpWidget) |
Private Attributes | |
| QUrl | _homeUrl |
Class for showing User's guide, What's new, Did you know tips etc.
Copyright (c) 2009, 2016 Matevž Jekovec, Canorus development team All Rights Reserved. See AUTHORS for a complete list of authors.
Licensed under the GNU GENERAL PUBLIC LICENSE. See COPYING for details.
| CAHelpCtl::CAHelpCtl | ( | ) |
Initializes Help and loads User's guide.
References _homeUrl, and detectHomeUrl().

|
virtual |
|
private |
Helper function which returns the preferred User's guide language.
Referenced by CAHelpCtl().

|
private |
Activates the user's guide help at the given url.
Referenced by showUsersGuide().

| bool CAHelpCtl::showUsersGuide | ( | QString | chapter = "", |
| QWidget * | helpWidget = nullptr |
||
| ) |
Show user's guide at the given chapter.
References _homeUrl, and displayHelp().
Referenced by CAMainWin::on_uiUsersGuide_triggered().


|
private |
Referenced by CAHelpCtl(), and showUsersGuide().