@TextBlack.h 640 B

123456789101112131415
  1. /******************************************************************************/
  2. class TextBlack : TextStyle // text style which resets its color upon changing skin with preference to black
  3. {
  4. static ObjPtrs<TextBlack> texts;
  5. void skinChanged();
  6. TextBlack& reset ();
  7. TextBlack& operator= (C TextStyle&ts);
  8. TextBlack();
  9. ~TextBlack();
  10. };
  11. /******************************************************************************/
  12. /******************************************************************************/
  13. /******************************************************************************/