Chemical Data Processing Library C++ API - Version 1.1.1
Vis/ReactionPropertyDefault.hpp
Go to the documentation of this file.
1 /*
2  * ReactionPropertyDefault.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_REACTIONPROPERTYDEFAULT_HPP
30 #define CDPL_VIS_REACTIONPROPERTYDEFAULT_HPP
31 
32 #include "CDPL/Vis/APIPrefix.hpp"
33 #include "CDPL/Vis/Color.hpp"
34 #include "CDPL/Vis/Font.hpp"
36 
37 
38 namespace CDPL
39 {
40 
41  namespace Vis
42  {
43 
47  namespace ReactionPropertyDefault
48  {
49 
50  extern CDPL_VIS_API const unsigned int ARROW_STYLE;
51  extern CDPL_VIS_API const Color ARROW_COLOR;
57  extern CDPL_VIS_API const unsigned int COMPONENT_LAYOUT;
58  extern CDPL_VIS_API const unsigned int COMPONENT_LAYOUT_DIRECTION;
60  extern CDPL_VIS_API const bool SHOW_REACTANTS;
61  extern CDPL_VIS_API const bool SHOW_AGENTS;
62  extern CDPL_VIS_API const bool SHOW_PRODUCTS;
63  extern CDPL_VIS_API const unsigned int AGENT_ALIGNMENT;
64  extern CDPL_VIS_API const unsigned int AGENT_LAYOUT;
65  extern CDPL_VIS_API const unsigned int AGENT_LAYOUT_DIRECTION;
66  extern CDPL_VIS_API const Color PLUS_SIGN_COLOR;
69  extern CDPL_VIS_API const bool SHOW_PLUS_SIGNS;
70  } // namespace ReactionPropertyDefault
71  } // namespace Vis
72 } // namespace CDPL
73 
74 #endif // CDPL_VIS_REACTIONPROPERTYDEFAULT_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
SizeSpecification.hpp
Definition of the class CDPL::Vis::SizeSpecification.
CDPL::Vis::ReactionPropertyDefault::PLUS_SIGN_LINE_WIDTH
CDPL_VIS_API const SizeSpecification PLUS_SIGN_LINE_WIDTH
CDPL::Vis::ReactionPropertyDefault::COMPONENT_MARGIN
CDPL_VIS_API const SizeSpecification COMPONENT_MARGIN
Font.hpp
Definition of the class CDPL::Vis::Font.
CDPL::Vis::ReactionPropertyDefault::AGENT_LAYOUT
CDPL_VIS_API const unsigned int AGENT_LAYOUT
CDPL::Vis::ReactionPropertyDefault::SHOW_PLUS_SIGNS
CDPL_VIS_API const bool SHOW_PLUS_SIGNS
CDPL::Vis::ReactionPropertyDefault::PLUS_SIGN_COLOR
CDPL_VIS_API const Color PLUS_SIGN_COLOR
CDPL::Vis::ReactionPropertyDefault::ARROW_COLOR
CDPL_VIS_API const Color ARROW_COLOR
CDPL::Vis::ReactionPropertyDefault::SHOW_AGENTS
CDPL_VIS_API const bool SHOW_AGENTS
CDPL_VIS_API
#define CDPL_VIS_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
CDPL::Vis::ReactionPropertyDefault::COMPONENT_LAYOUT_DIRECTION
CDPL_VIS_API const unsigned int COMPONENT_LAYOUT_DIRECTION
CDPL::Vis::ReactionPropertyDefault::ARROW_HEAD_LENGTH
CDPL_VIS_API const SizeSpecification ARROW_HEAD_LENGTH
CDPL::Vis::ReactionPropertyDefault::SHOW_PRODUCTS
CDPL_VIS_API const bool SHOW_PRODUCTS
CDPL::Vis::ReactionPropertyDefault::COMPONENT_LAYOUT
CDPL_VIS_API const unsigned int COMPONENT_LAYOUT
CDPL::Vis::ReactionPropertyDefault::ARROW_HEAD_WIDTH
CDPL_VIS_API const SizeSpecification ARROW_HEAD_WIDTH
CDPL::Vis::ReactionPropertyDefault::ARROW_STYLE
CDPL_VIS_API const unsigned int ARROW_STYLE
CDPL
The namespace of the Chemical Data Processing Library.
CDPL::Vis::ReactionPropertyDefault::ARROW_LINE_WIDTH
CDPL_VIS_API const SizeSpecification ARROW_LINE_WIDTH
CDPL::Vis::ReactionPropertyDefault::ARROW_LENGTH
CDPL_VIS_API const SizeSpecification ARROW_LENGTH
CDPL::Vis::ReactionPropertyDefault::SHOW_REACTANTS
CDPL_VIS_API const bool SHOW_REACTANTS
CDPL::Vis::ReactionPropertyDefault::ARROW_SHAFT_WIDTH
CDPL_VIS_API const SizeSpecification ARROW_SHAFT_WIDTH
Color.hpp
Definition of the class CDPL::Vis::Color.
APIPrefix.hpp
Definition of the preprocessor macro CDPL_VIS_API.
CDPL::Vis::ReactionPropertyDefault::AGENT_ALIGNMENT
CDPL_VIS_API const unsigned int AGENT_ALIGNMENT
CDPL::Vis::ReactionPropertyDefault::PLUS_SIGN_SIZE
CDPL_VIS_API const SizeSpecification PLUS_SIGN_SIZE
CDPL::Vis::ReactionPropertyDefault::AGENT_LAYOUT_DIRECTION
CDPL_VIS_API const unsigned int AGENT_LAYOUT_DIRECTION
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