EditorStyleDef Class Reference

EditorStyleDef Class Reference

#include <MXS_Editor_Interface.h>

Public Types

enum  flags {
  sdNone = 0, sdFont = 0x1, sdSize = 0x2, sdFore = 0x4,
  sdBack = 0x8, sdBold = 0x10, sdItalics = 0x20, sdEOLFilled = 0x40,
  sdUnderlined = 0x80
}
 

Public Member Functions

 EditorStyleDef ()
 

Public Attributes

MCHAR font [200]
 
int size
 
long fore
 
long back
 
bool bold
 
bool italics
 
bool eolfilled
 
bool underlined
 
enum EditorStyleDef::flags specified
 

Member Enumeration Documentation

enum flags
Enumerator
sdNone 
sdFont 
sdSize 
sdFore 
sdBack 
sdBold 
sdItalics 
sdEOLFilled 
sdUnderlined 
29  { sdNone = 0, sdFont = 0x1, sdSize = 0x2,
30  sdFore = 0x4, sdBack = 0x8, sdBold = 0x10, sdItalics = 0x20,
31  sdEOLFilled = 0x40, sdUnderlined = 0x80} specified;
Definition: MXS_Editor_Interface.h:30
Definition: MXS_Editor_Interface.h:30
Definition: MXS_Editor_Interface.h:30
Definition: MXS_Editor_Interface.h:29
Definition: MXS_Editor_Interface.h:29
Definition: MXS_Editor_Interface.h:30
Definition: MXS_Editor_Interface.h:31
Definition: MXS_Editor_Interface.h:29
Definition: MXS_Editor_Interface.h:31
enum EditorStyleDef::flags specified

Constructor & Destructor Documentation

EditorStyleDef ( )
inline
32 { memset(this, 0, sizeof(EditorStyleDef)); }
Definition: MXS_Editor_Interface.h:19

Member Data Documentation

MCHAR font[200]
int size
long fore
long back
bool bold
bool italics
bool eolfilled
bool underlined
enum EditorStyleDef::flags specified