mvboxlayoutpiece.h
00001
00002 #ifndef _MGUI_NCSCTRL_VBOXLAYOUTPIECE_H
00003 #define _MGUI_NCSCTRL_VBOXLAYOUTPIECE_H
00004
00005 #ifdef __cplusplus
00006 extern "C" {
00007 #endif
00008
00009 typedef struct _mVBoxLayoutPieceClass mVBoxLayoutPieceClass;
00010 typedef struct _mVBoxLayoutPiece mVBoxLayoutPiece;
00011
00012 #define mVBoxLayoutPieceClassHeader(clss, superCls) \
00013 mBoxLayoutPieceClassHeader(clss, superCls)
00014
00015 struct _mVBoxLayoutPieceClass
00016 {
00017 mVBoxLayoutPieceClassHeader(mVBoxLayoutPiece, mBoxLayoutPiece)
00018 };
00019
00020 MGNCS_EXPORT extern mVBoxLayoutPieceClass g_stmVBoxLayoutPieceCls;
00021
00022 #define mVBoxLayoutPieceHeader(clss) \
00023 mBoxLayoutPieceHeader(clss)
00024
00025 struct _mVBoxLayoutPiece
00026 {
00027 mVBoxLayoutPieceHeader(mVBoxLayoutPiece)
00028 };
00029
00030
00031 #ifdef __cplusplus
00032 }
00033 #endif
00034
00035 #endif
00036