IWindowData

Use IWindowData as an abstract base class for classes containing user defined data. The purpose of IWindowData is to provide a virtual destructor that IWindow can use to delete user defined data when the IWindow object is deleted.


IWindowData - Member Functions and Data by Group

Constructors & Destructor

Because this class is an abstract base class, you cannot directly construct objects of this class. The only way to construct objects of this class is from a derived class. To enforce this, the only constructor we provide for this class is protected. You can destruct objects of this class.


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

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
IWindowData
protected:
IWindowData()

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


IWindowData - Inherited Member Functions and Data

Inherited Public Functions

Inherited Public Data

Inherited Protected Functions

Inherited Protected Data