IHelpTutorialEvent

Events of class IHelpTutorialEvent are dispatched when the user selects the Tutorial menu choice.


IHelpTutorialEvent - Member Functions and Data by Group

Constructors & Destructor

You can construct and destruct objects of this class.


[view class]
~IHelpTutorialEvent
public:
virtual ~IHelpTutorialEvent()

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
IHelpTutorialEvent
public:
IHelpTutorialEvent(const IEvent& event)

Constructs an IHelpTutorialEvent using the specified event. IHelpHandler::dispatchHandlerEvent constructs objects of this class from an object of the class IEvent and passes the resulting objects to the function IHelpHandler::showTutorial.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Tutorial

An IHelpTutorialEvent object contains the name of the tutorial program to run.


[view class]
tutorialName
public:
IString tutorialName() const

Returns the tutorial program name. You specify this program when creating the IHelpWindow object.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


IHelpTutorialEvent - Inherited Member Functions and Data

Inherited Public Functions

IEvent

Inherited Public Data

Inherited Protected Functions

Inherited Protected Data