Changeset 247 for cpp/frams/genetics/fT/oper_fTest.cpp
- Timestamp:
- 11/07/14 17:51:01 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/genetics/fT/oper_fTest.cpp
r194 r247 115 115 116 116 ///Applying some colors and font styles... 117 u nsigned longGenoOper_fTest::style(const char *g, int pos)117 uint32_t GenoOper_fTest::style(const char *g, int pos) 118 118 { 119 119 char ch = g[pos]; 120 u nsigned longstyle = GENSTYLE_CS(0, GENSTYLE_INVALID); //default, should be changed below120 uint32_t style = GENSTYLE_CS(0, GENSTYLE_INVALID); //default, should be changed below 121 121 if (ch == 'A') style = GENSTYLE_RGBS(200, 0, 0, GENSTYLE_BOLD); 122 122 if (ch == 'T') style = GENSTYLE_RGBS(0, 200, 0, GENSTYLE_BOLD);
Note: See TracChangeset
for help on using the changeset viewer.