// 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_Icon_HeaderFile #define _WNT_Icon_HeaderFile #ifndef _Standard_HeaderFile #include #endif #ifndef _Standard_DefineHandle_HeaderFile #include #endif #ifndef _Handle_WNT_Icon_HeaderFile #include #endif #ifndef _Standard_PCharacter_HeaderFile #include #endif #ifndef _WNT_Image_HeaderFile #include #endif #ifndef _Standard_CString_HeaderFile #include #endif #ifndef _Aspect_Handle_HeaderFile #include #endif #ifndef _Standard_Integer_HeaderFile #include #endif class WNT_ImageManager; class WNT_IconBox; //! Internal class for icon management
class WNT_Icon : public WNT_Image { public: //! Creates a class.
Standard_EXPORT WNT_Icon(const Standard_CString aName,const Aspect_Handle aBitmap,const Standard_Integer aHashCode); //! Destroys all resources attached to the Icon.
Standard_EXPORT virtual void Destroy() ; ~WNT_Icon() { Destroy(); } //! Sets a name for icon.
Standard_EXPORT void SetName(const Standard_CString aName) ; friend class WNT_ImageManager; friend class WNT_IconBox; DEFINE_STANDARD_RTTI(WNT_Icon) protected: Standard_PCharacter myName; private: }; // other Inline functions and methods (like "C++: function call" methods) #endif