Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
Irony.Parsing.TokenEditorInfo Class Reference

Public Member Functions

 TokenEditorInfo (TokenType type, TokenColor color, TokenTriggers triggers)
 

Public Attributes

readonly TokenType Type
 
readonly TokenColor Color
 
readonly TokenTriggers Triggers
 
string ToolTip
 
int UnderlineType
 

Detailed Description

Definition at line 24 of file TokenEditorInfo.cs.

Constructor & Destructor Documentation

Irony.Parsing.TokenEditorInfo.TokenEditorInfo ( TokenType  type,
TokenColor  color,
TokenTriggers  triggers 
)

Definition at line 30 of file TokenEditorInfo.cs.

Member Data Documentation

readonly TokenColor Irony.Parsing.TokenEditorInfo.Color

Definition at line 26 of file TokenEditorInfo.cs.

string Irony.Parsing.TokenEditorInfo.ToolTip

Definition at line 28 of file TokenEditorInfo.cs.

readonly TokenTriggers Irony.Parsing.TokenEditorInfo.Triggers

Definition at line 27 of file TokenEditorInfo.cs.

readonly TokenType Irony.Parsing.TokenEditorInfo.Type

Definition at line 25 of file TokenEditorInfo.cs.

int Irony.Parsing.TokenEditorInfo.UnderlineType

Definition at line 29 of file TokenEditorInfo.cs.


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