Chemical Data Processing Library C++ API - Version 1.1.1
Vis/ReactionProperty.hpp
Go to the documentation of this file.
1 /*
2  * ReactionProperty.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_REACTIONPROPERTY_HPP
30 #define CDPL_VIS_REACTIONPROPERTY_HPP
31 
32 #include "CDPL/Vis/APIPrefix.hpp"
33 
34 
35 namespace CDPL
36 {
37 
38  namespace Base
39  {
40 
41  class LookupKey;
42  }
43 
44  namespace Vis
45  {
46 
50  namespace ReactionProperty
51  {
52 
62 
71 
83 
95 
107 
119 
131 
141 
151 
161 
171 
181 
191 
201 
211 
221 
230 
240 
250 
260  } // namespace ReactionProperty
261  } // namespace Vis
262 } // namespace CDPL
263 
264 #endif // CDPL_VIS_REACTIONPROPERTY_HPP
CDPL::Vis::ReactionProperty::AGENT_ALIGNMENT
CDPL_VIS_API const Base::LookupKey AGENT_ALIGNMENT
Specifies the vertical alignment of the reaction agents relative to the reaction arrow.
CDPL::Vis::ReactionProperty::COMPONENT_LAYOUT_DIRECTION
CDPL_VIS_API const Base::LookupKey COMPONENT_LAYOUT_DIRECTION
Specifies the direction of the reaction product and reactant layout.
CDPL::Vis::ReactionProperty::ARROW_LINE_WIDTH
CDPL_VIS_API const Base::LookupKey ARROW_LINE_WIDTH
Specifies the line width of the reaction arrow outline.
CDPL::Vis::ReactionProperty::ARROW_HEAD_LENGTH
CDPL_VIS_API const Base::LookupKey ARROW_HEAD_LENGTH
Specifies the head length of the reaction arrow.
CDPL::Base::LookupKey
An unique lookup key for control-parameter and property values.
Definition: LookupKey.hpp:54
CDPL::Vis::ReactionProperty::SHOW_AGENTS
CDPL_VIS_API const Base::LookupKey SHOW_AGENTS
Specifies whether or not to show the agents of the reaction.
CDPL::Vis::ReactionProperty::SHOW_PLUS_SIGNS
CDPL_VIS_API const Base::LookupKey SHOW_PLUS_SIGNS
Specifies whether or not to draw '+' signs between the components of the reaction.
CDPL::Vis::ReactionProperty::ARROW_HEAD_WIDTH
CDPL_VIS_API const Base::LookupKey ARROW_HEAD_WIDTH
Specifies the head width of the reaction arrow.
CDPL::Vis::ReactionProperty::COMPONENT_MARGIN
CDPL_VIS_API const Base::LookupKey COMPONENT_MARGIN
Specifies the amount of free space that is added horizontally and vertically to the bounds of a react...
CDPL::Vis::ReactionProperty::ARROW_STYLE
CDPL_VIS_API const Base::LookupKey ARROW_STYLE
Specifies the style of the reaction arrow.
CDPL_VIS_API
#define CDPL_VIS_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
CDPL::Vis::ReactionProperty::COMPONENT_LAYOUT
CDPL_VIS_API const Base::LookupKey COMPONENT_LAYOUT
Specifies the style of the reaction product and reactant layout.
CDPL::Vis::ReactionProperty::PLUS_SIGN_COLOR
CDPL_VIS_API const Base::LookupKey PLUS_SIGN_COLOR
Specifies the color of the '+' signs between the components of the reaction.
CDPL::Vis::ReactionProperty::AGENT_LAYOUT
CDPL_VIS_API const Base::LookupKey AGENT_LAYOUT
Specifies the style of the reaction agent layout.
CDPL::Vis::ReactionProperty::ARROW_COLOR
CDPL_VIS_API const Base::LookupKey ARROW_COLOR
Specifies the color of the reaction arrow.
CDPL::Vis::ReactionProperty::PLUS_SIGN_SIZE
CDPL_VIS_API const Base::LookupKey PLUS_SIGN_SIZE
Specifies the size of the '+' signs between the components of the reaction.
CDPL::Vis::ReactionProperty::PLUS_SIGN_LINE_WIDTH
CDPL_VIS_API const Base::LookupKey PLUS_SIGN_LINE_WIDTH
Specifies the line width of the '+' signs between the components of the reaction.
CDPL
The namespace of the Chemical Data Processing Library.
CDPL::Vis::ReactionProperty::ARROW_LENGTH
CDPL_VIS_API const Base::LookupKey ARROW_LENGTH
Specifies the length of the reaction arrow.
APIPrefix.hpp
Definition of the preprocessor macro CDPL_VIS_API.
CDPL::Vis::ReactionProperty::SHOW_REACTANTS
CDPL_VIS_API const Base::LookupKey SHOW_REACTANTS
Specifies whether or not to show the reactants of the reaction.
CDPL::Vis::ReactionProperty::ARROW_SHAFT_WIDTH
CDPL_VIS_API const Base::LookupKey ARROW_SHAFT_WIDTH
Specifies the shaft width of the reaction arrow.
CDPL::Vis::ReactionProperty::SHOW_PRODUCTS
CDPL_VIS_API const Base::LookupKey SHOW_PRODUCTS
Specifies whether or not to show the products of the reaction.
CDPL::Vis::ReactionProperty::AGENT_LAYOUT_DIRECTION
CDPL_VIS_API const Base::LookupKey AGENT_LAYOUT_DIRECTION
Specifies the direction of the reaction agent layout.