BALL::VIEW::RegisterHelpSystemMessage Class Reference
[Messages]
#include <BALL/VIEW/KERNEL/message.h>
List of all members.
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.
Definition at line 805 of file message.h.
Constructor & Destructor Documentation
BALL::VIEW::RegisterHelpSystemMessage::RegisterHelpSystemMessage |
( |
|
) |
|
Member Function Documentation
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] |
Member Data Documentation