00001 00024 #ifndef INC_MGUI_GRIDSTYL_H 00025 #define INC_MGUI_GRIDSTYL_H 00026 00027 #ifndef INC_MGUI_GRID_H 00028 #include <mgui/grid.h> 00029 #endif 00030 00031 #ifndef INC_MI32_MGD2_H 00032 #include <mi32/mgd2.h> 00033 #endif 00034 00035 #ifndef GENERATING_DOXYGEN_OUTPUT 00036 // Forward declarations. 00037 struct POINTSTYLE; 00038 struct LINESTYLE; 00039 struct POLYSTYLE; 00040 namespace RVC { 00041 class STYLE; 00042 } 00043 #endif // GENERATING_DOXYGEN_OUTPUT 00044 00045 namespace MGUI { 00046 00048 void GridDrawStyleSample ( 00049 const CTRL_GRID::CUSTOMDRAW& drawinfo, 00050 const RVC::STYLE& StyleObj, 00051 const POINTSTYLE& ElemStyle, 00052 MGD::STYLESAMPLEFLAGS flags 00053 ); 00054 00056 void GridDrawStyleSample ( 00057 const CTRL_GRID::CUSTOMDRAW& drawinfo, 00058 const RVC::STYLE& StyleObj, 00059 const LINESTYLE& ElemStyle, 00060 MGD::STYLESAMPLEFLAGS flags 00061 ); 00062 00064 void GridDrawStyleSample ( 00065 const CTRL_GRID::CUSTOMDRAW& drawinfo, 00066 const RVC::STYLE& StyleObj, 00067 const POLYSTYLE& ElemStyle, 00068 MGD::STYLESAMPLEFLAGS flags 00069 ); 00070 00071 } // End namespace MGUI 00072 00073 00074 #endif // INC_MGUI_GRIDSTYL_H
1.6.1