Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
00001 #ifndef FXCP1250CODEC_H 00002 #define FXCP1250CODEC_H 00003 00004 #ifndef FXTEXTCODEC_H 00005 #include "FXTextCodec.h" 00006 #endif 00007 00008 namespace FX { 00009 00010 /// CP1250 Codec 00011 class FXAPI FXCP1250Codec : public FXTextCodec { 00012 FXDECLARE(FXCP1250Codec) 00013 public: 00014 FXCP1250Codec(){} 00015 virtual FXint mb2wc(FXwchar& wc,const FXchar* src,FXint nsrc) const; 00016 virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const; 00017 virtual FXint mibEnum() const; 00018 virtual const FXchar* name() const; 00019 virtual const FXchar* mimeName() const; 00020 virtual const FXchar* const* aliases() const; 00021 virtual ~FXCP1250Codec(){} 00022 }; 00023 00024 } 00025 00026 #endif
Copyright © 1997-2005 Jeroen van der Zijp |