Chemical Data Processing Library C++ API - Version 1.1.1
Vis/BondPropertyDefault.hpp
Go to the documentation of this file.
1 /*
2  * BondPropertyDefault.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_BONDPROPERTYDEFAULT_HPP
30 #define CDPL_VIS_BONDPROPERTYDEFAULT_HPP
31 
32 #include "CDPL/Vis/APIPrefix.hpp"
33 #include "CDPL/Vis/Color.hpp"
34 #include "CDPL/Vis/Font.hpp"
36 
37 namespace CDPL
38 {
39 
40  namespace Vis
41  {
42 
46  namespace BondPropertyDefault
47  {
48 
49  extern CDPL_VIS_API const Color COLOR;
58  extern CDPL_VIS_API const Font LABEL_FONT;
61 
62  /*
63  * \since 1.1
64  */
66 
67  /*
68  * \since 1.1
69  */
71  } // namespace BondPropertyDefault
72  } // namespace Vis
73 } // namespace CDPL
74 
75 #endif // CDPL_VIS_BONDPROPERTYDEFAULT_HPP
CDPL::Vis::SizeSpecification
Specifies the value and type of a size attribute and defines how the value may change during processi...
Definition: SizeSpecification.hpp:45
CDPL::Vis::BondPropertyDefault::STEREO_BOND_WEDGE_WIDTH
CDPL_VIS_API const SizeSpecification STEREO_BOND_WEDGE_WIDTH
SizeSpecification.hpp
Definition of the class CDPL::Vis::SizeSpecification.
Font.hpp
Definition of the class CDPL::Vis::Font.
CDPL::Vis::BondPropertyDefault::REACTION_CENTER_LINE_SPACING
CDPL_VIS_API const SizeSpecification REACTION_CENTER_LINE_SPACING
CDPL::Vis::BondPropertyDefault::REACTION_CENTER_LINE_LENGTH
CDPL_VIS_API const SizeSpecification REACTION_CENTER_LINE_LENGTH
CDPL::Vis::BondPropertyDefault::STEREO_BOND_HASH_SPACING
CDPL_VIS_API const SizeSpecification STEREO_BOND_HASH_SPACING
CDPL::Vis::BondPropertyDefault::LINE_SPACING
CDPL_VIS_API const SizeSpecification LINE_SPACING
CDPL::Vis::BondPropertyDefault::COLOR
CDPL_VIS_API const Color COLOR
CDPL::Vis::Font
Specifies a font for drawing text.
Definition: Font.hpp:54
CDPL::Vis::BondPropertyDefault::DOUBLE_BOND_TRIM_LENGTH
CDPL_VIS_API const SizeSpecification DOUBLE_BOND_TRIM_LENGTH
CDPL_VIS_API
#define CDPL_VIS_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
CDPL::Vis::BondPropertyDefault::LABEL_MARGIN
CDPL_VIS_API const SizeSpecification LABEL_MARGIN
CDPL::Vis::BondPropertyDefault::CONFIGURATION_LABEL_FONT
CDPL_VIS_API const Font CONFIGURATION_LABEL_FONT
CDPL::Vis::BondPropertyDefault::LABEL_FONT
CDPL_VIS_API const Font LABEL_FONT
CDPL
The namespace of the Chemical Data Processing Library.
Color.hpp
Definition of the class CDPL::Vis::Color.
APIPrefix.hpp
Definition of the preprocessor macro CDPL_VIS_API.
CDPL::Vis::BondPropertyDefault::TRIPLE_BOND_TRIM_LENGTH
CDPL_VIS_API const SizeSpecification TRIPLE_BOND_TRIM_LENGTH
CDPL::Vis::BondPropertyDefault::LABEL_SIZE
CDPL_VIS_API const SizeSpecification LABEL_SIZE
CDPL::Vis::BondPropertyDefault::LINE_WIDTH
CDPL_VIS_API const SizeSpecification LINE_WIDTH
CDPL::Vis::BondPropertyDefault::CONFIGURATION_LABEL_SIZE
CDPL_VIS_API const SizeSpecification CONFIGURATION_LABEL_SIZE
CDPL::Vis::Color
Specifies a color in terms of its red, green and blue components and an alpha-channel for transparenc...
Definition: Color.hpp:52