Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

FX88592Codec.h
Go to the documentation of this file.
1 #ifndef FX88592CODEC_H
2 #define FX88592CODEC_H
3 
4 #ifndef FXTEXTCODEC_H
5 #include "FXTextCodec.h"
6 #endif
7 
8 namespace FX {
9 
10 /// ISO-8859-2 Codec
11 class FXAPI FX88592Codec : public FXTextCodec {
13 public:
15  virtual FXint mb2wc(FXwchar& wc,const FXchar* src,FXint nsrc) const;
16  virtual FXint wc2mb(FXchar* dst,FXint ndst,FXwchar wc) const;
17  virtual FXint mibEnum() const;
18  virtual const FXchar* name() const;
19  virtual const FXchar* mimeName() const;
20  virtual const FXchar* const* aliases() const;
21  virtual ~FX88592Codec(){}
22  };
23 
24 }
25 
26 #endif
Abstract base class for a stateless coder/decoder.
Definition: FXTextCodec.h:38
ISO-8859-2 Codec.
Definition: FX88592Codec.h:11
char FXchar
Definition: fxdefs.h:387
#define FXAPI
Definition: fxdefs.h:122
FXString name(const FXString &file)
Return name and extension part of the path name.
wchar_t FXwchar
Definition: fxdefs.h:411
int FXint
Definition: fxdefs.h:397
FX88592Codec()
Definition: FX88592Codec.h:14
FXwchar wc(const FXchar *ptr)
Return wide character from utf8 string at ptr.
virtual ~FX88592Codec()
Definition: FX88592Codec.h:21
#define FXDECLARE(classname)
Macro to set up class declaration.
Definition: FXObject.h:92

Copyright © 1997-2005 Jeroen van der Zijp