Chemical Data Processing Library C++ API - Version 1.1.1
|
Definition of constants in namespace CDPL::Vis::BondProperty. 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::BondProperty | |
Provides keys for built-in Chem::Bond properties. | |
Variables | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::BondProperty::COLOR |
Specifies the color of the bond. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::BondProperty::LINE_WIDTH |
Specifies the width of bond lines. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::BondProperty::LINE_SPACING |
Specifies the distance between the lines of double and triple bonds. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::BondProperty::STEREO_BOND_WEDGE_WIDTH |
Specifies the width of wedge-shaped stereo bonds. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::BondProperty::STEREO_BOND_HASH_SPACING |
Specifies the distance between the hashes of down stereo bonds. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::BondProperty::REACTION_CENTER_LINE_LENGTH |
Specifies the length of the lines in reaction center marks. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::BondProperty::REACTION_CENTER_LINE_SPACING |
Specifies the distance between the lines in reaction center marks. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::BondProperty::DOUBLE_BOND_TRIM_LENGTH |
Specifies the amount by which the non-central lines of asymmetric double bonds have to be trimmed at each line end. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::BondProperty::TRIPLE_BOND_TRIM_LENGTH |
Specifies the amount by which the non-central lines of triple bonds have to be trimmed at each line end. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::BondProperty::LABEL_FONT |
Specifies the font for bond labels. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::BondProperty::LABEL_SIZE |
Specifies the size of bond labels. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::BondProperty::LABEL_MARGIN |
Specifies the margin of free space around bond labels. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::BondProperty::CONFIGURATION_LABEL_FONT |
Specifies the font used for bond configuration descriptor text labels. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::BondProperty::CONFIGURATION_LABEL_SIZE |
Specifies the size of bond configuration descriptor text labels. More... | |
Definition of constants in namespace CDPL::Vis::BondProperty.