Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cXStyleSheet.h File Reference
#include "cXSpriteMap.h"
#include "cXStylePrefs.h"
#include "Gray3D/include/DX/cDXSprite.h"
#include "cXStyleSheetElements.tbl"
#include "cXStyleSheetColors.tbl"

Go to the source code of this file.

Classes

class  GrayGUI::cXStyleSheet
 
struct  GrayGUI::cXStyleRenderer
 

Namespaces

 GrayGUI
 

Macros

#define cXStyleSheetElement(a, b)   XSTYLE_##a,
 
#define cXStyleSheetColor(a, b, c, d)   XSTYLE_COLOR_##a,
 

Enumerations

enum  GrayGUI::XSTYLE_ELEM_TYPE { GrayGUI::XSTYLE_ELEM_QTY }
 
enum  GrayGUI::XSTYLE_COLOR_TYPE { GrayGUI::XSTYLE_COLOR_QTY }
 

Variables

cXStyleRenderer GrayGUI::g_XStyle
 

Detailed Description

Macro Definition Documentation

◆ cXStyleSheetColor

#define cXStyleSheetColor (   a,
  b,
  c,
 
)    XSTYLE_COLOR_##a,

◆ cXStyleSheetElement

#define cXStyleSheetElement (   a,
 
)    XSTYLE_##a,