Chemical Data Processing Library C++ API - Version 1.1.1
Namespaces | Functions
Vis/ControlParameterFunctions.hpp File Reference

Declaration of convenience functions for control-parameter handling. 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::Base
 Contains core framework classes and functions.
 
 CDPL::Vis
 Contains classes and functions related to data visualization.
 

Functions

CDPL_VIS_API const Rectangle2D & CDPL::Vis::getViewportParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setViewportParameter (Base::ControlParameterContainer &cntnr, const Rectangle2D &viewport)
 
CDPL_VIS_API bool CDPL::Vis::hasViewportParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearViewportParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API unsigned int CDPL::Vis::getSizeAdjustmentParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setSizeAdjustmentParameter (Base::ControlParameterContainer &cntnr, unsigned int adjustment)
 
CDPL_VIS_API bool CDPL::Vis::hasSizeAdjustmentParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearSizeAdjustmentParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API unsigned int CDPL::Vis::getAlignmentParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setAlignmentParameter (Base::ControlParameterContainer &cntnr, unsigned int alignment)
 
CDPL_VIS_API bool CDPL::Vis::hasAlignmentParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearAlignmentParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const Color & CDPL::Vis::getBackgroundColorParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setBackgroundColorParameter (Base::ControlParameterContainer &cntnr, const Color &color)
 
CDPL_VIS_API bool CDPL::Vis::hasBackgroundColorParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearBackgroundColorParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API unsigned int CDPL::Vis::getReactionArrowStyleParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setReactionArrowStyleParameter (Base::ControlParameterContainer &cntnr, unsigned int style)
 
CDPL_VIS_API bool CDPL::Vis::hasReactionArrowStyleParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearReactionArrowStyleParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const Color & CDPL::Vis::getReactionArrowColorParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setReactionArrowColorParameter (Base::ControlParameterContainer &cntnr, const Color &color)
 
CDPL_VIS_API bool CDPL::Vis::hasReactionArrowColorParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearReactionArrowColorParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecification & CDPL::Vis::getReactionArrowLengthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setReactionArrowLengthParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &size)
 
CDPL_VIS_API bool CDPL::Vis::hasReactionArrowLengthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearReactionArrowLengthParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecification & CDPL::Vis::getReactionArrowHeadLengthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setReactionArrowHeadLengthParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &length)
 
CDPL_VIS_API bool CDPL::Vis::hasReactionArrowHeadLengthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearReactionArrowHeadLengthParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecification & CDPL::Vis::getReactionArrowHeadWidthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setReactionArrowHeadWidthParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &width)
 
CDPL_VIS_API bool CDPL::Vis::hasReactionArrowHeadWidthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearReactionArrowHeadWidthParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecification & CDPL::Vis::getReactionArrowShaftWidthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setReactionArrowShaftWidthParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &width)
 
CDPL_VIS_API bool CDPL::Vis::hasReactionArrowShaftWidthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearReactionArrowShaftWidthParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecification & CDPL::Vis::getReactionArrowLineWidthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setReactionArrowLineWidthParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &width)
 
CDPL_VIS_API bool CDPL::Vis::hasReactionArrowLineWidthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearReactionArrowLineWidthParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API unsigned int CDPL::Vis::getReactionComponentLayoutParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setReactionComponentLayoutParameter (Base::ControlParameterContainer &cntnr, unsigned int layout)
 
CDPL_VIS_API bool CDPL::Vis::hasReactionComponentLayoutParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearReactionComponentLayoutParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API unsigned int CDPL::Vis::getReactionComponentLayoutDirectionParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setReactionComponentLayoutDirectionParameter (Base::ControlParameterContainer &cntnr, unsigned int dir)
 
CDPL_VIS_API bool CDPL::Vis::hasReactionComponentLayoutDirectionParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearReactionComponentLayoutDirectionParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecification & CDPL::Vis::getReactionComponentMarginParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setReactionComponentMarginParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &margin)
 
CDPL_VIS_API bool CDPL::Vis::hasReactionComponentMarginParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearReactionComponentMarginParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool CDPL::Vis::getShowReactionReactantsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setShowReactionReactantsParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool CDPL::Vis::hasShowReactionReactantsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearShowReactionReactantsParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool CDPL::Vis::getShowReactionAgentsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setShowReactionAgentsParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool CDPL::Vis::hasShowReactionAgentsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearShowReactionAgentsParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool CDPL::Vis::getShowReactionProductsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setShowReactionProductsParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool CDPL::Vis::hasShowReactionProductsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearShowReactionProductsParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API unsigned int CDPL::Vis::getReactionAgentAlignmentParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setReactionAgentAlignmentParameter (Base::ControlParameterContainer &cntnr, unsigned int alignment)
 
CDPL_VIS_API bool CDPL::Vis::hasReactionAgentAlignmentParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearReactionAgentAlignmentParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API unsigned int CDPL::Vis::getReactionAgentLayoutParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setReactionAgentLayoutParameter (Base::ControlParameterContainer &cntnr, unsigned int layout)
 
CDPL_VIS_API bool CDPL::Vis::hasReactionAgentLayoutParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearReactionAgentLayoutParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API unsigned int CDPL::Vis::getReactionAgentLayoutDirectionParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setReactionAgentLayoutDirectionParameter (Base::ControlParameterContainer &cntnr, unsigned int dir)
 
CDPL_VIS_API bool CDPL::Vis::hasReactionAgentLayoutDirectionParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearReactionAgentLayoutDirectionParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const Color & CDPL::Vis::getReactionPlusSignColorParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setReactionPlusSignColorParameter (Base::ControlParameterContainer &cntnr, const Color &color)
 
CDPL_VIS_API bool CDPL::Vis::hasReactionPlusSignColorParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearReactionPlusSignColorParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecification & CDPL::Vis::getReactionPlusSignSizeParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setReactionPlusSignSizeParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &size)
 
CDPL_VIS_API bool CDPL::Vis::hasReactionPlusSignSizeParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearReactionPlusSignSizeParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecification & CDPL::Vis::getReactionPlusSignLineWidthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setReactionPlusSignLineWidthParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &width)
 
CDPL_VIS_API bool CDPL::Vis::hasReactionPlusSignLineWidthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearReactionPlusSignLineWidthParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool CDPL::Vis::getShowReactionPlusSignsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setShowReactionPlusSignsParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool CDPL::Vis::hasShowReactionPlusSignsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearShowReactionPlusSignsParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const Color & CDPL::Vis::getAtomColorParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setAtomColorParameter (Base::ControlParameterContainer &cntnr, const Color &color)
 
CDPL_VIS_API bool CDPL::Vis::hasAtomColorParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearAtomColorParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const ColorTable::SharedPointer & CDPL::Vis::getAtomColorTableParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setAtomColorTableParameter (Base::ControlParameterContainer &cntnr, const ColorTable::SharedPointer &colors)
 
CDPL_VIS_API bool CDPL::Vis::hasAtomColorTableParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearAtomColorTableParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool CDPL::Vis::getUseCalculatedAtomCoordinatesParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setUseCalculatedAtomCoordinatesParameter (Base::ControlParameterContainer &cntnr, bool use)
 
CDPL_VIS_API bool CDPL::Vis::hasUseCalculatedAtomCoordinatesParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearUseCalculatedAtomCoordinatesParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const Font & CDPL::Vis::getAtomLabelFontParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setAtomLabelFontParameter (Base::ControlParameterContainer &cntnr, const Font &font)
 
CDPL_VIS_API bool CDPL::Vis::hasAtomLabelFontParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearAtomLabelFontParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecification & CDPL::Vis::getAtomLabelSizeParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setAtomLabelSizeParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &size)
 
CDPL_VIS_API bool CDPL::Vis::hasAtomLabelSizeParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearAtomLabelSizeParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const Font & CDPL::Vis::getSecondaryAtomLabelFontParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setSecondaryAtomLabelFontParameter (Base::ControlParameterContainer &cntnr, const Font &font)
 
CDPL_VIS_API bool CDPL::Vis::hasSecondaryAtomLabelFontParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearSecondaryAtomLabelFontParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecification & CDPL::Vis::getSecondaryAtomLabelSizeParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setSecondaryAtomLabelSizeParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &size)
 
CDPL_VIS_API bool CDPL::Vis::hasSecondaryAtomLabelSizeParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearSecondaryAtomLabelSizeParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecification & CDPL::Vis::getAtomLabelMarginParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setAtomLabelMarginParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &margin)
 
CDPL_VIS_API bool CDPL::Vis::hasAtomLabelMarginParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearAtomLabelMarginParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecification & CDPL::Vis::getRadicalElectronDotSizeParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setRadicalElectronDotSizeParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &size)
 
CDPL_VIS_API bool CDPL::Vis::hasRadicalElectronDotSizeParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearRadicalElectronDotSizeParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool CDPL::Vis::getShowExplicitHydrogensParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setShowExplicitHydrogensParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool CDPL::Vis::hasShowExplicitHydrogensParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearShowExplicitHydrogensParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool CDPL::Vis::getShowCarbonsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setShowCarbonsParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool CDPL::Vis::hasShowCarbonsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearShowCarbonsParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool CDPL::Vis::getShowChargesParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setShowChargesParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool CDPL::Vis::hasShowChargesParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearShowChargesParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool CDPL::Vis::getShowIsotopesParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setShowIsotopesParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool CDPL::Vis::hasShowIsotopesParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearShowIsotopesParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool CDPL::Vis::getShowHydrogenCountsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setShowHydrogenCountsParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool CDPL::Vis::hasShowHydrogenCountsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearShowHydrogenCountsParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool CDPL::Vis::getShowNonCarbonHydrogenCountsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setShowNonCarbonHydrogenCountsParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool CDPL::Vis::hasShowNonCarbonHydrogenCountsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearShowNonCarbonHydrogenCountsParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool CDPL::Vis::getShowAtomQueryInfosParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setShowAtomQueryInfosParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool CDPL::Vis::hasShowAtomQueryInfosParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearShowAtomQueryInfosParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool CDPL::Vis::getShowAtomReactionInfosParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setShowAtomReactionInfosParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool CDPL::Vis::hasShowAtomReactionInfosParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearShowAtomReactionInfosParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool CDPL::Vis::getShowRadicalElectronsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setShowRadicalElectronsParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool CDPL::Vis::hasShowRadicalElectronsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearShowRadicalElectronsParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool CDPL::Vis::getShowAtomConfigurationLabelsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setShowAtomConfigurationLabelsParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool CDPL::Vis::hasShowAtomConfigurationLabelsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearShowAtomConfigurationLabelsParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecification & CDPL::Vis::getAtomConfigurationLabelSizeParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setAtomConfigurationLabelSizeParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &size)
 
CDPL_VIS_API bool CDPL::Vis::hasAtomConfigurationLabelSizeParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearAtomConfigurationLabelSizeParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const Font & CDPL::Vis::getAtomConfigurationLabelFontParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setAtomConfigurationLabelFontParameter (Base::ControlParameterContainer &cntnr, const Font &font)
 
CDPL_VIS_API bool CDPL::Vis::hasAtomConfigurationLabelFontParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearAtomConfigurationLabelFontParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecification & CDPL::Vis::getBondLengthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setBondLengthParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &length)
 
CDPL_VIS_API bool CDPL::Vis::hasBondLengthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearBondLengthParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const Color & CDPL::Vis::getBondColorParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setBondColorParameter (Base::ControlParameterContainer &cntnr, const Color &color)
 
CDPL_VIS_API bool CDPL::Vis::hasBondColorParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearBondColorParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecification & CDPL::Vis::getBondLineWidthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setBondLineWidthParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &width)
 
CDPL_VIS_API bool CDPL::Vis::hasBondLineWidthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearBondLineWidthParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecification & CDPL::Vis::getBondLineSpacingParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setBondLineSpacingParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &spacing)
 
CDPL_VIS_API bool CDPL::Vis::hasBondLineSpacingParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearBondLineSpacingParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecification & CDPL::Vis::getStereoBondWedgeWidthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setStereoBondWedgeWidthParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &width)
 
CDPL_VIS_API bool CDPL::Vis::hasStereoBondWedgeWidthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearStereoBondWedgeWidthParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecification & CDPL::Vis::getStereoBondHashSpacingParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setStereoBondHashSpacingParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &spacing)
 
CDPL_VIS_API bool CDPL::Vis::hasStereoBondHashSpacingParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearStereoBondHashSpacingParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecification & CDPL::Vis::getReactionCenterLineLengthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setReactionCenterLineLengthParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &length)
 
CDPL_VIS_API bool CDPL::Vis::hasReactionCenterLineLengthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearReactionCenterLineLengthParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecification & CDPL::Vis::getReactionCenterLineSpacingParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setReactionCenterLineSpacingParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &spacing)
 
CDPL_VIS_API bool CDPL::Vis::hasReactionCenterLineSpacingParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearReactionCenterLineSpacingParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecification & CDPL::Vis::getDoubleBondTrimLengthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setDoubleBondTrimLengthParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &length)
 
CDPL_VIS_API bool CDPL::Vis::hasDoubleBondTrimLengthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearDoubleBondTrimLengthParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecification & CDPL::Vis::getTripleBondTrimLengthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setTripleBondTrimLengthParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &length)
 
CDPL_VIS_API bool CDPL::Vis::hasTripleBondTrimLengthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearTripleBondTrimLengthParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const Font & CDPL::Vis::getBondLabelFontParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setBondLabelFontParameter (Base::ControlParameterContainer &cntnr, const Font &font)
 
CDPL_VIS_API bool CDPL::Vis::hasBondLabelFontParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearBondLabelFontParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecification & CDPL::Vis::getBondLabelSizeParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setBondLabelSizeParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &size)
 
CDPL_VIS_API bool CDPL::Vis::hasBondLabelSizeParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearBondLabelSizeParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecification & CDPL::Vis::getBondLabelMarginParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setBondLabelMarginParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &margin)
 
CDPL_VIS_API bool CDPL::Vis::hasBondLabelMarginParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearBondLabelMarginParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool CDPL::Vis::getShowBondReactionInfosParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setShowBondReactionInfosParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool CDPL::Vis::hasShowBondReactionInfosParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearShowBondReactionInfosParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool CDPL::Vis::getShowBondQueryInfosParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setShowBondQueryInfosParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool CDPL::Vis::hasShowBondQueryInfosParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearShowBondQueryInfosParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool CDPL::Vis::getShowStereoBondsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setShowStereoBondsParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool CDPL::Vis::hasShowStereoBondsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearShowStereoBondsParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool CDPL::Vis::getShowBondConfigurationLabelsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setShowBondConfigurationLabelsParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool CDPL::Vis::hasShowBondConfigurationLabelsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearShowBondConfigurationLabelsParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecification & CDPL::Vis::getBondConfigurationLabelSizeParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setBondConfigurationLabelSizeParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &size)
 
CDPL_VIS_API bool CDPL::Vis::hasBondConfigurationLabelSizeParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearBondConfigurationLabelSizeParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const Font & CDPL::Vis::getBondConfigurationLabelFontParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::setBondConfigurationLabelFontParameter (Base::ControlParameterContainer &cntnr, const Font &font)
 
CDPL_VIS_API bool CDPL::Vis::hasBondConfigurationLabelFontParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void CDPL::Vis::clearBondConfigurationLabelFontParameter (Base::ControlParameterContainer &cntnr)
 

Detailed Description

Declaration of convenience functions for control-parameter handling.