Chemical Data Processing Library C++ API - Version 1.2.0
|
Definition of constants in namespace CDPL::Vis::AtomProperty. 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::AtomProperty | |
Provides keys for built-in Chem::Atom properties. | |
Variables | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::AtomProperty::COLOR |
Specifies the color of text labels. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::AtomProperty::LABEL_FONT |
Specifies the font for atom element and query match expression labels. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::AtomProperty::LABEL_SIZE |
Specifies the size of atom element and query match expression labels. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::AtomProperty::SECONDARY_LABEL_FONT |
Specifies the font for text labels that show the value of various atomic properties. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::AtomProperty::SECONDARY_LABEL_SIZE |
Specifies the size of text labels that show the value of various atomic properties. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::AtomProperty::LABEL_MARGIN |
Specifies the margin of free space around atom labels. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::AtomProperty::RADICAL_ELECTRON_DOT_SIZE |
Specifies the size of radical electron dots. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::AtomProperty::CONFIGURATION_LABEL_FONT |
Specifies the font used for atom configuration descriptor text labels. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::AtomProperty::CONFIGURATION_LABEL_SIZE |
Specifies the size of atom configuration descriptor text labels. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::AtomProperty::CONFIGURATION_LABEL_COLOR |
Specifies the color used for atom configuration descriptor text labels. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::AtomProperty::CUSTOM_LABEL_FONT |
Specifies the font used for custom text labels. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::AtomProperty::CUSTOM_LABEL_SIZE |
Specifies the size of custom text labels. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::AtomProperty::CUSTOM_LABEL_COLOR |
Specifies the color used for custom text labels. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::AtomProperty::CUSTOM_LABEL |
Specifies the custom label text. Value Type: std::string. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::AtomProperty::HIGHLIGHTED_FLAG |
Specifies whether or not the atom is highlighted. Value Type: bool. More... | |
CDPL_VIS_API const Base::LookupKey | CDPL::Vis::AtomProperty::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::AtomProperty::HIGHLIGHT_AREA_OUTLINE_PEN |
Specifies the pen to use for drawing atom highlighting area outlines. Value Type: Vis::Pen. More... | |
Definition of constants in namespace CDPL::Vis::AtomProperty.