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

Definition of constants in namespace CDPL::Vis::AtomPropertyDefault. More...

#include <string>
#include "CDPL/Vis/APIPrefix.hpp"
#include "CDPL/Vis/Color.hpp"
#include "CDPL/Vis/Font.hpp"
#include "CDPL/Vis/Brush.hpp"
#include "CDPL/Vis/Pen.hpp"
#include "CDPL/Vis/SizeSpecification.hpp"

Go to the source code of this file.

Namespaces

 CDPL
 The namespace of the Chemical Data Processing Library.
 
 CDPL::Vis
 Contains classes and functions related to data visualization.
 
 CDPL::Vis::AtomPropertyDefault
 Provides default values for built-in Chem::Atom properties.
 

Variables

CDPL_VIS_API const Color CDPL::Vis::AtomPropertyDefault::COLOR
 Default value of the Vis::AtomProperty::COLOR property. More...
 
CDPL_VIS_API const Font CDPL::Vis::AtomPropertyDefault::LABEL_FONT
 Default value of the Vis::AtomProperty::LABEL_FONT property. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::AtomPropertyDefault::LABEL_SIZE
 Default value of the Vis::AtomProperty::LABEL_SIZE property. More...
 
CDPL_VIS_API const Font CDPL::Vis::AtomPropertyDefault::SECONDARY_LABEL_FONT
 Default value of the Vis::AtomProperty::SECONDARY_LABEL_FONT property. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::AtomPropertyDefault::SECONDARY_LABEL_SIZE
 Default value of the Vis::AtomProperty::SECONDARY_LABEL_SIZE property. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::AtomPropertyDefault::LABEL_MARGIN
 Default value of the Vis::AtomProperty::LABEL_MARGIN property. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::AtomPropertyDefault::RADICAL_ELECTRON_DOT_SIZE
 Default value of the Vis::AtomProperty::RADICAL_ELECTRON_DOT_SIZE property. More...
 
CDPL_VIS_API const Font CDPL::Vis::AtomPropertyDefault::CONFIGURATION_LABEL_FONT
 Default value of the Vis::AtomProperty::CONFIGURATION_LABEL_FONT property. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::AtomPropertyDefault::CONFIGURATION_LABEL_SIZE
 Default value of the Vis::AtomProperty::CONFIGURATION_LABEL_SIZE property. More...
 
CDPL_VIS_API const Color CDPL::Vis::AtomPropertyDefault::CONFIGURATION_LABEL_COLOR
 Default value of the Vis::AtomProperty::CONFIGURATION_LABEL_COLOR property. More...
 
CDPL_VIS_API const Font CDPL::Vis::AtomPropertyDefault::CUSTOM_LABEL_FONT
 Default value of the Vis::AtomProperty::CUSTOM_LABEL_FONT property. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::AtomPropertyDefault::CUSTOM_LABEL_SIZE
 Default value of the Vis::AtomProperty::CUSTOM_LABEL_SIZE property. More...
 
CDPL_VIS_API const Color CDPL::Vis::AtomPropertyDefault::CUSTOM_LABEL_COLOR
 Default value of the Vis::AtomProperty::CUSTOM_LABEL_COLOR property. More...
 
CDPL_VIS_API const std::string CDPL::Vis::AtomPropertyDefault::CUSTOM_LABEL
 Default value of the Vis::AtomProperty::CUSTOM_LABEL property. More...
 
CDPL_VIS_API const bool CDPL::Vis::AtomPropertyDefault::HIGHLIGHTED_FLAG
 Default value of the Vis::AtomProperty::HIGHLIGHTED_FLAG property. More...
 
CDPL_VIS_API const Brush CDPL::Vis::AtomPropertyDefault::HIGHLIGHT_AREA_BRUSH
 Default value of the Vis::AtomProperty::HIGHLIGHT_AREA_BRUSH property. More...
 
CDPL_VIS_API const Pen CDPL::Vis::AtomPropertyDefault::HIGHLIGHT_AREA_OUTLINE_PEN
 Default value of the Vis::AtomProperty::HIGHLIGHT_AREA_OUTLINE_PEN property. More...
 

Detailed Description

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