Source Code (Use browser search to find items of interest.)

Class Index

kedit'SColorState (./kdeutils/kedit/optionstate.h:39)

struct SColorState
{
  SColorState( void )
  {
    textFg = Qt::black;
    textBg = Qt::white;
  }

  QColor textFg;
  QColor textBg;
};