MyGUI  3.0.3
Public Types | Public Member Functions | Friends
MyGUI::FontCodeType Struct Reference

#include <MyGUI_FontData.h>

Public Types

enum  Enum {
  Selected = 6, SelectedBack = 7, Cursor = 8, Tab = 9,
  LF = 0x000A, CR = 0x000D, Space = 0x0020, LatinStart = 0x0021,
  NEL = 0x0085, LatinEnd = 0x00A6, MAX
}

Public Member Functions

 FontCodeType (Enum _value=MAX)

Friends

bool operator== (FontCodeType const &a, FontCodeType const &b)
bool operator!= (FontCodeType const &a, FontCodeType const &b)

Detailed Description

Definition at line 31 of file MyGUI_FontData.h.


Member Enumeration Documentation

Enumerator:
Selected 
SelectedBack 
Cursor 
Tab 
LF 
CR 
Space 
LatinStart 
NEL 
LatinEnd 
MAX 

Definition at line 33 of file MyGUI_FontData.h.


Constructor & Destructor Documentation

MyGUI::FontCodeType::FontCodeType ( Enum  _value = MAX) [inline]

Definition at line 48 of file MyGUI_FontData.h.


Friends And Related Function Documentation

bool operator!= ( FontCodeType const &  a,
FontCodeType const &  b 
) [friend]

Definition at line 51 of file MyGUI_FontData.h.

bool operator== ( FontCodeType const &  a,
FontCodeType const &  b 
) [friend]

Definition at line 50 of file MyGUI_FontData.h.


The documentation for this struct was generated from the following file: