#include <OnlineDocumentation.h>
Public Member Functions | |
const char * | className () const |
The C++ class name is needed as context for the translation framework. | |
StdCmdPythonHelp () | |
~StdCmdPythonHelp () | |
Protected Member Functions | |
void | activated (int iMsg) |
Methods which gets called when activated, needs to be reimplemented! |
Definition at line 98 of file OnlineDocumentation.h.
StdCmdPythonHelp::StdCmdPythonHelp | ( | ) |
Definition at line 400 of file OnlineDocumentation.cpp.
References Gui::Command::sGroup, Gui::CommandBase::sMenuText, Gui::CommandBase::sStatusTip, Gui::CommandBase::sToolTipText, and Gui::CommandBase::sWhatsThis.
StdCmdPythonHelp::~StdCmdPythonHelp | ( | ) |
Definition at line 410 of file OnlineDocumentation.cpp.
void StdCmdPythonHelp::activated | ( | int | iMsg | ) | [protected, virtual] |
Methods which gets called when activated, needs to be reimplemented!
Implements Gui::Command.
Definition at line 418 of file OnlineDocumentation.cpp.
References Gui::getMainWindow(), and result.
const char* Gui::StdCmdPythonHelp::className | ( | ) | const [inline, virtual] |
The C++ class name is needed as context for the translation framework.
Implements Gui::CommandBase.
Definition at line 103 of file OnlineDocumentation.h.