|
BALL
1.4.1
|
#include <BALL/VIEW/KERNEL/message.h>
Public Member Functions | |
| RegisterHelpSystemMessage () | |
| void | setObject (const QObject *object) |
| void | setURL (const String &url) |
| void | setRegisterMode (bool state) |
| const QObject * | getObject () const |
| const String & | getURL () const |
| bool | isRegister () const |
Protected Attributes | |
| const QObject * | object_ |
| Index | menu_entry_ |
| String | url_ |
| bool | register_ |
Register a QObject to a URL in the documentation This message is send by ModularWidget::registerForHelpSystem and should probably not be used otherwise.
| const QObject* BALL::VIEW::RegisterHelpSystemMessage::getObject | ( | ) | const [inline] |
| const String& BALL::VIEW::RegisterHelpSystemMessage::getURL | ( | ) | const [inline] |
| bool BALL::VIEW::RegisterHelpSystemMessage::isRegister | ( | ) | const [inline] |
| void BALL::VIEW::RegisterHelpSystemMessage::setObject | ( | const QObject * | object | ) | [inline] |
| void BALL::VIEW::RegisterHelpSystemMessage::setRegisterMode | ( | bool | state | ) | [inline] |
| void BALL::VIEW::RegisterHelpSystemMessage::setURL | ( | const String & | url | ) | [inline] |
const QObject* BALL::VIEW::RegisterHelpSystemMessage::object_ [protected] |
bool BALL::VIEW::RegisterHelpSystemMessage::register_ [protected] |
String BALL::VIEW::RegisterHelpSystemMessage::url_ [protected] |
1.7.6.1