class toHelpContext
|
This class is used to indicate a help context of an object. More... |
|
|
Public Methods
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:
file | File in the help directory that describes the current context.
|
~toHelpContext ()
| ~toHelpContext |
[virtual]
const QString & context (void)
| context |
[const virtual]
Get this context
Returns: The location of a file that describes the current context.