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

Detailed Description

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