// This file is generated by WOK (CPPExt). // Please do not edit this file; modify original file instead. // The copyright and license terms as defined for the original file apply to // this header file considered to be the "object code" form of the original source. #ifndef _WNT_Image_HeaderFile #define _WNT_Image_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_WNT_Image_HeaderFile #include #endif #ifndef _Standard_Address_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif #ifndef _MMgt_TShared_HeaderFile #include #endif #ifndef _Aspect_Handle_HeaderFile #include #endif class WNT_ImageManager; //! Internal class for image management
class WNT_Image : public MMgt_TShared { public: //! Creates a class.
Standard_EXPORT WNT_Image(const Aspect_Handle aBitmap,const Standard_Integer aHashCode); //! Destroys all ressources attached to the Image
Standard_EXPORT virtual void Destroy() ; ~WNT_Image() { Destroy(); } //! Returns bitmap handle
Aspect_Handle HBITMAP() const; //! Returns pointer to internal structure
Standard_Address Image() const; friend class WNT_ImageManager; DEFINE_STANDARD_RTTI(WNT_Image) protected: Standard_Address myImage; Standard_Integer myHashCode; private: }; #include // other Inline functions and methods (like "C++: function call" methods) #endif