BALL::VIEW::RegisterHelpSystemMessage Class Reference
[Messages]

#include <BALL/VIEW/KERNEL/message.h>

Inheritance diagram for BALL::VIEW::RegisterHelpSystemMessage:
BALL::VIEW::Message

List of all members.


Public Member Functions

 RegisterHelpSystemMessage ()
void setObject (const QObject *object)
void setURL (const String &url)
void setRegisterMode (bool state)
const QObjectgetObject () const
const StringgetURL () const
bool isRegister () const

Protected Attributes

const QObjectobject_
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.


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