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

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

#include "CDPL/Vis/APIPrefix.hpp"
#include "CDPL/Vis/ColorTable.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::ControlParameterDefault
 Provides default values for built-in control-parameters.
 

Variables

CDPL_VIS_API const double CDPL::Vis::ControlParameterDefault::OUTPUT_SCALING_FACTOR
 Default value (= 1.0) of the control-parameter Vis::ControlParameter::OUTPUT_SCALING_FACTOR. More...
 
CDPL_VIS_API const Rectangle2D CDPL::Vis::ControlParameterDefault::VIEWPORT
 Default value (= Rectangle2D()) of the control-parameter Vis::ControlParameter::VIEWPORT. More...
 
CDPL_VIS_API const unsigned int CDPL::Vis::ControlParameterDefault::SIZE_ADJUSTMENT
 Default value (= SizeAdjustment::IF_REQUIRED) of the control-parameter Vis::ControlParameter::SIZE_ADJUSTMENT. More...
 
CDPL_VIS_API const unsigned int CDPL::Vis::ControlParameterDefault::ALIGNMENT
 Default value (= Alignment::CENTER) of the control-parameter Vis::ControlParameter::ALIGNMENT. More...
 
CDPL_VIS_API const Brush CDPL::Vis::ControlParameterDefault::BACKGROUND_BRUSH
 Default value (= Brush(Color::WHITE, Brush::NO_PATTERN)) of the control-parameter Vis::ControlParameter::BACKGROUND_BRUSH. More...
 
CDPL_VIS_API const unsigned int CDPL::Vis::ControlParameterDefault::REACTION_ARROW_STYLE
 Default value (= ArrowStyle::REACTION_SOLID) of the control-parameter Vis::ControlParameter::REACTION_ARROW_STYLE. More...
 
CDPL_VIS_API const Color CDPL::Vis::ControlParameterDefault::REACTION_ARROW_COLOR
 Default value (= Color::BLACK) of the control-parameter Vis::ControlParameter::REACTION_ARROW_COLOR. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::ControlParameterDefault::REACTION_ARROW_LENGTH
 Default value (= SizeSpecification(35.0, true, true, true)) of the control-parameter Vis::ControlParameter::REACTION_ARROW_LENGTH. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::ControlParameterDefault::REACTION_ARROW_HEAD_LENGTH
 Default value (= SizeSpecification(8.0, false, true, true)) of the control-parameter Vis::ControlParameter::REACTION_ARROW_HEAD_LENGTH. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::ControlParameterDefault::REACTION_ARROW_HEAD_WIDTH
 Default value (= SizeSpecification(5.0, false, true, true)) of the control-parameter Vis::ControlParameter::REACTION_ARROW_HEAD_WIDTH. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::ControlParameterDefault::REACTION_ARROW_SHAFT_WIDTH
 Default value (= SizeSpecification(0.0, false, true, true)) of the control-parameter Vis::ControlParameter::REACTION_ARROW_SHAFT_WIDTH. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::ControlParameterDefault::REACTION_ARROW_LINE_WIDTH
 Default value (= SizeSpecification(1.0, false, true, true)) of the control-parameter Vis::ControlParameter::REACTION_ARROW_LINE_WIDTH. More...
 
CDPL_VIS_API const unsigned int CDPL::Vis::ControlParameterDefault::REACTION_COMPONENT_LAYOUT
 Default value (= LayoutStyle::PACKED) of the control-parameter Vis::ControlParameter::REACTION_COMPONENT_LAYOUT. More...
 
CDPL_VIS_API const unsigned int CDPL::Vis::ControlParameterDefault::REACTION_COMPONENT_LAYOUT_DIRECTION
 Default value (= LayoutDirection::HORIZONTAL) of the control-parameter Vis::ControlParameter::REACTION_COMPONENT_LAYOUT_DIRECTION. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::ControlParameterDefault::REACTION_COMPONENT_MARGIN
 Default value (= SizeSpecification(5.0, false, true, true)) of the control-parameter Vis::ControlParameter::REACTION_COMPONENT_MARGIN. More...
 
CDPL_VIS_API const bool CDPL::Vis::ControlParameterDefault::SHOW_REACTION_REACTANTS
 Default value (= true) of the control-parameter Vis::ControlParameter::SHOW_REACTION_REACTANTS. More...
 
CDPL_VIS_API const bool CDPL::Vis::ControlParameterDefault::SHOW_REACTION_AGENTS
 Default value (= true) of the control-parameter Vis::ControlParameter::SHOW_REACTION_AGENTS. More...
 
CDPL_VIS_API const bool CDPL::Vis::ControlParameterDefault::SHOW_REACTION_PRODUCTS
 Default value (= true) of the control-parameter Vis::ControlParameter::SHOW_REACTION_PRODUCTS. More...
 
CDPL_VIS_API const unsigned int CDPL::Vis::ControlParameterDefault::REACTION_AGENT_ALIGNMENT
 Default value (= Alignment::V_CENTER) of the control-parameter Vis::ControlParameter::REACTION_AGENT_ALIGNMENT. More...
 
CDPL_VIS_API const unsigned int CDPL::Vis::ControlParameterDefault::REACTION_AGENT_LAYOUT
 Default value (= LayoutStyle::LINEAR) of the control-parameter Vis::ControlParameter::REACTION_AGENT_LAYOUT. More...
 
CDPL_VIS_API const unsigned int CDPL::Vis::ControlParameterDefault::REACTION_AGENT_LAYOUT_DIRECTION
 Default value (= LayoutDirection::HORIZONTAL) of the control-parameter Vis::ControlParameter::REACTION_AGENT_LAYOUT_DIRECTION. More...
 
CDPL_VIS_API const Color CDPL::Vis::ControlParameterDefault::REACTION_PLUS_SIGN_COLOR
 Default value (= Color::BLACK) of the control-parameter Vis::ControlParameter::REACTION_PLUS_SIGN_COLOR. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::ControlParameterDefault::REACTION_PLUS_SIGN_SIZE
 Default value (= SizeSpecification(10.0, false, true, true)) of the control-parameter Vis::ControlParameter::REACTION_PLUS_SIGN_SIZE. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::ControlParameterDefault::REACTION_PLUS_SIGN_LINE_WIDTH
 Default value (= SizeSpecification(3.0, false, true, true)) of the control-parameter Vis::ControlParameter::REACTION_PLUS_SIGN_LINE_WIDTH. More...
 
CDPL_VIS_API const bool CDPL::Vis::ControlParameterDefault::SHOW_REACTION_PLUS_SIGNS
 Default value (= true) of the control-parameter Vis::ControlParameter::SHOW_REACTION_PLUS_SIGNS. More...
 
CDPL_VIS_API const Color CDPL::Vis::ControlParameterDefault::ATOM_COLOR
 Default value (= Color::BLACK) of the control-parameter Vis::ControlParameter::ATOM_COLOR. More...
 
CDPL_VIS_API const ColorTable::SharedPointer CDPL::Vis::ControlParameterDefault::ATOM_COLOR_TABLE
 Default value (= ColorTable::SharedPointer(new ColorTable())) of the control-parameter Vis::ControlParameter::ATOM_COLOR_TABLE. More...
 
CDPL_VIS_API const bool CDPL::Vis::ControlParameterDefault::USE_CALCULATED_ATOM_COORDINATES
 Default value (= false) of the control-parameter Vis::ControlParameter::USE_CALCULATED_ATOM_COORDINATES. More...
 
CDPL_VIS_API const Font CDPL::Vis::ControlParameterDefault::ATOM_LABEL_FONT
 Default value (= Font()) of the control-parameter Vis::ControlParameter::ATOM_LABEL_FONT. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::ControlParameterDefault::ATOM_LABEL_SIZE
 Default value (= SizeSpecification(10.0, false, false, true)) of the control-parameter Vis::ControlParameter::ATOM_LABEL_SIZE. More...
 
CDPL_VIS_API const Font CDPL::Vis::ControlParameterDefault::SECONDARY_ATOM_LABEL_FONT
 Default value (= Font()) of the control-parameter Vis::ControlParameter::SECONDARY_ATOM_LABEL_FONT. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::ControlParameterDefault::SECONDARY_ATOM_LABEL_SIZE
 Default value (= SizeSpecification(6.0, false, false, true)) of the control-parameter Vis::ControlParameter::SECONDARY_ATOM_LABEL_SIZE. More...
 
CDPL_VIS_API const Font CDPL::Vis::ControlParameterDefault::ATOM_CONFIGURATION_LABEL_FONT
 Default value (= Font("", 8.0, false, true)) of the control-parameter Vis::ControlParameter::ATOM_CONFIGURATION_LABEL_FONT. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::ControlParameterDefault::ATOM_CONFIGURATION_LABEL_SIZE
 Default value (= SizeSpecification(8.0, false, false, true)) of the control-parameter Vis::ControlParameter::ATOM_CONFIGURATION_LABEL_SIZE. More...
 
CDPL_VIS_API const Color CDPL::Vis::ControlParameterDefault::ATOM_CONFIGURATION_LABEL_COLOR
 Default value (= Color::BLACK) of the control-parameter Vis::ControlParameter::ATOM_CONFIGURATION_LABEL_COLOR. More...
 
CDPL_VIS_API const Font CDPL::Vis::ControlParameterDefault::ATOM_CUSTOM_LABEL_FONT
 Default value (= Font("", 8.0, false, false)) of the control-parameter Vis::ControlParameter::ATOM_CUSTOM_LABEL_FONT. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::ControlParameterDefault::ATOM_CUSTOM_LABEL_SIZE
 Default value (= SizeSpecification(8.0, false, false, true)) of the control-parameter Vis::ControlParameter::ATOM_CUSTOM_LABEL_SIZE. More...
 
CDPL_VIS_API const Color CDPL::Vis::ControlParameterDefault::ATOM_CUSTOM_LABEL_COLOR
 Default value (= Color::BLACK) of the control-parameter Vis::ControlParameter::ATOM_CUSTOM_LABEL_COLOR. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::ControlParameterDefault::ATOM_LABEL_MARGIN
 Default value (= SizeSpecification(2.0, false, false, true)) of the control-parameter Vis::ControlParameter::ATOM_LABEL_MARGIN. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::ControlParameterDefault::RADICAL_ELECTRON_DOT_SIZE
 Default value (= SizeSpecification(1.0, false, false, true)) of the control-parameter Vis::ControlParameter::RADICAL_ELECTRON_DOT_SIZE. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::ControlParameterDefault::ATOM_HIGHLIGHT_AREA_SIZE
 Default value (= SizeSpecification(16.0, false, false, true)) of the control-parameter Vis::ControlParameter::ATOM_HIGHLIGHT_AREA_SIZE. More...
 
CDPL_VIS_API const Brush CDPL::Vis::ControlParameterDefault::ATOM_HIGHLIGHT_AREA_BRUSH
 Default value (= Brush(Color(0.8, 0.8, 1.0)) of the control-parameter Vis::ControlParameter::ATOM_HIGHLIGHT_AREA_BRUSH. More...
 
CDPL_VIS_API const Pen CDPL::Vis::ControlParameterDefault::ATOM_HIGHLIGHT_AREA_OUTLINE_PEN
 Default value (= Pen(Color(0.6, 0.6, 0.75)) of the control-parameter Vis::ControlParameter::ATOM_HIGHLIGHT_AREA_OUTLINE_PEN. More...
 
CDPL_VIS_API const bool CDPL::Vis::ControlParameterDefault::BREAK_ATOM_HIGHLIGHT_AREA_OUTLINE
 Default value (= false) of the control-parameter Vis::ControlParameter::BREAK_ATOM_HIGHLIGHT_AREA_OUTLINE. More...
 
CDPL_VIS_API const bool CDPL::Vis::ControlParameterDefault::SHOW_CARBONS
 Default value (= false) of the control-parameter Vis::ControlParameter::SHOW_CARBONS. More...
 
CDPL_VIS_API const bool CDPL::Vis::ControlParameterDefault::SHOW_EXPLICIT_HYDROGENS
 Default value (= true) of the control-parameter Vis::ControlParameter::SHOW_EXPLICIT_HYDROGENS. More...
 
CDPL_VIS_API const bool CDPL::Vis::ControlParameterDefault::SHOW_CHARGES
 Default value (= true) of the control-parameter Vis::ControlParameter::SHOW_CHARGES. More...
 
CDPL_VIS_API const bool CDPL::Vis::ControlParameterDefault::SHOW_ISOTOPES
 Default value (= true) of the control-parameter Vis::ControlParameter::SHOW_ISOTOPES. More...
 
CDPL_VIS_API const bool CDPL::Vis::ControlParameterDefault::SHOW_HYDROGEN_COUNTS
 Default value (= false) of the control-parameter Vis::ControlParameter::SHOW_HYDROGEN_COUNTS. More...
 
CDPL_VIS_API const bool CDPL::Vis::ControlParameterDefault::SHOW_NON_CARBON_HYDROGEN_COUNTS
 Default value (= true) of the control-parameter Vis::ControlParameter::SHOW_NON_CARBON_HYDROGEN_COUNTS. More...
 
CDPL_VIS_API const bool CDPL::Vis::ControlParameterDefault::SHOW_ATOM_QUERY_INFOS
 Default value (= true) of the control-parameter Vis::ControlParameter::SHOW_ATOM_QUERY_INFOS. More...
 
CDPL_VIS_API const bool CDPL::Vis::ControlParameterDefault::SHOW_ATOM_REACTION_INFOS
 Default value (= true) of the control-parameter Vis::ControlParameter::SHOW_ATOM_REACTION_INFOS. More...
 
CDPL_VIS_API const bool CDPL::Vis::ControlParameterDefault::SHOW_RADICAL_ELECTRONS
 Default value (= true) of the control-parameter Vis::ControlParameter::SHOW_RADICAL_ELECTRONS. More...
 
CDPL_VIS_API const bool CDPL::Vis::ControlParameterDefault::SHOW_ATOM_CONFIGURATION_LABELS
 Default value (= false) of the control-parameter Vis::ControlParameter::SHOW_ATOM_CONFIGURATION_LABELS. More...
 
CDPL_VIS_API const bool CDPL::Vis::ControlParameterDefault::SHOW_ATOM_CUSTOM_LABELS
 Default value (= true) of the control-parameter Vis::ControlParameter::SHOW_ATOM_CUSTOM_LABELS. More...
 
CDPL_VIS_API const bool CDPL::Vis::ControlParameterDefault::ENABLE_ATOM_HIGHLIGHTING
 Default value (= true) of the control-parameter Vis::ControlParameter::ENABLE_ATOM_HIGHLIGHTING. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::ControlParameterDefault::HIGHLIGHT_AREA_OUTLINE_WIDTH
 Default value (= SizeSpecification(1.0, false, false, true)) of the control-parameter Vis::ControlParameter::HIGHLIGHT_AREA_OUTLINE_WIDTH. More...
 
CDPL_VIS_API const Color CDPL::Vis::ControlParameterDefault::BOND_COLOR
 Default value (= Color::BLACK) of the control-parameter Vis::ControlParameter::BOND_COLOR. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::ControlParameterDefault::BOND_LENGTH
 Default value (= SizeSpecification(30.0)) of the control-parameter Vis::ControlParameter::BOND_LENGTH. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::ControlParameterDefault::BOND_LINE_WIDTH
 Default value (= SizeSpecification(1.5, false, false, true)) of the control-parameter Vis::ControlParameter::BOND_LINE_WIDTH. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::ControlParameterDefault::BOND_LINE_SPACING
 Default value (= SizeSpecification(0.15, true, true, true)) of the control-parameter Vis::ControlParameter::BOND_LINE_SPACING. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::ControlParameterDefault::STEREO_BOND_WEDGE_WIDTH
 Default value (= SizeSpecification(0.15, true, true, true)) of the control-parameter Vis::ControlParameter::STEREO_BOND_WEDGE_WIDTH. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::ControlParameterDefault::STEREO_BOND_HASH_SPACING
 Default value (= SizeSpecification(0.1, true, true, true)) of the control-parameter Vis::ControlParameter::STEREO_BOND_HASH_SPACING. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::ControlParameterDefault::REACTION_CENTER_LINE_LENGTH
 Default value (= SizeSpecification(0.4, true, true, true)) of the control-parameter Vis::ControlParameter::REACTION_CENTER_LINE_LENGTH. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::ControlParameterDefault::REACTION_CENTER_LINE_SPACING
 Default value (= SizeSpecification(0.1, true, true, true)) of the control-parameter Vis::ControlParameter::REACTION_CENTER_LINE_SPACING. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::ControlParameterDefault::DOUBLE_BOND_TRIM_LENGTH
 Default value (= SizeSpecification(0.1, true, true, true)) of the control-parameter Vis::ControlParameter::DOUBLE_BOND_TRIM_LENGTH. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::ControlParameterDefault::TRIPLE_BOND_TRIM_LENGTH
 Default value (= SizeSpecification(0.1, true, true, true)) of the control-parameter Vis::ControlParameter::TRIPLE_BOND_TRIM_LENGTH. More...
 
CDPL_VIS_API const Font CDPL::Vis::ControlParameterDefault::BOND_LABEL_FONT
 Default value (= Font()) of the control-parameter Vis::ControlParameter::BOND_LABEL_FONT. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::ControlParameterDefault::BOND_LABEL_SIZE
 Default value (= SizeSpecification(8.0, false, false, true)) of the control-parameter Vis::ControlParameter::BOND_LABEL_SIZE. More...
 
CDPL_VIS_API const Font CDPL::Vis::ControlParameterDefault::BOND_CONFIGURATION_LABEL_FONT
 Default value (= Font("", 8.0, false, true)) of the control-parameter Vis::ControlParameter::BOND_CONFIGURATION_LABEL_FONT. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::ControlParameterDefault::BOND_CONFIGURATION_LABEL_SIZE
 Default value (= SizeSpecification(8.0, false, false, true)) of the control-parameter Vis::ControlParameter::BOND_CONFIGURATION_LABEL_SIZE. More...
 
CDPL_VIS_API const Color CDPL::Vis::ControlParameterDefault::BOND_CONFIGURATION_LABEL_COLOR
 Default value (= Color::BLACK) of the control-parameter Vis::ControlParameter::BOND_CONFIGURATION_LABEL_COLOR. More...
 
CDPL_VIS_API const Font CDPL::Vis::ControlParameterDefault::BOND_CUSTOM_LABEL_FONT
 Default value (= Font("", 8.0, false, false)) of the control-parameter Vis::ControlParameter::BOND_CUSTOM_LABEL_FONT. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::ControlParameterDefault::BOND_CUSTOM_LABEL_SIZE
 Default value (= SizeSpecification(8.0, false, false, true)) of the control-parameter Vis::ControlParameter::BOND_CUSTOM_LABEL_SIZE. More...
 
CDPL_VIS_API const Color CDPL::Vis::ControlParameterDefault::BOND_CUSTOM_LABEL_COLOR
 Default value (= Color::BLACK) of the control-parameter Vis::ControlParameter::BOND_CUSTOM_LABEL_COLOR. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::ControlParameterDefault::BOND_LABEL_MARGIN
 Default value (= SizeSpecification(2.0, false, false, true)) of the control-parameter Vis::ControlParameter::BOND_LABEL_MARGIN. More...
 
CDPL_VIS_API const SizeSpecification CDPL::Vis::ControlParameterDefault::BOND_HIGHLIGHT_AREA_WIDTH
 Default value (= SizeSpecification(12.0, false, false, true)) of the control-parameter Vis::ControlParameter::BOND_HIGHLIGHT_AREA_WIDTH. More...
 
CDPL_VIS_API const Brush CDPL::Vis::ControlParameterDefault::BOND_HIGHLIGHT_AREA_BRUSH
 Default value (= Brush(Color(0.8, 0.8, 1.0)) of the control-parameter Vis::ControlParameter::BOND_HIGHLIGHT_AREA_BRUSH. More...
 
CDPL_VIS_API const Pen CDPL::Vis::ControlParameterDefault::BOND_HIGHLIGHT_AREA_OUTLINE_PEN
 Default value (= Pen(Color(0.6, 0.6, 0.75)) of the control-parameter Vis::ControlParameter::BOND_HIGHLIGHT_AREA_OUTLINE_PEN. More...
 
CDPL_VIS_API const bool CDPL::Vis::ControlParameterDefault::SHOW_BOND_REACTION_INFOS
 Default value (= true) of the control-parameter Vis::ControlParameter::SHOW_BOND_REACTION_INFOS. More...
 
CDPL_VIS_API const bool CDPL::Vis::ControlParameterDefault::SHOW_BOND_QUERY_INFOS
 Default value (= true) of the control-parameter Vis::ControlParameter::SHOW_BOND_QUERY_INFOS. More...
 
CDPL_VIS_API const bool CDPL::Vis::ControlParameterDefault::SHOW_STEREO_BONDS
 Default value (= true) of the control-parameter Vis::ControlParameter::SHOW_STEREO_BONDS. More...
 
CDPL_VIS_API const bool CDPL::Vis::ControlParameterDefault::SHOW_BOND_CONFIGURATION_LABELS
 Default value (= false) of the control-parameter Vis::ControlParameter::SHOW_BOND_CONFIGURATION_LABELS. More...
 
CDPL_VIS_API const bool CDPL::Vis::ControlParameterDefault::SHOW_BOND_CUSTOM_LABELS
 Default value (= true) of the control-parameter Vis::ControlParameter::SHOW_BOND_CUSTOM_LABELS. More...
 
CDPL_VIS_API const bool CDPL::Vis::ControlParameterDefault::ENABLE_BOND_HIGHLIGHTING
 Default value (= true) of the control-parameter Vis::ControlParameter::ENABLE_BOND_HIGHLIGHTING. More...
 
CDPL_VIS_API const Pen CDPL::Vis::ControlParameterDefault::GRID_VIEW_BORDER_PEN
 Default value (= Pen(Pen::NO_LINE)) of the control-parameter Vis::ControlParameter::GRID_VIEW_BORDER_PEN. More...
 
CDPL_VIS_API const Pen CDPL::Vis::ControlParameterDefault::GRID_VIEW_ROW_SEPARATOR_PEN
 Default value (= Pen(Pen::NO_LINE)) of the control-parameter Vis::ControlParameter::GRID_VIEW_ROW_SEPARATOR_PEN. More...
 
CDPL_VIS_API const Pen CDPL::Vis::ControlParameterDefault::GRID_VIEW_COLUMN_SEPARATOR_PEN
 Default value (= Pen(Pen::NO_LINE)) of the control-parameter Vis::ControlParameter::GRID_VIEW_COLUMN_SEPARATOR_PEN. More...
 
CDPL_VIS_API const double CDPL::Vis::ControlParameterDefault::GRID_VIEW_MARGIN
 Default value (= 0.0) of the control-parameter Vis::ControlParameter::GRID_VIEW_MARGIN. More...
 
CDPL_VIS_API const double CDPL::Vis::ControlParameterDefault::GRID_VIEW_CELL_PADDING
 Default value (= 5.0) of the control-parameter Vis::ControlParameter::GRID_VIEW_CELL_PADDING. More...
 
CDPL_VIS_API const Font CDPL::Vis::ControlParameterDefault::GRID_VIEW_TEXT_FONT
 Default value (= Font("", 10.0)) of the control-parameter Vis::ControlParameter::GRID_VIEW_TEXT_FONT. More...
 
CDPL_VIS_API const Color CDPL::Vis::ControlParameterDefault::GRID_VIEW_TEXT_COLOR
 Default value (= Color::BLACK) of the control-parameter Vis::ControlParameter::GRID_VIEW_TEXT_COLOR. More...
 
CDPL_VIS_API const ColorTable::SharedPointer CDPL::Vis::ControlParameterDefault::FEATURE_COLOR_TABLE
 Default value (= DefaultAtomColorTable()) of the control-parameter Vis::ControlParameter::FEATURE_COLOR_TABLE. More...
 
CDPL_VIS_API const Material CDPL::Vis::ControlParameterDefault::DEFAULT_MATERIAL
 Default value (= Material(0.5, Color(0.7, 0.7, 0.7), Color(1.0, 1.0, 1.0), 0.1)) of the control-parameter Vis::ControlParameter::DEFAULT_MATERIAL. More...
 
CDPL_VIS_API const bool CDPL::Vis::ControlParameterDefault::SHOW_FEATURE_CENTERS
 Default value (= true) of the control-parameter Vis::ControlParameter::SHOW_FEATURE_CENTERS. More...
 

Detailed Description

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