- Timestamp:
- 05/16/17 17:56:10 (7 years ago)
- Location:
- trunk/FACT++/src
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/WindowLog.h
r17229 r18868 11 11 #include "../externals/Queue.h" 12 12 13 /// Stream manipulators to change the color of a WindowLog stream 14 enum WindowLogColor 15 { 16 kDefault = 0, ///< Set default colors 17 kRed = 1, ///< Set color Red 18 kGreen = 2, ///< Set color Green 19 kYellow = 3, ///< Set color Yellow 20 kBlue = 4, ///< Set color Blue 21 kMagenta = 5, ///< Set color Magenta 22 kCyan = 6, ///< Set color Cyan 23 kWhite = 7, ///< Set color White 24 }; 13 #include "WindowLogColor.h" 25 14 26 15 /// Stream manipulators to change the attributes of a WindowLog stream
Note:
See TracChangeset
for help on using the changeset viewer.