Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members

colors.h

Go to the documentation of this file.
00001 //LabPlot colors.h
00002 
00003 // used from pie plot and set different colors
00004 
00005 #ifndef COLORS_H
00006 #define COLORS_H
00007 
00008 static QColor colortable[16]={Qt::black,Qt::blue,Qt::green,Qt::red,Qt::cyan,Qt::magenta,Qt::yellow,Qt::gray,Qt::lightGray,Qt::darkGray,
00009         Qt::darkRed, Qt::darkGreen, Qt::darkBlue, Qt::darkCyan, Qt::darkMagenta, Qt::darkYellow};
00010 
00011 
00012 #endif // COLORS_H

Generated on Sun Apr 2 02:05:09 2006 for LabPlot by  doxygen 1.4.4