Chemical Data Processing Library C++ API - Version 1.2.0
Vis/MolecularGraphPropertyDefault.hpp
Go to the documentation of this file.
1 /*
2  * MolecularGraphPropertyDefault.hpp
3  *
4  * This file is part of the Chemical Data Processing Toolkit
5  *
6  * Copyright (C) 2003 Thomas Seidel <thomas.seidel@univie.ac.at>
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public License
19  * along with this library; see the file COPYING. If not, write to
20  * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21  * Boston, MA 02111-1307, USA.
22  */
23 
29 #ifndef CDPL_VIS_MOLECULARGRAPHPROPERTYDEFAULT_HPP
30 #define CDPL_VIS_MOLECULARGRAPHPROPERTYDEFAULT_HPP
31 
32 #include "CDPL/Vis/APIPrefix.hpp"
33 #include "CDPL/Vis/Color.hpp"
34 #include "CDPL/Vis/Font.hpp"
35 #include "CDPL/Vis/Brush.hpp"
36 #include "CDPL/Vis/Pen.hpp"
38 #include "CDPL/Vis/ColorTable.hpp"
39 
40 
41 namespace CDPL
42 {
43 
44  namespace Vis
45  {
46 
50  namespace MolecularGraphPropertyDefault
51  {
52 
54  extern CDPL_VIS_API const Color ATOM_COLOR;
55  extern CDPL_VIS_API const Font ATOM_LABEL_FONT;
61 
62  /*
63  * \since 1.1
64  */
66 
67  /*
68  * \since 1.1
69  */
71 
72  /*
73  * \since 1.2
74  */
76 
77  /*
78  * \since 1.2
79  */
81 
82  /*
83  * \since 1.2
84  */
86 
87  /*
88  * \since 1.2
89  */
91 
96 
101 
106 
111 
112  extern CDPL_VIS_API const Color BOND_COLOR;
121  extern CDPL_VIS_API const Font BOND_LABEL_FONT;
124 
125  /*
126  * \since 1.1
127  */
129 
130  /*
131  * \since 1.1
132  */
134 
135  /*
136  * \since 1.2
137  */
139 
140  /*
141  * \since 1.2
142  */
144 
145  /*
146  * \since 1.2
147  */
149 
150  /*
151  * \since 1.2
152  */
154 
159 
164 
169 
170  } // namespace MolecularGraphPropertyDefault
171  } // namespace Vis
172 } // namespace CDPL
173 
174 #endif // CDPL_VIS_MOLECULARGRAPHPROPERTYDEFAULT_HPP
Definition of the class CDPL::Vis::Brush.
Definition of the type CDPL::Vis::ColorTable.
Definition of the class CDPL::Vis::Color.
Definition of the class CDPL::Vis::Font.
Definition of the class CDPL::Vis::Pen.
Definition of the class CDPL::Vis::SizeSpecification.
Definition of the preprocessor macro CDPL_VIS_API.
#define CDPL_VIS_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
Specifies the fill pattern and fill color of shapes.
Definition: Brush.hpp:50
std::shared_ptr< ColorTable > SharedPointer
Definition: ColorTable.hpp:51
Specifies a color in terms of its red, green and blue components and an alpha-channel for transparenc...
Definition: Color.hpp:52
Specifies a font for drawing text.
Definition: Font.hpp:54
Specifies how to draw lines and outlines of shapes.
Definition: Pen.hpp:53
Specifies the value and type of a size attribute and defines how the value may change during processi...
Definition: SizeSpecification.hpp:45
CDPL_VIS_API const Font ATOM_LABEL_FONT
CDPL_VIS_API const SizeSpecification HIGHLIGHT_AREA_OUTLINE_WIDTH
CDPL_VIS_API const SizeSpecification TRIPLE_BOND_TRIM_LENGTH
CDPL_VIS_API const Font BOND_CONFIGURATION_LABEL_FONT
CDPL_VIS_API const Font SECONDARY_ATOM_LABEL_FONT
CDPL_VIS_API const Color ATOM_CUSTOM_LABEL_COLOR
CDPL_VIS_API const Pen ATOM_HIGHLIGHT_AREA_OUTLINE_PEN
CDPL_VIS_API const SizeSpecification BOND_LINE_WIDTH
CDPL_VIS_API const Font BOND_CUSTOM_LABEL_FONT
CDPL_VIS_API const ColorTable::SharedPointer ATOM_COLOR_TABLE
CDPL_VIS_API const SizeSpecification BOND_LINE_SPACING
CDPL_VIS_API const SizeSpecification STEREO_BOND_HASH_SPACING
CDPL_VIS_API const SizeSpecification ATOM_CONFIGURATION_LABEL_SIZE
CDPL_VIS_API const SizeSpecification BOND_CUSTOM_LABEL_SIZE
CDPL_VIS_API const Brush ATOM_HIGHLIGHT_AREA_BRUSH
CDPL_VIS_API const SizeSpecification STEREO_BOND_WEDGE_WIDTH
CDPL_VIS_API const SizeSpecification REACTION_CENTER_LINE_LENGTH
CDPL_VIS_API const SizeSpecification BOND_HIGHLIGHT_AREA_WIDTH
CDPL_VIS_API const SizeSpecification ATOM_CUSTOM_LABEL_SIZE
CDPL_VIS_API const SizeSpecification BOND_LABEL_SIZE
CDPL_VIS_API const Color BOND_COLOR
CDPL_VIS_API const SizeSpecification SECONDARY_ATOM_LABEL_SIZE
CDPL_VIS_API const Color ATOM_COLOR
CDPL_VIS_API const SizeSpecification BOND_CONFIGURATION_LABEL_SIZE
CDPL_VIS_API const Color ATOM_CONFIGURATION_LABEL_COLOR
CDPL_VIS_API const Brush BOND_HIGHLIGHT_AREA_BRUSH
CDPL_VIS_API const Font BOND_LABEL_FONT
CDPL_VIS_API const SizeSpecification ATOM_LABEL_SIZE
CDPL_VIS_API const SizeSpecification RADICAL_ELECTRON_DOT_SIZE
CDPL_VIS_API const SizeSpecification ATOM_HIGHLIGHT_AREA_SIZE
CDPL_VIS_API const Pen BOND_HIGHLIGHT_AREA_OUTLINE_PEN
CDPL_VIS_API const Color BOND_CONFIGURATION_LABEL_COLOR
CDPL_VIS_API const SizeSpecification BOND_LABEL_MARGIN
CDPL_VIS_API const Font ATOM_CUSTOM_LABEL_FONT
CDPL_VIS_API const Font ATOM_CONFIGURATION_LABEL_FONT
CDPL_VIS_API const SizeSpecification ATOM_LABEL_MARGIN
CDPL_VIS_API const Color BOND_CUSTOM_LABEL_COLOR
CDPL_VIS_API const SizeSpecification REACTION_CENTER_LINE_SPACING
CDPL_VIS_API const SizeSpecification DOUBLE_BOND_TRIM_LENGTH
The namespace of the Chemical Data Processing Library.