Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members

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:

VIEW::Message 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 StringgetURL () 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.