class toHelpContext

This class is used to indicate a help context of an object. More...

Definition#include <tohelp.h>
Inherited bytoParamGet, toSettingTab, toTemplate, toToolWidget
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

This class is used to indicate a help context of an object. When the current context is to be determined you start at the widget that currently has focus and walk upwards to it's parent until you find a widget that also inherits this class which specify the context of all underlying widgets.

 toHelpContext (const QString &file)

toHelpContext

Create a context.

Parameters:
fileFile in the help directory that describes the current context.

 ~toHelpContext ()

~toHelpContext

[virtual]

const QStringcontext (void)

context

[const virtual]

Get this context

Returns: The location of a file that describes the current context.