IFrameEvent

The frame window handler creates objects of the IFrameEvent class and of classes derived from IFrameEvent. The frame window handler dispatches these objects to the handler's virtual function specific to a frame event.

Mainly, this class provides a common means of obtaining the frame window associated with the event.


IFrameEvent - Member Functions and Data by Group

Constructors & Destructor

You can construct, destruct, copy, and assign objects of this class.


[view class]
~IFrameEvent
public:
~IFrameEvent()

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
IFrameEvent


Overload 1
public:
IFrameEvent(const IEvent& baseEvent)

Construct an IFrameEvent using the specified event. IFrameHandler::dispatchHandlerEvent constructs objects of this class from an object of the class IEvent. The event's window handle must be that of a frame window.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Overload 2
public:
IFrameEvent(const IFrameEvent& frameEvent)

Construct an IFrameEvent by copying the specified event.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
operator =
public:
IFrameEvent& operator =(const IFrameEvent& frameEvent)

Replaces the event with the specified one.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Frame Window

Use frame window members to query the frame window associated with this event.


[view class]
frame
public:
IFrameWindow* frame() const

Returns a pointer to the frame window receiving this event.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


IFrameEvent - Inherited Member Functions and Data

Inherited Public Functions

IEvent

Inherited Public Data

Inherited Protected Functions

Inherited Protected Data