VIEW::RegisterHelpSystemMessage Class Reference
[Messages ]
Register a QObject to a URL in the documentation This message is send by
ModularWidget::registerForHelpSystem and should probably not be used otherwise.
More...
#include <message.h>
Inheritance diagram for VIEW::RegisterHelpSystemMessage:
List of all members.
Public Member Functions
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_
Detailed Description
Register a QObject to a URL in the documentation This message is send by
ModularWidget::registerForHelpSystem and should probably not be used otherwise.