Searched refs:m_bColor (Results 1 – 2 of 2) sorted by relevance
112 void setColor(bool pEnabled = true) { m_bColor = pEnabled; }114 bool color() const { return m_bColor; } in color()366 bool m_bColor : 1; // --color[=true,false,auto] variable
45 m_bColor(true), in GeneralOptions()