Chemical Data Processing Library C++ API - Version 1.2.0
Namespaces | Variables
Vis/BondProperty.hpp File Reference

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...
 
CDPL_VIS_API const Base::LookupKey CDPL::Vis::BondProperty::CONFIGURATION_LABEL_COLOR
 Specifies the color used for bond configuration descriptor text labels. More...
 
CDPL_VIS_API const Base::LookupKey CDPL::Vis::BondProperty::CUSTOM_LABEL_FONT
 Specifies the font used for custom text labels. More...
 
CDPL_VIS_API const Base::LookupKey CDPL::Vis::BondProperty::CUSTOM_LABEL_SIZE
 Specifies the size of custom text labels. More...
 
CDPL_VIS_API const Base::LookupKey CDPL::Vis::BondProperty::CUSTOM_LABEL_COLOR
 Specifies the color used for custom text labels. More...
 
CDPL_VIS_API const Base::LookupKey CDPL::Vis::BondProperty::CUSTOM_LABEL
 Specifies the custom label text. Value Type: std::string. More...
 
CDPL_VIS_API const Base::LookupKey CDPL::Vis::BondProperty::HIGHLIGHTED_FLAG
 Specifies whether or not the bond is highlighted. Value Type: bool. More...
 
CDPL_VIS_API const Base::LookupKey CDPL::Vis::BondProperty::HIGHLIGHT_AREA_BRUSH
 Specifies the brush to use for filling atom highlighting areas. Value Type: Vis::Brush. More...
 
CDPL_VIS_API const Base::LookupKey CDPL::Vis::BondProperty::HIGHLIGHT_AREA_OUTLINE_PEN
 Specifies the pen to use for drawing atom highlighting area outlines. Value Type: Vis::Pen. More...
 

Detailed Description

Definition of constants in namespace CDPL::Vis::BondProperty.