mradioboxpiece.h
00001
00002 #ifndef _MGUI_NCSCTRL_RADIOBOXPIECE_H
00003 #define _MGUI_NCSCTRL_RADIOBOXPIECE_H
00004
00005 #ifdef __cplusplus
00006 extern "C" {
00007 #endif
00008
00009 typedef struct _mRadioBoxPieceClass mRadioBoxPieceClass;
00010 typedef struct _mRadioBoxPiece mRadioBoxPiece;
00011
00012 #define mRadioBoxPieceClassHeader(clss, superCls) \
00013 mRenderablePieceClassHeader(clss, superCls)
00014
00015 struct _mRadioBoxPieceClass
00016 {
00017 mRadioBoxPieceClassHeader(mRadioBoxPiece, mRenderablePiece)
00018 };
00019
00020 MGNCS_EXPORT extern mRadioBoxPieceClass g_stmRadioBoxPieceCls;
00021
00022 #define mRadioBoxPieceHeader(clss) \
00023 mRenderablePieceHeader(clss)
00024
00025 struct _mRadioBoxPiece
00026 {
00027 mRadioBoxPieceHeader(mRadioBoxPiece)
00028 };
00029
00030
00031
00032
00033
00034
00035 #ifdef __cplusplus
00036 }
00037 #endif
00038
00039 #endif
00040