UltraScan III
us_colorgradIO.h
Go to the documentation of this file.
1 #ifndef US_COLORGRIO_H
2 #define US_COLORGRIO_H
3 
4 #include <QtGui>
5 #include <QtXml>
6 
7 #include "us_extern.h"
8 
10 
12 {
13  public:
14 
15  static const int XFS_OK = 0;
16  static const int XFS_EROPN = 1;
17  static const int XFS_ERXML = 2;
18  static const int XFS_ERCST = 3;
19 
32  static int read_color_gradient( QString, QList< QColor >& );
33 
51  static int read_color_steps( QString, QList< QColor >&,
52  QList< double >& );
53 
69  static int read_color_step_params( QString, QList< int >& );
70 };
71 
72 #endif