Crossfire Server, Trunk
|
#include <HelpManager.h>
Public Slots | |
void | displayHelp () |
Public Member Functions | |
HelpManager (const QString &helpRoot) | |
virtual | ~HelpManager () |
Static Public Member Functions | |
static void | setHelpId (QWidget *widget, const QString &id) |
Static Public Attributes | |
static const char * | assetTreeProperty |
static const char * | helpIdProperty = "cre_help_id" |
Protected Member Functions | |
QUrl | computeUrlForWidget (QWidget *widget) const |
QUrl | computeUrlToDisplay () const |
Protected Attributes | |
HelpBrowser * | myBrowser |
QDialog * | myDisplay |
Definition at line 23 of file HelpManager.h.
HelpManager::HelpManager | ( | const QString & | helpRoot | ) |
Definition at line 26 of file HelpManager.cpp.
|
virtual |
Definition at line 46 of file HelpManager.cpp.
References myDisplay.
|
protected |
Definition at line 63 of file HelpManager.cpp.
References helpIdProperty.
Referenced by computeUrlToDisplay().
|
protected |
Definition at line 77 of file HelpManager.cpp.
References computeUrlForWidget().
Referenced by displayHelp().
|
slot |
Definition at line 50 of file HelpManager.cpp.
References computeUrlToDisplay(), myBrowser, and myDisplay.
Referenced by CREMainWindow::createMenus().
|
static |
Definition at line 58 of file HelpManager.cpp.
References helpIdProperty.
Referenced by CREQuestPanel::CREQuestPanel(), and TreasurePanel::TreasurePanel().
|
static |
Definition at line 26 of file HelpManager.h.
|
static |
Definition at line 27 of file HelpManager.h.
Referenced by computeUrlForWidget(), and setHelpId().
|
protected |
Definition at line 42 of file HelpManager.h.
Referenced by displayHelp(), and HelpManager().
|
protected |
Definition at line 41 of file HelpManager.h.
Referenced by displayHelp(), HelpManager(), and ~HelpManager().