PIP
0.4.0_beta2
Platform-Independent Primitives
|
Namespace contains enums controlled PICout. More...
Enumerations | |
enum | PICoutSpecialChar { Null, NewLine, Tab, Esc, Quote } |
Enum contains special characters. More... | |
enum | PICoutAction { Flush, Backspace, ShowCursor, HideCursor, ClearScreen, SaveContol, RestoreControl } |
Enum contains immediate action. More... | |
enum | PICoutControl { AddNone = 0x0, AddSpaces = 0x1, AddNewLine = 0x2, AddQuotes = 0x4, AddAll = 0xFFFFFFFF } |
Enum contains control of PICout. More... | |
enum | PICoutFormat { Bin = 0x01, Oct = 0x02, Dec = 0x04, Hex = 0x08, Bold = 0x10 , Underline = 0x80, Blink = 0x100, Black = 0x400, Red = 0x800, Green = 0x1000, Blue = 0x2000, Yellow = 0x4000, Magenta = 0x8000, Cyan = 0x10000, White = 0x20000, BackBlack = 0x40000, BackRed = 0x80000, BackGreen = 0x100000, BackBlue = 0x200000, BackYellow = 0x400000, BackMagenta = 0x800000, BackCyan = 0x1000000, BackWhite = 0x2000000, Default = 0x4000000 } |
Enum contains output format. More... | |
Namespace contains enums controlled PICout.
Enum contains control of PICout.
Enumerator | |
---|---|
AddNone |
No controls |
AddSpaces |
Spaces will be appear after each output |
AddNewLine |
New line will be appear after all output |
AddQuotes |
Each string will be quoted |
AddAll |
All controls |
Enum contains output format.