Scribus
Open source desktop publishing at your fingertips
sccolormgmtimplelem.h
1 /*
2 For general Scribus (>=1.3.2) copyright and licensing information please refer
3 to the COPYING file provided with the program. Following this notice may exist
4 a copyright and/or license notice that predates the release of Scribus 1.3.2
5 for which a new license (GPL+exception) is in place.
6 */
7 
8 #ifndef SCCOLORMGMTIMPLELEM_H
9 #define SCCOLORMGMTIMPLELEM_H
10 
11 #include "sccolormgmtelem.h"
12 #include "sccolormgmtengine.h"
13 
15 {
16 protected:
17  ScColorMgmtEngine m_engine;
18 
19 public:
21 
22  virtual ScColorMgmtEngine& engine();
23  virtual const ScColorMgmtEngine& engine() const;
24 };
25 
27 {
28 protected:
29  ScColorMgmtEngine m_engine;
30 
31 public:
33 
34  virtual ScColorMgmtEngine& engine();
35  virtual const ScColorMgmtEngine& engine() const;
36 };
37 
38 #endif
Definition: sccolormgmtimplelem.h:14
Definition: sccolortransformdata.h:17
Definition: sccolormgmtimplelem.h:26
Definition: sccolormgmtengine.h:16
Definition: sccolorprofiledata.h:17