COPASI API
4.16.103
Main Page
Namespaces
Classes
Files
File List
File Members
copasi
plot
CPlotColors.h
Go to the documentation of this file.
1
// Begin CVS Header
2
// $Source: /fs/turing/cvs/copasi_dev/cvs_admin/addHeader,v $
3
// $Revision: 1.18 $
4
// $Name: HEAD $
5
// $Author: shoops $
6
// $Date: 2012/03/07 20:49:51 $
7
// End CVS Header
8
9
// Copyright (C) 2012 by Pedro Mendes, Virginia Tech Intellectual
10
// Properties, Inc., University of Heidelberg, and The University
11
// of Manchester.
12
// All rights reserved.
13
14
#ifndef CPLOTCOLORS_H
15
#define CPLOTCOLORS_H
16
17
#include <string>
18
19
/*
20
* Class for handling the colors in plots.
21
* Provides the predefined colors in COPASI and other
22
* utility functionality
23
* This class does not depend on QT and is used in the backend.
24
* The colors are mainly handled as hex strings
25
*/
26
class
CPlotColors
27
{
28
public
:
29
static
std::string
getCopasiColorStr
(
size_t
index);
30
static
size_t
getNumCopasiColors
();
31
private
:
32
};
33
34
#endif // CPLOTCOLORS_H
CPlotColors::getNumCopasiColors
static size_t getNumCopasiColors()
Definition:
CPlotColors.cpp:36
CPlotColors
Definition:
CPlotColors.h:26
CPlotColors::getCopasiColorStr
static std::string getCopasiColorStr(size_t index)
Definition:
CPlotColors.cpp:17
Generated on Thu Jul 2 2015 14:50:27 for COPASI API by
1.8.6