Chemical Data Processing Library C++ API - Version 1.1.1
|
Definition of constants in namespace CDPL::Vis::ReactionProperty. More...
#include "CDPL/Vis/APIPrefix.hpp"
Go to the source code of this file.
Namespaces | |
CDPL | |
The namespace of the Chemical Data Processing Library. | |
CDPL::Base | |
Contains core framework classes and functions. | |
CDPL::Vis | |
Contains classes and functions related to data visualization. | |
CDPL::Vis::ReactionProperty | |
Provides keys for built-in Chem::Reaction properties. | |
Variables | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::ReactionProperty::ARROW_STYLE |
Specifies the style of the reaction arrow. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::ReactionProperty::ARROW_COLOR |
Specifies the color of the reaction arrow. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::ReactionProperty::ARROW_LENGTH |
Specifies the length of the reaction arrow. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::ReactionProperty::ARROW_HEAD_LENGTH |
Specifies the head length of the reaction arrow. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::ReactionProperty::ARROW_HEAD_WIDTH |
Specifies the head width of the reaction arrow. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::ReactionProperty::ARROW_SHAFT_WIDTH |
Specifies the shaft width of the reaction arrow. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::ReactionProperty::ARROW_LINE_WIDTH |
Specifies the line width of the reaction arrow outline. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::ReactionProperty::COMPONENT_LAYOUT |
Specifies the style of the reaction product and reactant layout. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::ReactionProperty::COMPONENT_LAYOUT_DIRECTION |
Specifies the direction of the reaction product and reactant layout. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::ReactionProperty::COMPONENT_MARGIN |
Specifies the amount of free space that is added horizontally and vertically to the bounds of a reaction component. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::ReactionProperty::SHOW_REACTANTS |
Specifies whether or not to show the reactants of the reaction. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::ReactionProperty::SHOW_AGENTS |
Specifies whether or not to show the agents of the reaction. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::ReactionProperty::SHOW_PRODUCTS |
Specifies whether or not to show the products of the reaction. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::ReactionProperty::AGENT_ALIGNMENT |
Specifies the vertical alignment of the reaction agents relative to the reaction arrow. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::ReactionProperty::AGENT_LAYOUT |
Specifies the style of the reaction agent layout. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::ReactionProperty::AGENT_LAYOUT_DIRECTION |
Specifies the direction of the reaction agent layout. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::ReactionProperty::PLUS_SIGN_COLOR |
Specifies the color of the '+' signs between the components of the reaction. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::ReactionProperty::PLUS_SIGN_SIZE |
Specifies the size of the '+' signs between the components of the reaction. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::ReactionProperty::PLUS_SIGN_LINE_WIDTH |
Specifies the line width of the '+' signs between the components of the reaction. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::ReactionProperty::SHOW_PLUS_SIGNS |
Specifies whether or not to draw '+' signs between the components of the reaction. More... | |
Definition of constants in namespace CDPL::Vis::ReactionProperty.