casa
5.7.0-16
|
#include <vector>
#include <casa/aips.h>
#include <casa/Arrays/Vector.h>
#include <casa/Arrays/Matrix.h>
#include <display/Display/DisplayEnums.h>
#include <display/Display/PixelCanvasColorTable.h>
#include <casa/BasicMath/Math.h>
#include <graphics/X11/X_enter.h>
#include <QImage>
#include <QColor>
#include <graphics/X11/X_exit.h>
Go to the source code of this file.
Classes | |
class | casa::QtPCColorTable |
Namespaces | |
casa | |
-*- mode: c++ -*- | |
Macros | |
#define | MAX_QTPCCT_SIZE |
#define | INITIAL_QTPCCT_SIZE |
maximum color slots this colortable can hold (distributed among its colormaps). More... | |
#define INITIAL_QTPCCT_SIZE |
maximum color slots this colortable can hold (distributed among its colormaps).
Could be expanded a lot, but it's probably unnecessary.
Definition at line 63 of file QtPCColorTable.h.
#define MAX_QTPCCT_SIZE |
Definition at line 58 of file QtPCColorTable.h.
Referenced by casa::QtPCColorTable::nSpareColors().