X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12028905135250524409f1e7b9bfa9c55e5ce16b..fa93d732e2afd376527d9c0eb726057f15f18868:/include/wx/imagxpm.h diff --git a/include/wx/imagxpm.h b/include/wx/imagxpm.h index c4ae5e262b..46903ea921 100644 --- a/include/wx/imagxpm.h +++ b/include/wx/imagxpm.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: imaggif.h +// Name: wx/imagxpm.h // Purpose: wxImage XPM handler // Author: Vaclav Slavik // RCS-ID: $Id$ @@ -10,18 +10,15 @@ #ifndef _WX_IMAGXPM_H_ #define _WX_IMAGXPM_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "imagxpm.h" -#endif - #include "wx/image.h" +#if wxUSE_XPM //----------------------------------------------------------------------------- // wxXPMHandler //----------------------------------------------------------------------------- -class WXDLLEXPORT wxXPMHandler : public wxImageHandler +class WXDLLIMPEXP_CORE wxXPMHandler : public wxImageHandler { public: inline wxXPMHandler() @@ -33,8 +30,9 @@ public: } #if wxUSE_STREAMS - virtual bool LoadFile( wxImage *image, wxInputStream& stream, bool verbose=TRUE, int index=-1 ); - virtual bool SaveFile( wxImage *image, wxOutputStream& stream, bool verbose=TRUE ); + virtual bool LoadFile( wxImage *image, wxInputStream& stream, bool verbose=true, int index=-1 ); + virtual bool SaveFile( wxImage *image, wxOutputStream& stream, bool verbose=true ); +protected: virtual bool DoCanRead( wxInputStream& stream ); #endif @@ -42,7 +40,6 @@ private: DECLARE_DYNAMIC_CLASS(wxXPMHandler) }; +#endif // wxUSE_XPM -#endif - // _WX_IMAGXPM_H_ - +#endif // _WX_IMAGXPM_H_