FACT++  1.0

Stream manipulators to change the attributes of a WindowLog stream.

Enumerator
kReset 

Reset all attributes.

kNormal 

Set attribute Normal.

kHighlight 

Set attribute Highlight.

kUnderline 

Set attribute Underline.

kReverse 

Set attribute Reverse.

kBlink 

Set attribute Blink.

kDim 

Set attribute Dim.

kBold 

Set attribute Bold.

kProtect 

Set attribute Protect.

kInvisible 

Set attribute Invisible.

kAltCharset 

Set attribute Alternative charset.

Definition at line 27 of file WindowLog.h.

28 {
29  kReset = -1,
30  kNormal = A_NORMAL,
31  kHighlight = A_STANDOUT,
32  kUnderline = A_UNDERLINE,
33  kReverse = A_REVERSE,
34  kBlink = A_BLINK,
35  kDim = A_DIM,
36  kBold = A_BOLD,
37  kProtect = A_PROTECT,
38  kInvisible = A_INVIS,
39  kAltCharset = A_ALTCHARSET,
40 };
Set attribute Invisible.
Definition: WindowLog.h:38
Set attribute Reverse.
Definition: WindowLog.h:33
Set attribute Alternative charset.
Definition: WindowLog.h:39
Set attribute Blink.
Definition: WindowLog.h:34
Set attribute Highlight.
Definition: WindowLog.h:31
Set attribute Normal.
Definition: WindowLog.h:30
Set attribute Underline.
Definition: WindowLog.h:32
Set attribute Dim.
Definition: WindowLog.h:35
Set attribute Protect.
Definition: WindowLog.h:37
Reset all attributes.
Definition: WindowLog.h:29
Set attribute Bold.
Definition: WindowLog.h:36