Warning, file /frameworks/kguiaddons/autotests/kcolorutilstest.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 #ifndef KCOLORUTILSTEST_H 0002 #define KCOLORUTILSTEST_H 0003 0004 #include <QObject> 0005 0006 class tst_KColorUtils : public QObject 0007 { 0008 Q_OBJECT 0009 private Q_SLOTS: 0010 void testOverlay(); 0011 void testMix(); 0012 void testHCY(); 0013 void testContrast(); 0014 void testShading(); 0015 }; 0016 0017 #endif // KCOLORUTILSTEST_H