|
BALL
1.5.0
|
#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 |
Public Member Functions inherited from BALL::VIEW::Message | |
| Message () | |
| Message (const Message &message) | |
| virtual | ~Message () |
| void | setSender (const ConnectionObject *sender) |
| const ConnectionObject * | getSender () const |
| void | setDeletable (bool flag=true) |
| bool | isDeletable () const |
| boost::any & | data () |
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.
| BALL::VIEW::RegisterHelpSystemMessage::RegisterHelpSystemMessage | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |