#include <WhatsThis.h>
Public Member Functions | |
StdCmdDescription () | |
~StdCmdDescription () | |
Static Public Member Functions | |
static void | enterDescriptionMode () |
static bool | inDescriptionMode () |
static void | leaveDescriptionMode () |
static void | setSource (const QString &) |
Protected Member Functions | |
void | activated (int iMsg) |
Methods which gets called when activated, needs to be reimplemented! | |
Action * | createAction (void) |
Creates the used Action. |
Definition at line 35 of file WhatsThis.h.
StdCmdDescription::StdCmdDescription | ( | ) |
Definition at line 42 of file WhatsThis.cpp.
References Gui::CommandBase::sAccel, Gui::Command::sGroup, Gui::CommandBase::sMenuText, Gui::CommandBase::sStatusTip, Gui::CommandBase::sToolTipText, and Gui::CommandBase::sWhatsThis.
StdCmdDescription::~StdCmdDescription | ( | ) |
Definition at line 53 of file WhatsThis.cpp.
void StdCmdDescription::activated | ( | int | iMsg | ) | [protected, virtual] |
Methods which gets called when activated, needs to be reimplemented!
Implements Gui::Command.
Definition at line 64 of file WhatsThis.cpp.
References enterDescriptionMode(), inDescriptionMode(), and leaveDescriptionMode().
Action * StdCmdDescription::createAction | ( | void | ) | [protected, virtual] |
Creates the used Action.
Reimplemented from Gui::Command.
Definition at line 57 of file WhatsThis.cpp.
References Gui::Action::setCheckable().
void StdCmdDescription::enterDescriptionMode | ( | ) | [static] |
Definition at line 86 of file WhatsThis.cpp.
Referenced by activated().
bool StdCmdDescription::inDescriptionMode | ( | ) | [static] |
Definition at line 72 of file WhatsThis.cpp.
Referenced by activated().
void StdCmdDescription::leaveDescriptionMode | ( | ) | [static] |
Definition at line 92 of file WhatsThis.cpp.
Referenced by activated().
void StdCmdDescription::setSource | ( | const QString & | src | ) | [static] |
Definition at line 77 of file WhatsThis.cpp.
References Gui::getMainWindow().