Chemical Data Processing Library C++ API - Version 1.1.1
Namespaces | Classes | Typedefs | Functions
CDPL::Vis Namespace Reference

Contains classes and functions related to data visualization. More...

Namespaces

 Alignment
 Provides flags that are used to specify the 2D alignment of graphical objects within a bounded rectangular area.
 
 ArrowStyle
 Provides constants for the specification of reaction arrow styles in 2D depictions of chemical reactions.
 
 AtomColorTable
 Provides preinitialized color tables for the visualization of atomic properties.
 
 AtomProperty
 Provides keys for built-in Chem::Atom properties.
 
 AtomPropertyDefault
 Provides default values for built-in Vis::Atom properties.
 
 BondProperty
 Provides keys for built-in Chem::Bond properties.
 
 BondPropertyDefault
 Provides default values for built-in Vis::Bond properties.
 
 ControlParameter
 Provides keys for built-in control-parameters.
 
 ControlParameterDefault
 Provides default values for built-in control-parameters.
 
 DataFormat
 Provides preinitialized Base::DataFormat objects for all supported image output formats.
 
 LayoutDirection
 Provides constants that are used to specify the main direction of object layouts.
 
 LayoutStyle
 Provides constants that are used to specify the layout of a set of graphical objects.
 
 MolecularGraphProperty
 Provides keys for built-in Chem::MolecularGraph properties.
 
 MolecularGraphPropertyDefault
 Provides default values for built-in Chem::MolecularGraph properties.
 
 ReactionProperty
 Provides keys for built-in Chem::Reaction properties.
 
 ReactionPropertyDefault
 Provides default values for built-in Vis::Reaction properties.
 
 SizeAdjustment
 Provides constants that are used to specify the size adjustment policy for graphical objects within a bounded rectangular area.
 

Classes

class  Brush
 Specifies the fill pattern and fill color of shapes. More...
 
class  CairoFontMetrics
 Implements the FontMetrics interface for the Cairo rendering backend. More...
 
class  CairoPointer
 A smart pointer managing the lifetime of allocated Cairo data structures. More...
 
struct  CairoPointerTraits
 
struct  CairoPointerTraits< cairo_pattern_t >
 Specialization of CairoPointerTraits for the object type cairo_pattern_t. More...
 
struct  CairoPointerTraits< cairo_surface_t >
 Specialization of CairoPointerTraits for the object type cairo_surface_t. More...
 
struct  CairoPointerTraits< cairo_t >
 Specialization of CairoPointerTraits for the object type cairo_t. More...
 
class  CairoRenderer2D
 Implements the Renderer2D interface on top of the Cairo 2D Graphics Library. More...
 
class  ClipPathPrimitive2D
 A graphics primitive representing a clipping region in 2D space. More...
 
class  Color
 Specifies a color in terms of its red, green and blue components and an alpha-channel for transparency. More...
 
class  ColorTable
 A container for the storage and lookup of Vis::Color objects that are associated with a numeric identifier. More...
 
class  EllipsePrimitive2D
 A graphics primitive representing a ellipse. More...
 
class  Font
 Specifies a font for drawing text. More...
 
class  FontMetrics
 An interface class with methods that provide information about the metrics of a font. More...
 
class  GraphicsPrimitive2D
 The abstract base class of all 2D graphics primitives. More...
 
class  ImageWriter
 
class  Line2D
 Specifies a line segment in 2D space. More...
 
class  LinePrimitive2D
 A graphics primitive representing a single line. More...
 
class  LineSegmentListPrimitive2D
 A graphics primitive representing a list of disjoint line segments. More...
 
class  Path2D
 Provides a container for painting operations, enabling arbitrary graphical shapes to be constructed and reused. More...
 
class  Path2DConverter
 Provides an interface for classes that implement the conversion of Vis::Path2D objects into rendering backend specific path descriptions or drawing operations. More...
 
class  PathPrimitive2D
 A graphics primitive representing an arbitrary path in 2D space. More...
 
class  PDFMolecularGraphWriter
 Creates 2D structure diagrams of molecular graphs in the Portable Document Format (PDF) [WPDF]. More...
 
class  PDFReactionWriter
 Creates 2D depictions of chemical reactions in the Portable Document Format (PDF) [WPDF]. More...
 
class  Pen
 Specifies how to draw lines and outlines of shapes. More...
 
class  PNGMolecularGraphWriter
 Creates 2D structure diagrams of molecular graphs in the Portable Network Graphics (PNG) [WPNG] format. More...
 
class  PNGReactionWriter
 Creates 2D depictions of chemical reactions in the Portable Network Graphics (PNG) [WPNG] format. More...
 
class  PointArray2D
 Stores a set of points in 2D space. More...
 
class  PointListPrimitive2D
 A graphics primitive representing a list of points. More...
 
class  PolygonPrimitive2D
 A graphics primitive representing a polygon. More...
 
class  PolylinePrimitive2D
 A graphics primitive representing a set of connected line segments. More...
 
class  PSMolecularGraphWriter
 Creates 2D structure diagrams of molecular graphs in the PostScript (PS) [WPS] format. More...
 
class  PSReactionWriter
 Creates 2D depictions of chemical reactions in the PostScript (PS) [WPS] format. More...
 
class  QtFontMetrics
 Implements the FontMetrics interface for the Qt rendering backend. More...
 
class  QtObjectFactory
 Provides methods for the creation of QFont, QColor, QPen and QBrush objects from Font, Color, Pen and Brush instances. More...
 
class  QtRenderer2D
 Implements the Renderer2D interface on top of the Qt Toolkit. More...
 
class  ReactionView2D
 Implements the 2D visualization of chemical reactions. More...
 
class  Rectangle2D
 Specifies an axis aligned rectangular area in 2D space. More...
 
class  Renderer2D
 An interface that provides methods for low level 2D drawing operations. More...
 
class  SizeSpecification
 Specifies the value and type of a size attribute and defines how the value may change during processing steps. More...
 
class  StructureView2D
 Implements the 2D visualization of chemical structures. More...
 
class  SVGMolecularGraphWriter
 Creates 2D structure diagrams of molecular graphs in the Scalable Vector Graphics (SVG) [WSVG] format. More...
 
class  SVGReactionWriter
 Creates 2D depictions of chemical reactions in the Scalable Vector Graphics (SVG) [WSVG] format. More...
 
class  TextLabelPrimitive2D
 A graphics primitive representing a text label. More...
 
class  View2D
 The abstract base of classes implementing the 2D visualization of data objects. More...
 

Typedefs

typedef Util::DefaultDataOutputHandler< PDFMolecularGraphWriter, DataFormat::PDFPDFMolecularGraphOutputHandler
 A handler for the output of 2D depictions of chemical structures in the Portable Document Format (PDF) [WPDF]. More...
 
typedef Util::DefaultDataOutputHandler< PDFReactionWriter, DataFormat::PDFPDFReactionOutputHandler
 A handler for the output of 2D depictions of chemical reactions in the Portable Document Format (PDF) [WPDF]. More...
 
typedef Util::DefaultDataOutputHandler< PNGMolecularGraphWriter, DataFormat::PNGPNGMolecularGraphOutputHandler
 A handler for the output of 2D depictions of chemical structures in the Portable Network Graphics (PNG) [WPNG] format. More...
 
typedef Util::DefaultDataOutputHandler< PNGReactionWriter, DataFormat::PNGPNGReactionOutputHandler
 A handler for the output of 2D depictions of chemical reactions in the Portable Network Graphics (PNG) [WPNG] format. More...
 
typedef Util::DefaultDataOutputHandler< PSMolecularGraphWriter, DataFormat::PSPSMolecularGraphOutputHandler
 A handler for the output of 2D depictions of chemical structures in the PostScript (PS) [WPS] format. More...
 
typedef Util::DefaultDataOutputHandler< PSReactionWriter, DataFormat::PSPSReactionOutputHandler
 A handler for the output of 2D depictions of chemical reactions in the PostScript (PS) [WPS] format. More...
 
typedef Util::DefaultDataOutputHandler< SVGMolecularGraphWriter, DataFormat::SVGSVGMolecularGraphOutputHandler
 A handler for the output of 2D depictions of chemical structures in the Scalable Vector Graphics (SVG) [WSVG] format. More...
 
typedef Util::DefaultDataOutputHandler< SVGReactionWriter, DataFormat::SVGSVGReactionOutputHandler
 A handler for the output of 2D depictions of chemical reactions in the Scalable Vector Graphics (SVG) [WSVG] format. More...
 

Functions

CDPL_VIS_API const ColorgetColor (const Chem::Atom &atom)
 
CDPL_VIS_API void setColor (Chem::Atom &atom, const Color &color)
 
CDPL_VIS_API bool hasColor (const Chem::Atom &atom)
 
CDPL_VIS_API void clearColor (Chem::Atom &atom)
 
CDPL_VIS_API const FontgetLabelFont (const Chem::Atom &atom)
 
CDPL_VIS_API void setLabelFont (Chem::Atom &atom, const Font &font)
 
CDPL_VIS_API bool hasLabelFont (const Chem::Atom &atom)
 
CDPL_VIS_API void clearLabelFont (Chem::Atom &atom)
 
CDPL_VIS_API const SizeSpecificationgetLabelSize (const Chem::Atom &atom)
 
CDPL_VIS_API void setLabelSize (Chem::Atom &atom, const SizeSpecification &size)
 
CDPL_VIS_API bool hasLabelSize (const Chem::Atom &atom)
 
CDPL_VIS_API void clearLabelSize (Chem::Atom &atom)
 
CDPL_VIS_API const FontgetSecondaryLabelFont (const Chem::Atom &atom)
 
CDPL_VIS_API void setSecondaryLabelFont (Chem::Atom &atom, const Font &)
 
CDPL_VIS_API bool hasSecondaryLabelFont (const Chem::Atom &atom)
 
CDPL_VIS_API void clearSecondaryLabelFont (Chem::Atom &atom)
 
CDPL_VIS_API const SizeSpecificationgetSecondaryLabelSize (const Chem::Atom &atom)
 
CDPL_VIS_API void setSecondaryLabelSize (Chem::Atom &atom, const SizeSpecification &size)
 
CDPL_VIS_API bool hasSecondaryLabelSize (const Chem::Atom &atom)
 
CDPL_VIS_API void clearSecondaryLabelSize (Chem::Atom &atom)
 
CDPL_VIS_API const SizeSpecificationgetLabelMargin (const Chem::Atom &atom)
 
CDPL_VIS_API void setLabelMargin (Chem::Atom &atom, const SizeSpecification &margin)
 
CDPL_VIS_API bool hasLabelMargin (const Chem::Atom &atom)
 
CDPL_VIS_API void clearLabelMargin (Chem::Atom &atom)
 
CDPL_VIS_API const SizeSpecificationgetRadicalElectronDotSize (const Chem::Atom &atom)
 
CDPL_VIS_API void setRadicalElectronDotSize (Chem::Atom &atom, const SizeSpecification &size)
 
CDPL_VIS_API bool hasRadicalElectronDotSize (const Chem::Atom &atom)
 
CDPL_VIS_API void clearRadicalElectronDotSize (Chem::Atom &atom)
 
CDPL_VIS_API const FontgetConfigurationLabelFont (const Chem::Atom &atom)
 
CDPL_VIS_API void setConfigurationLabelFont (Chem::Atom &atom, const Font &font)
 
CDPL_VIS_API bool hasConfigurationLabelFont (const Chem::Atom &atom)
 
CDPL_VIS_API void clearConfigurationLabelFont (Chem::Atom &atom)
 
CDPL_VIS_API const SizeSpecificationgetConfigurationLabelSize (const Chem::Atom &atom)
 
CDPL_VIS_API void setConfigurationLabelSize (Chem::Atom &atom, const SizeSpecification &size)
 
CDPL_VIS_API bool hasConfigurationLabelSize (const Chem::Atom &atom)
 
CDPL_VIS_API void clearConfigurationLabelSize (Chem::Atom &atom)
 
CDPL_VIS_API const ColorgetColor (const Chem::Bond &bond)
 
CDPL_VIS_API void setColor (Chem::Bond &bond, const Color &color)
 
CDPL_VIS_API bool hasColor (const Chem::Bond &bond)
 
CDPL_VIS_API void clearColor (Chem::Bond &bond)
 
CDPL_VIS_API const SizeSpecificationgetLineWidth (const Chem::Bond &bond)
 
CDPL_VIS_API void setLineWidth (Chem::Bond &bond, const SizeSpecification &width)
 
CDPL_VIS_API bool hasLineWidth (const Chem::Bond &bond)
 
CDPL_VIS_API void clearLineWidth (Chem::Bond &bond)
 
CDPL_VIS_API const SizeSpecificationgetLineSpacing (const Chem::Bond &bond)
 
CDPL_VIS_API void setLineSpacing (Chem::Bond &bond, const SizeSpecification &spacing)
 
CDPL_VIS_API bool hasLineSpacing (const Chem::Bond &bond)
 
CDPL_VIS_API void clearLineSpacing (Chem::Bond &bond)
 
CDPL_VIS_API const SizeSpecificationgetStereoBondWedgeWidth (const Chem::Bond &bond)
 
CDPL_VIS_API void setStereoBondWedgeWidth (Chem::Bond &bond, const SizeSpecification &width)
 
CDPL_VIS_API bool hasStereoBondWedgeWidth (const Chem::Bond &bond)
 
CDPL_VIS_API void clearStereoBondWedgeWidth (Chem::Bond &bond)
 
CDPL_VIS_API const SizeSpecificationgetStereoBondHashSpacing (const Chem::Bond &bond)
 
CDPL_VIS_API void setStereoBondHashSpacing (Chem::Bond &bond, const SizeSpecification &spacing)
 
CDPL_VIS_API bool hasStereoBondHashSpacing (const Chem::Bond &bond)
 
CDPL_VIS_API void clearStereoBondHashSpacing (Chem::Bond &bond)
 
CDPL_VIS_API const SizeSpecificationgetReactionCenterLineLength (const Chem::Bond &bond)
 
CDPL_VIS_API void setReactionCenterLineLength (Chem::Bond &bond, const SizeSpecification &length)
 
CDPL_VIS_API bool hasReactionCenterLineLength (const Chem::Bond &bond)
 
CDPL_VIS_API void clearReactionCenterLineLength (Chem::Bond &bond)
 
CDPL_VIS_API const SizeSpecificationgetReactionCenterLineSpacing (const Chem::Bond &bond)
 
CDPL_VIS_API void setReactionCenterLineSpacing (Chem::Bond &bond, const SizeSpecification &spacing)
 
CDPL_VIS_API bool hasReactionCenterLineSpacing (const Chem::Bond &bond)
 
CDPL_VIS_API void clearReactionCenterLineSpacing (Chem::Bond &bond)
 
CDPL_VIS_API const SizeSpecificationgetDoubleBondTrimLength (const Chem::Bond &bond)
 
CDPL_VIS_API void setDoubleBondTrimLength (Chem::Bond &bond, const SizeSpecification &length)
 
CDPL_VIS_API bool hasDoubleBondTrimLength (const Chem::Bond &bond)
 
CDPL_VIS_API void clearDoubleBondTrimLength (Chem::Bond &bond)
 
CDPL_VIS_API const SizeSpecificationgetTripleBondTrimLength (const Chem::Bond &bond)
 
CDPL_VIS_API void setTripleBondTrimLength (Chem::Bond &bond, const SizeSpecification &length)
 
CDPL_VIS_API bool hasTripleBondTrimLength (const Chem::Bond &bond)
 
CDPL_VIS_API void clearTripleBondTrimLength (Chem::Bond &bond)
 
CDPL_VIS_API const FontgetLabelFont (const Chem::Bond &bond)
 
CDPL_VIS_API void setLabelFont (Chem::Bond &bond, const Font &font)
 
CDPL_VIS_API bool hasLabelFont (const Chem::Bond &bond)
 
CDPL_VIS_API void clearLabelFont (Chem::Bond &bond)
 
CDPL_VIS_API const SizeSpecificationgetLabelSize (const Chem::Bond &bond)
 
CDPL_VIS_API void setLabelSize (Chem::Bond &bond, const SizeSpecification &size)
 
CDPL_VIS_API bool hasLabelSize (const Chem::Bond &bond)
 
CDPL_VIS_API void clearLabelSize (Chem::Bond &bond)
 
CDPL_VIS_API const SizeSpecificationgetLabelMargin (const Chem::Bond &bond)
 
CDPL_VIS_API void setLabelMargin (Chem::Bond &bond, const SizeSpecification &margin)
 
CDPL_VIS_API bool hasLabelMargin (const Chem::Bond &bond)
 
CDPL_VIS_API void clearLabelMargin (Chem::Bond &bond)
 
CDPL_VIS_API const FontgetConfigurationLabelFont (const Chem::Bond &bond)
 
CDPL_VIS_API void setConfigurationLabelFont (Chem::Bond &bond, const Font &font)
 
CDPL_VIS_API bool hasConfigurationLabelFont (const Chem::Bond &bond)
 
CDPL_VIS_API void clearConfigurationLabelFont (Chem::Bond &bond)
 
CDPL_VIS_API const SizeSpecificationgetConfigurationLabelSize (const Chem::Bond &bond)
 
CDPL_VIS_API void setConfigurationLabelSize (Chem::Bond &bond, const SizeSpecification &size)
 
CDPL_VIS_API bool hasConfigurationLabelSize (const Chem::Bond &bond)
 
CDPL_VIS_API void clearConfigurationLabelSize (Chem::Bond &bond)
 
CDPL_VIS_API const Rectangle2DgetViewportParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setViewportParameter (Base::ControlParameterContainer &cntnr, const Rectangle2D &viewport)
 
CDPL_VIS_API bool hasViewportParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearViewportParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API unsigned int getSizeAdjustmentParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setSizeAdjustmentParameter (Base::ControlParameterContainer &cntnr, unsigned int adjustment)
 
CDPL_VIS_API bool hasSizeAdjustmentParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearSizeAdjustmentParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API unsigned int getAlignmentParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setAlignmentParameter (Base::ControlParameterContainer &cntnr, unsigned int alignment)
 
CDPL_VIS_API bool hasAlignmentParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearAlignmentParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const ColorgetBackgroundColorParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setBackgroundColorParameter (Base::ControlParameterContainer &cntnr, const Color &color)
 
CDPL_VIS_API bool hasBackgroundColorParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearBackgroundColorParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API unsigned int getReactionArrowStyleParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setReactionArrowStyleParameter (Base::ControlParameterContainer &cntnr, unsigned int style)
 
CDPL_VIS_API bool hasReactionArrowStyleParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearReactionArrowStyleParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const ColorgetReactionArrowColorParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setReactionArrowColorParameter (Base::ControlParameterContainer &cntnr, const Color &color)
 
CDPL_VIS_API bool hasReactionArrowColorParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearReactionArrowColorParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecificationgetReactionArrowLengthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setReactionArrowLengthParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &size)
 
CDPL_VIS_API bool hasReactionArrowLengthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearReactionArrowLengthParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecificationgetReactionArrowHeadLengthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setReactionArrowHeadLengthParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &length)
 
CDPL_VIS_API bool hasReactionArrowHeadLengthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearReactionArrowHeadLengthParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecificationgetReactionArrowHeadWidthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setReactionArrowHeadWidthParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &width)
 
CDPL_VIS_API bool hasReactionArrowHeadWidthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearReactionArrowHeadWidthParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecificationgetReactionArrowShaftWidthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setReactionArrowShaftWidthParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &width)
 
CDPL_VIS_API bool hasReactionArrowShaftWidthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearReactionArrowShaftWidthParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecificationgetReactionArrowLineWidthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setReactionArrowLineWidthParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &width)
 
CDPL_VIS_API bool hasReactionArrowLineWidthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearReactionArrowLineWidthParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API unsigned int getReactionComponentLayoutParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setReactionComponentLayoutParameter (Base::ControlParameterContainer &cntnr, unsigned int layout)
 
CDPL_VIS_API bool hasReactionComponentLayoutParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearReactionComponentLayoutParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API unsigned int getReactionComponentLayoutDirectionParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setReactionComponentLayoutDirectionParameter (Base::ControlParameterContainer &cntnr, unsigned int dir)
 
CDPL_VIS_API bool hasReactionComponentLayoutDirectionParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearReactionComponentLayoutDirectionParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecificationgetReactionComponentMarginParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setReactionComponentMarginParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &margin)
 
CDPL_VIS_API bool hasReactionComponentMarginParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearReactionComponentMarginParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool getShowReactionReactantsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setShowReactionReactantsParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool hasShowReactionReactantsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearShowReactionReactantsParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool getShowReactionAgentsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setShowReactionAgentsParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool hasShowReactionAgentsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearShowReactionAgentsParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool getShowReactionProductsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setShowReactionProductsParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool hasShowReactionProductsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearShowReactionProductsParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API unsigned int getReactionAgentAlignmentParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setReactionAgentAlignmentParameter (Base::ControlParameterContainer &cntnr, unsigned int alignment)
 
CDPL_VIS_API bool hasReactionAgentAlignmentParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearReactionAgentAlignmentParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API unsigned int getReactionAgentLayoutParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setReactionAgentLayoutParameter (Base::ControlParameterContainer &cntnr, unsigned int layout)
 
CDPL_VIS_API bool hasReactionAgentLayoutParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearReactionAgentLayoutParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API unsigned int getReactionAgentLayoutDirectionParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setReactionAgentLayoutDirectionParameter (Base::ControlParameterContainer &cntnr, unsigned int dir)
 
CDPL_VIS_API bool hasReactionAgentLayoutDirectionParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearReactionAgentLayoutDirectionParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const ColorgetReactionPlusSignColorParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setReactionPlusSignColorParameter (Base::ControlParameterContainer &cntnr, const Color &color)
 
CDPL_VIS_API bool hasReactionPlusSignColorParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearReactionPlusSignColorParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecificationgetReactionPlusSignSizeParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setReactionPlusSignSizeParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &size)
 
CDPL_VIS_API bool hasReactionPlusSignSizeParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearReactionPlusSignSizeParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecificationgetReactionPlusSignLineWidthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setReactionPlusSignLineWidthParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &width)
 
CDPL_VIS_API bool hasReactionPlusSignLineWidthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearReactionPlusSignLineWidthParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool getShowReactionPlusSignsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setShowReactionPlusSignsParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool hasShowReactionPlusSignsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearShowReactionPlusSignsParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const ColorgetAtomColorParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setAtomColorParameter (Base::ControlParameterContainer &cntnr, const Color &color)
 
CDPL_VIS_API bool hasAtomColorParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearAtomColorParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const ColorTable::SharedPointergetAtomColorTableParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setAtomColorTableParameter (Base::ControlParameterContainer &cntnr, const ColorTable::SharedPointer &colors)
 
CDPL_VIS_API bool hasAtomColorTableParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearAtomColorTableParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool getUseCalculatedAtomCoordinatesParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setUseCalculatedAtomCoordinatesParameter (Base::ControlParameterContainer &cntnr, bool use)
 
CDPL_VIS_API bool hasUseCalculatedAtomCoordinatesParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearUseCalculatedAtomCoordinatesParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const FontgetAtomLabelFontParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setAtomLabelFontParameter (Base::ControlParameterContainer &cntnr, const Font &font)
 
CDPL_VIS_API bool hasAtomLabelFontParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearAtomLabelFontParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecificationgetAtomLabelSizeParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setAtomLabelSizeParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &size)
 
CDPL_VIS_API bool hasAtomLabelSizeParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearAtomLabelSizeParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const FontgetSecondaryAtomLabelFontParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setSecondaryAtomLabelFontParameter (Base::ControlParameterContainer &cntnr, const Font &font)
 
CDPL_VIS_API bool hasSecondaryAtomLabelFontParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearSecondaryAtomLabelFontParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecificationgetSecondaryAtomLabelSizeParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setSecondaryAtomLabelSizeParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &size)
 
CDPL_VIS_API bool hasSecondaryAtomLabelSizeParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearSecondaryAtomLabelSizeParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecificationgetAtomLabelMarginParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setAtomLabelMarginParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &margin)
 
CDPL_VIS_API bool hasAtomLabelMarginParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearAtomLabelMarginParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecificationgetRadicalElectronDotSizeParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setRadicalElectronDotSizeParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &size)
 
CDPL_VIS_API bool hasRadicalElectronDotSizeParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearRadicalElectronDotSizeParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool getShowExplicitHydrogensParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setShowExplicitHydrogensParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool hasShowExplicitHydrogensParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearShowExplicitHydrogensParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool getShowCarbonsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setShowCarbonsParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool hasShowCarbonsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearShowCarbonsParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool getShowChargesParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setShowChargesParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool hasShowChargesParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearShowChargesParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool getShowIsotopesParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setShowIsotopesParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool hasShowIsotopesParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearShowIsotopesParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool getShowHydrogenCountsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setShowHydrogenCountsParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool hasShowHydrogenCountsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearShowHydrogenCountsParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool getShowNonCarbonHydrogenCountsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setShowNonCarbonHydrogenCountsParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool hasShowNonCarbonHydrogenCountsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearShowNonCarbonHydrogenCountsParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool getShowAtomQueryInfosParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setShowAtomQueryInfosParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool hasShowAtomQueryInfosParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearShowAtomQueryInfosParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool getShowAtomReactionInfosParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setShowAtomReactionInfosParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool hasShowAtomReactionInfosParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearShowAtomReactionInfosParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool getShowRadicalElectronsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setShowRadicalElectronsParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool hasShowRadicalElectronsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearShowRadicalElectronsParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool getShowAtomConfigurationLabelsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setShowAtomConfigurationLabelsParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool hasShowAtomConfigurationLabelsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearShowAtomConfigurationLabelsParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecificationgetAtomConfigurationLabelSizeParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setAtomConfigurationLabelSizeParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &size)
 
CDPL_VIS_API bool hasAtomConfigurationLabelSizeParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearAtomConfigurationLabelSizeParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const FontgetAtomConfigurationLabelFontParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setAtomConfigurationLabelFontParameter (Base::ControlParameterContainer &cntnr, const Font &font)
 
CDPL_VIS_API bool hasAtomConfigurationLabelFontParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearAtomConfigurationLabelFontParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecificationgetBondLengthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setBondLengthParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &length)
 
CDPL_VIS_API bool hasBondLengthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearBondLengthParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const ColorgetBondColorParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setBondColorParameter (Base::ControlParameterContainer &cntnr, const Color &color)
 
CDPL_VIS_API bool hasBondColorParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearBondColorParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecificationgetBondLineWidthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setBondLineWidthParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &width)
 
CDPL_VIS_API bool hasBondLineWidthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearBondLineWidthParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecificationgetBondLineSpacingParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setBondLineSpacingParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &spacing)
 
CDPL_VIS_API bool hasBondLineSpacingParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearBondLineSpacingParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecificationgetStereoBondWedgeWidthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setStereoBondWedgeWidthParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &width)
 
CDPL_VIS_API bool hasStereoBondWedgeWidthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearStereoBondWedgeWidthParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecificationgetStereoBondHashSpacingParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setStereoBondHashSpacingParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &spacing)
 
CDPL_VIS_API bool hasStereoBondHashSpacingParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearStereoBondHashSpacingParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecificationgetReactionCenterLineLengthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setReactionCenterLineLengthParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &length)
 
CDPL_VIS_API bool hasReactionCenterLineLengthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearReactionCenterLineLengthParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecificationgetReactionCenterLineSpacingParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setReactionCenterLineSpacingParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &spacing)
 
CDPL_VIS_API bool hasReactionCenterLineSpacingParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearReactionCenterLineSpacingParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecificationgetDoubleBondTrimLengthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setDoubleBondTrimLengthParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &length)
 
CDPL_VIS_API bool hasDoubleBondTrimLengthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearDoubleBondTrimLengthParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecificationgetTripleBondTrimLengthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setTripleBondTrimLengthParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &length)
 
CDPL_VIS_API bool hasTripleBondTrimLengthParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearTripleBondTrimLengthParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const FontgetBondLabelFontParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setBondLabelFontParameter (Base::ControlParameterContainer &cntnr, const Font &font)
 
CDPL_VIS_API bool hasBondLabelFontParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearBondLabelFontParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecificationgetBondLabelSizeParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setBondLabelSizeParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &size)
 
CDPL_VIS_API bool hasBondLabelSizeParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearBondLabelSizeParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecificationgetBondLabelMarginParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setBondLabelMarginParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &margin)
 
CDPL_VIS_API bool hasBondLabelMarginParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearBondLabelMarginParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool getShowBondReactionInfosParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setShowBondReactionInfosParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool hasShowBondReactionInfosParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearShowBondReactionInfosParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool getShowBondQueryInfosParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setShowBondQueryInfosParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool hasShowBondQueryInfosParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearShowBondQueryInfosParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool getShowStereoBondsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setShowStereoBondsParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool hasShowStereoBondsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearShowStereoBondsParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API bool getShowBondConfigurationLabelsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setShowBondConfigurationLabelsParameter (Base::ControlParameterContainer &cntnr, bool show)
 
CDPL_VIS_API bool hasShowBondConfigurationLabelsParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearShowBondConfigurationLabelsParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const SizeSpecificationgetBondConfigurationLabelSizeParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setBondConfigurationLabelSizeParameter (Base::ControlParameterContainer &cntnr, const SizeSpecification &size)
 
CDPL_VIS_API bool hasBondConfigurationLabelSizeParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearBondConfigurationLabelSizeParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const FontgetBondConfigurationLabelFontParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void setBondConfigurationLabelFontParameter (Base::ControlParameterContainer &cntnr, const Font &font)
 
CDPL_VIS_API bool hasBondConfigurationLabelFontParameter (const Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API void clearBondConfigurationLabelFontParameter (Base::ControlParameterContainer &cntnr)
 
CDPL_VIS_API const ColorTable::SharedPointergetAtomColorTable (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void setAtomColorTable (Chem::MolecularGraph &molgraph, const ColorTable::SharedPointer &colors)
 
CDPL_VIS_API bool hasAtomColorTable (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void clearAtomColorTable (Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API const ColorgetAtomColor (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void setAtomColor (Chem::MolecularGraph &molgraph, const Color &color)
 
CDPL_VIS_API bool hasAtomColor (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void clearAtomColor (Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API const FontgetAtomLabelFont (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void setAtomLabelFont (Chem::MolecularGraph &molgraph, const Font &font)
 
CDPL_VIS_API bool hasAtomLabelFont (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void clearAtomLabelFont (Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API const SizeSpecificationgetAtomLabelSize (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void setAtomLabelSize (Chem::MolecularGraph &molgraph, const SizeSpecification &size)
 
CDPL_VIS_API bool hasAtomLabelSize (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void clearAtomLabelSize (Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API const FontgetSecondaryAtomLabelFont (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void setSecondaryAtomLabelFont (Chem::MolecularGraph &molgraph, const Font &font)
 
CDPL_VIS_API bool hasSecondaryAtomLabelFont (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void clearSecondaryAtomLabelFont (Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API const SizeSpecificationgetSecondaryAtomLabelSize (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void setSecondaryAtomLabelSize (Chem::MolecularGraph &molgraph, const SizeSpecification &size)
 
CDPL_VIS_API bool hasSecondaryAtomLabelSize (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void clearSecondaryAtomLabelSize (Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API const SizeSpecificationgetAtomLabelMargin (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void setAtomLabelMargin (Chem::MolecularGraph &molgraph, const SizeSpecification &margin)
 
CDPL_VIS_API bool hasAtomLabelMargin (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void clearAtomLabelMargin (Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API const SizeSpecificationgetRadicalElectronDotSize (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void setRadicalElectronDotSize (Chem::MolecularGraph &molgraph, const SizeSpecification &size)
 
CDPL_VIS_API bool hasRadicalElectronDotSize (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void clearRadicalElectronDotSize (Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API const FontgetAtomConfigurationLabelFont (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void setAtomConfigurationLabelFont (Chem::MolecularGraph &molgraph, const Font &font)
 
CDPL_VIS_API bool hasAtomConfigurationLabelFont (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void clearAtomConfigurationLabelFont (Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API const SizeSpecificationgetAtomConfigurationLabelSize (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void setAtomConfigurationLabelSize (Chem::MolecularGraph &molgraph, const SizeSpecification &size)
 
CDPL_VIS_API bool hasAtomConfigurationLabelSize (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void clearAtomConfigurationLabelSize (Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API const ColorgetBondColor (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void setBondColor (Chem::MolecularGraph &molgraph, const Color &color)
 
CDPL_VIS_API bool hasBondColor (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void clearBondColor (Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API const SizeSpecificationgetBondLineWidth (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void setBondLineWidth (Chem::MolecularGraph &molgraph, const SizeSpecification &width)
 
CDPL_VIS_API bool hasBondLineWidth (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void clearBondLineWidth (Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API const SizeSpecificationgetBondLineSpacing (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void setBondLineSpacing (Chem::MolecularGraph &molgraph, const SizeSpecification &spacing)
 
CDPL_VIS_API bool hasBondLineSpacing (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void clearBondLineSpacing (Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API const SizeSpecificationgetStereoBondWedgeWidth (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void setStereoBondWedgeWidth (Chem::MolecularGraph &molgraph, const SizeSpecification &width)
 
CDPL_VIS_API bool hasStereoBondWedgeWidth (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void clearStereoBondWedgeWidth (Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API const SizeSpecificationgetStereoBondHashSpacing (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void setStereoBondHashSpacing (Chem::MolecularGraph &molgraph, const SizeSpecification &spacing)
 
CDPL_VIS_API bool hasStereoBondHashSpacing (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void clearStereoBondHashSpacing (Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API const SizeSpecificationgetReactionCenterLineLength (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void setReactionCenterLineLength (Chem::MolecularGraph &molgraph, const SizeSpecification &length)
 
CDPL_VIS_API bool hasReactionCenterLineLength (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void clearReactionCenterLineLength (Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API const SizeSpecificationgetReactionCenterLineSpacing (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void setReactionCenterLineSpacing (Chem::MolecularGraph &molgraph, const SizeSpecification &spacing)
 
CDPL_VIS_API bool hasReactionCenterLineSpacing (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void clearReactionCenterLineSpacing (Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API const SizeSpecificationgetDoubleBondTrimLength (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void setDoubleBondTrimLength (Chem::MolecularGraph &molgraph, const SizeSpecification &length)
 
CDPL_VIS_API bool hasDoubleBondTrimLength (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void clearDoubleBondTrimLength (Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API const SizeSpecificationgetTripleBondTrimLength (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void setTripleBondTrimLength (Chem::MolecularGraph &molgraph, const SizeSpecification &length)
 
CDPL_VIS_API bool hasTripleBondTrimLength (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void clearTripleBondTrimLength (Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API const FontgetBondLabelFont (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void setBondLabelFont (Chem::MolecularGraph &molgraph, const Font &font)
 
CDPL_VIS_API bool hasBondLabelFont (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void clearBondLabelFont (Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API const SizeSpecificationgetBondLabelSize (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void setBondLabelSize (Chem::MolecularGraph &molgraph, const SizeSpecification &size)
 
CDPL_VIS_API bool hasBondLabelSize (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void clearBondLabelSize (Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API const SizeSpecificationgetBondLabelMargin (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void setBondLabelMargin (Chem::MolecularGraph &molgraph, const SizeSpecification &margin)
 
CDPL_VIS_API bool hasBondLabelMargin (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void clearBondLabelMargin (Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API const FontgetBondConfigurationLabelFont (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void setBondConfigurationLabelFont (Chem::MolecularGraph &molgraph, const Font &font)
 
CDPL_VIS_API bool hasBondConfigurationLabelFont (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void clearBondConfigurationLabelFont (Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API const SizeSpecificationgetBondConfigurationLabelSize (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void setBondConfigurationLabelSize (Chem::MolecularGraph &molgraph, const SizeSpecification &size)
 
CDPL_VIS_API bool hasBondConfigurationLabelSize (const Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API void clearBondConfigurationLabelSize (Chem::MolecularGraph &molgraph)
 
CDPL_VIS_API unsigned int getArrowStyle (const Chem::Reaction &rxn)
 
CDPL_VIS_API void setArrowStyle (Chem::Reaction &rxn, unsigned int style)
 
CDPL_VIS_API bool hasArrowStyle (const Chem::Reaction &rxn)
 
CDPL_VIS_API void clearArrowStyle (Chem::Reaction &rxn)
 
CDPL_VIS_API const ColorgetArrowColor (const Chem::Reaction &rxn)
 
CDPL_VIS_API void setArrowColor (Chem::Reaction &rxn, const Color &color)
 
CDPL_VIS_API bool hasArrowColor (const Chem::Reaction &rxn)
 
CDPL_VIS_API void clearArrowColor (Chem::Reaction &rxn)
 
CDPL_VIS_API const SizeSpecificationgetArrowLength (const Chem::Reaction &rxn)
 
CDPL_VIS_API void setArrowLength (Chem::Reaction &rxn, const SizeSpecification &length)
 
CDPL_VIS_API bool hasArrowLength (const Chem::Reaction &rxn)
 
CDPL_VIS_API void clearArrowLength (Chem::Reaction &rxn)
 
CDPL_VIS_API const SizeSpecificationgetArrowHeadLength (const Chem::Reaction &rxn)
 
CDPL_VIS_API void setArrowHeadLength (Chem::Reaction &rxn, const SizeSpecification &length)
 
CDPL_VIS_API bool hasArrowHeadLength (const Chem::Reaction &rxn)
 
CDPL_VIS_API void clearArrowHeadLength (Chem::Reaction &rxn)
 
CDPL_VIS_API const SizeSpecificationgetArrowHeadWidth (const Chem::Reaction &rxn)
 
CDPL_VIS_API void setArrowHeadWidth (Chem::Reaction &rxn, const SizeSpecification &width)
 
CDPL_VIS_API bool hasArrowHeadWidth (const Chem::Reaction &rxn)
 
CDPL_VIS_API void clearArrowHeadWidth (Chem::Reaction &rxn)
 
CDPL_VIS_API const SizeSpecificationgetArrowShaftWidth (const Chem::Reaction &rxn)
 
CDPL_VIS_API void setArrowShaftWidth (Chem::Reaction &rxn, const SizeSpecification &width)
 
CDPL_VIS_API bool hasArrowShaftWidth (const Chem::Reaction &rxn)
 
CDPL_VIS_API void clearArrowShaftWidth (Chem::Reaction &rxn)
 
CDPL_VIS_API const SizeSpecificationgetArrowLineWidth (const Chem::Reaction &rxn)
 
CDPL_VIS_API void setArrowLineWidth (Chem::Reaction &rxn, const SizeSpecification &width)
 
CDPL_VIS_API bool hasArrowLineWidth (const Chem::Reaction &rxn)
 
CDPL_VIS_API void clearArrowLineWidth (Chem::Reaction &rxn)
 
CDPL_VIS_API unsigned int getComponentLayout (const Chem::Reaction &rxn)
 
CDPL_VIS_API void setComponentLayout (Chem::Reaction &rxn, unsigned int layout)
 
CDPL_VIS_API bool hasComponentLayout (const Chem::Reaction &rxn)
 
CDPL_VIS_API void clearComponentLayout (Chem::Reaction &rxn)
 
CDPL_VIS_API unsigned int getComponentLayoutDirection (const Chem::Reaction &rxn)
 
CDPL_VIS_API void setComponentLayoutDirection (Chem::Reaction &rxn, unsigned int dir)
 
CDPL_VIS_API bool hasComponentLayoutDirection (const Chem::Reaction &rxn)
 
CDPL_VIS_API void clearComponentLayoutDirection (Chem::Reaction &rxn)
 
CDPL_VIS_API const SizeSpecificationgetComponentMargin (const Chem::Reaction &rxn)
 
CDPL_VIS_API void setComponentMargin (Chem::Reaction &rxn, const SizeSpecification &margin)
 
CDPL_VIS_API bool hasComponentMargin (const Chem::Reaction &rxn)
 
CDPL_VIS_API void clearComponentMargin (Chem::Reaction &rxn)
 
CDPL_VIS_API bool getShowReactants (const Chem::Reaction &rxn)
 
CDPL_VIS_API void setShowReactants (Chem::Reaction &rxn, bool show)
 
CDPL_VIS_API bool hasShowReactants (const Chem::Reaction &rxn)
 
CDPL_VIS_API void clearShowReactants (Chem::Reaction &rxn)
 
CDPL_VIS_API bool getShowAgents (const Chem::Reaction &rxn)
 
CDPL_VIS_API void setShowAgents (Chem::Reaction &rxn, bool show)
 
CDPL_VIS_API bool hasShowAgents (const Chem::Reaction &rxn)
 
CDPL_VIS_API void clearShowAgents (Chem::Reaction &rxn)
 
CDPL_VIS_API bool getShowProducts (const Chem::Reaction &rxn)
 
CDPL_VIS_API void setShowProducts (Chem::Reaction &rxn, bool show)
 
CDPL_VIS_API bool hasShowProducts (const Chem::Reaction &rxn)
 
CDPL_VIS_API void clearShowProducts (Chem::Reaction &rxn)
 
CDPL_VIS_API unsigned int getAgentAlignment (const Chem::Reaction &rxn)
 
CDPL_VIS_API void setAgentAlignment (Chem::Reaction &rxn, unsigned int alignment)
 
CDPL_VIS_API bool hasAgentAlignment (const Chem::Reaction &rxn)
 
CDPL_VIS_API void clearAgentAlignment (Chem::Reaction &rxn)
 
CDPL_VIS_API unsigned int getAgentLayout (const Chem::Reaction &rxn)
 
CDPL_VIS_API void setAgentLayout (Chem::Reaction &rxn, unsigned int layout)
 
CDPL_VIS_API bool hasAgentLayout (const Chem::Reaction &rxn)
 
CDPL_VIS_API void clearAgentLayout (Chem::Reaction &rxn)
 
CDPL_VIS_API unsigned int getAgentLayoutDirection (const Chem::Reaction &rxn)
 
CDPL_VIS_API void setAgentLayoutDirection (Chem::Reaction &rxn, unsigned int dir)
 
CDPL_VIS_API bool hasAgentLayoutDirection (const Chem::Reaction &rxn)
 
CDPL_VIS_API void clearAgentLayoutDirection (Chem::Reaction &rxn)
 
CDPL_VIS_API const ColorgetPlusSignColor (const Chem::Reaction &rxn)
 
CDPL_VIS_API void setPlusSignColor (Chem::Reaction &rxn, const Color &color)
 
CDPL_VIS_API bool hasPlusSignColor (const Chem::Reaction &rxn)
 
CDPL_VIS_API void clearPlusSignColor (Chem::Reaction &rxn)
 
CDPL_VIS_API const SizeSpecificationgetPlusSignSize (const Chem::Reaction &rxn)
 
CDPL_VIS_API void setPlusSignSize (Chem::Reaction &rxn, const SizeSpecification &size)
 
CDPL_VIS_API bool hasPlusSignSize (const Chem::Reaction &rxn)
 
CDPL_VIS_API void clearPlusSignSize (Chem::Reaction &rxn)
 
CDPL_VIS_API const SizeSpecificationgetPlusSignLineWidth (const Chem::Reaction &rxn)
 
CDPL_VIS_API void setPlusSignLineWidth (Chem::Reaction &rxn, const SizeSpecification &width)
 
CDPL_VIS_API bool hasPlusSignLineWidth (const Chem::Reaction &rxn)
 
CDPL_VIS_API void clearPlusSignLineWidth (Chem::Reaction &rxn)
 
CDPL_VIS_API bool getShowPlusSigns (const Chem::Reaction &rxn)
 
CDPL_VIS_API void setShowPlusSigns (Chem::Reaction &rxn, bool show)
 
CDPL_VIS_API bool hasShowPlusSigns (const Chem::Reaction &rxn)
 
CDPL_VIS_API void clearShowPlusSigns (Chem::Reaction &rxn)
 

Detailed Description

Contains classes and functions related to data visualization.

Typedef Documentation

◆ PDFMolecularGraphOutputHandler

A handler for the output of 2D depictions of chemical structures in the Portable Document Format (PDF) [WPDF].

◆ PDFReactionOutputHandler

A handler for the output of 2D depictions of chemical reactions in the Portable Document Format (PDF) [WPDF].

◆ PNGMolecularGraphOutputHandler

A handler for the output of 2D depictions of chemical structures in the Portable Network Graphics (PNG) [WPNG] format.

◆ PNGReactionOutputHandler

A handler for the output of 2D depictions of chemical reactions in the Portable Network Graphics (PNG) [WPNG] format.

◆ PSMolecularGraphOutputHandler

A handler for the output of 2D depictions of chemical structures in the PostScript (PS) [WPS] format.

◆ PSReactionOutputHandler

A handler for the output of 2D depictions of chemical reactions in the PostScript (PS) [WPS] format.

◆ SVGMolecularGraphOutputHandler

A handler for the output of 2D depictions of chemical structures in the Scalable Vector Graphics (SVG) [WSVG] format.

◆ SVGReactionOutputHandler

A handler for the output of 2D depictions of chemical reactions in the Scalable Vector Graphics (SVG) [WSVG] format.

Function Documentation

◆ getColor() [1/2]

CDPL_VIS_API const Color& CDPL::Vis::getColor ( const Chem::Atom atom)

◆ setColor() [1/2]

CDPL_VIS_API void CDPL::Vis::setColor ( Chem::Atom atom,
const Color color 
)

◆ hasColor() [1/2]

CDPL_VIS_API bool CDPL::Vis::hasColor ( const Chem::Atom atom)

◆ clearColor() [1/2]

CDPL_VIS_API void CDPL::Vis::clearColor ( Chem::Atom atom)

◆ getLabelFont() [1/2]

CDPL_VIS_API const Font& CDPL::Vis::getLabelFont ( const Chem::Atom atom)

◆ setLabelFont() [1/2]

CDPL_VIS_API void CDPL::Vis::setLabelFont ( Chem::Atom atom,
const Font font 
)

◆ hasLabelFont() [1/2]

CDPL_VIS_API bool CDPL::Vis::hasLabelFont ( const Chem::Atom atom)

◆ clearLabelFont() [1/2]

CDPL_VIS_API void CDPL::Vis::clearLabelFont ( Chem::Atom atom)

◆ getLabelSize() [1/2]

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getLabelSize ( const Chem::Atom atom)

◆ setLabelSize() [1/2]

CDPL_VIS_API void CDPL::Vis::setLabelSize ( Chem::Atom atom,
const SizeSpecification size 
)

◆ hasLabelSize() [1/2]

CDPL_VIS_API bool CDPL::Vis::hasLabelSize ( const Chem::Atom atom)

◆ clearLabelSize() [1/2]

CDPL_VIS_API void CDPL::Vis::clearLabelSize ( Chem::Atom atom)

◆ getSecondaryLabelFont()

CDPL_VIS_API const Font& CDPL::Vis::getSecondaryLabelFont ( const Chem::Atom atom)

◆ setSecondaryLabelFont()

CDPL_VIS_API void CDPL::Vis::setSecondaryLabelFont ( Chem::Atom atom,
const Font  
)

◆ hasSecondaryLabelFont()

CDPL_VIS_API bool CDPL::Vis::hasSecondaryLabelFont ( const Chem::Atom atom)

◆ clearSecondaryLabelFont()

CDPL_VIS_API void CDPL::Vis::clearSecondaryLabelFont ( Chem::Atom atom)

◆ getSecondaryLabelSize()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getSecondaryLabelSize ( const Chem::Atom atom)

◆ setSecondaryLabelSize()

CDPL_VIS_API void CDPL::Vis::setSecondaryLabelSize ( Chem::Atom atom,
const SizeSpecification size 
)

◆ hasSecondaryLabelSize()

CDPL_VIS_API bool CDPL::Vis::hasSecondaryLabelSize ( const Chem::Atom atom)

◆ clearSecondaryLabelSize()

CDPL_VIS_API void CDPL::Vis::clearSecondaryLabelSize ( Chem::Atom atom)

◆ getLabelMargin() [1/2]

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getLabelMargin ( const Chem::Atom atom)

◆ setLabelMargin() [1/2]

CDPL_VIS_API void CDPL::Vis::setLabelMargin ( Chem::Atom atom,
const SizeSpecification margin 
)

◆ hasLabelMargin() [1/2]

CDPL_VIS_API bool CDPL::Vis::hasLabelMargin ( const Chem::Atom atom)

◆ clearLabelMargin() [1/2]

CDPL_VIS_API void CDPL::Vis::clearLabelMargin ( Chem::Atom atom)

◆ getRadicalElectronDotSize() [1/2]

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getRadicalElectronDotSize ( const Chem::Atom atom)

◆ setRadicalElectronDotSize() [1/2]

CDPL_VIS_API void CDPL::Vis::setRadicalElectronDotSize ( Chem::Atom atom,
const SizeSpecification size 
)

◆ hasRadicalElectronDotSize() [1/2]

CDPL_VIS_API bool CDPL::Vis::hasRadicalElectronDotSize ( const Chem::Atom atom)

◆ clearRadicalElectronDotSize() [1/2]

CDPL_VIS_API void CDPL::Vis::clearRadicalElectronDotSize ( Chem::Atom atom)

◆ getConfigurationLabelFont() [1/2]

CDPL_VIS_API const Font& CDPL::Vis::getConfigurationLabelFont ( const Chem::Atom atom)

◆ setConfigurationLabelFont() [1/2]

CDPL_VIS_API void CDPL::Vis::setConfigurationLabelFont ( Chem::Atom atom,
const Font font 
)

◆ hasConfigurationLabelFont() [1/2]

CDPL_VIS_API bool CDPL::Vis::hasConfigurationLabelFont ( const Chem::Atom atom)

◆ clearConfigurationLabelFont() [1/2]

CDPL_VIS_API void CDPL::Vis::clearConfigurationLabelFont ( Chem::Atom atom)

◆ getConfigurationLabelSize() [1/2]

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getConfigurationLabelSize ( const Chem::Atom atom)

◆ setConfigurationLabelSize() [1/2]

CDPL_VIS_API void CDPL::Vis::setConfigurationLabelSize ( Chem::Atom atom,
const SizeSpecification size 
)

◆ hasConfigurationLabelSize() [1/2]

CDPL_VIS_API bool CDPL::Vis::hasConfigurationLabelSize ( const Chem::Atom atom)

◆ clearConfigurationLabelSize() [1/2]

CDPL_VIS_API void CDPL::Vis::clearConfigurationLabelSize ( Chem::Atom atom)

◆ getColor() [2/2]

CDPL_VIS_API const Color& CDPL::Vis::getColor ( const Chem::Bond bond)

◆ setColor() [2/2]

CDPL_VIS_API void CDPL::Vis::setColor ( Chem::Bond bond,
const Color color 
)

◆ hasColor() [2/2]

CDPL_VIS_API bool CDPL::Vis::hasColor ( const Chem::Bond bond)

◆ clearColor() [2/2]

CDPL_VIS_API void CDPL::Vis::clearColor ( Chem::Bond bond)

◆ getLineWidth()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getLineWidth ( const Chem::Bond bond)

◆ setLineWidth()

CDPL_VIS_API void CDPL::Vis::setLineWidth ( Chem::Bond bond,
const SizeSpecification width 
)

◆ hasLineWidth()

CDPL_VIS_API bool CDPL::Vis::hasLineWidth ( const Chem::Bond bond)

◆ clearLineWidth()

CDPL_VIS_API void CDPL::Vis::clearLineWidth ( Chem::Bond bond)

◆ getLineSpacing()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getLineSpacing ( const Chem::Bond bond)

◆ setLineSpacing()

CDPL_VIS_API void CDPL::Vis::setLineSpacing ( Chem::Bond bond,
const SizeSpecification spacing 
)

◆ hasLineSpacing()

CDPL_VIS_API bool CDPL::Vis::hasLineSpacing ( const Chem::Bond bond)

◆ clearLineSpacing()

CDPL_VIS_API void CDPL::Vis::clearLineSpacing ( Chem::Bond bond)

◆ getStereoBondWedgeWidth() [1/2]

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getStereoBondWedgeWidth ( const Chem::Bond bond)

◆ setStereoBondWedgeWidth() [1/2]

CDPL_VIS_API void CDPL::Vis::setStereoBondWedgeWidth ( Chem::Bond bond,
const SizeSpecification width 
)

◆ hasStereoBondWedgeWidth() [1/2]

CDPL_VIS_API bool CDPL::Vis::hasStereoBondWedgeWidth ( const Chem::Bond bond)

◆ clearStereoBondWedgeWidth() [1/2]

CDPL_VIS_API void CDPL::Vis::clearStereoBondWedgeWidth ( Chem::Bond bond)

◆ getStereoBondHashSpacing() [1/2]

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getStereoBondHashSpacing ( const Chem::Bond bond)

◆ setStereoBondHashSpacing() [1/2]

CDPL_VIS_API void CDPL::Vis::setStereoBondHashSpacing ( Chem::Bond bond,
const SizeSpecification spacing 
)

◆ hasStereoBondHashSpacing() [1/2]

CDPL_VIS_API bool CDPL::Vis::hasStereoBondHashSpacing ( const Chem::Bond bond)

◆ clearStereoBondHashSpacing() [1/2]

CDPL_VIS_API void CDPL::Vis::clearStereoBondHashSpacing ( Chem::Bond bond)

◆ getReactionCenterLineLength() [1/2]

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getReactionCenterLineLength ( const Chem::Bond bond)

◆ setReactionCenterLineLength() [1/2]

CDPL_VIS_API void CDPL::Vis::setReactionCenterLineLength ( Chem::Bond bond,
const SizeSpecification length 
)

◆ hasReactionCenterLineLength() [1/2]

CDPL_VIS_API bool CDPL::Vis::hasReactionCenterLineLength ( const Chem::Bond bond)

◆ clearReactionCenterLineLength() [1/2]

CDPL_VIS_API void CDPL::Vis::clearReactionCenterLineLength ( Chem::Bond bond)

◆ getReactionCenterLineSpacing() [1/2]

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getReactionCenterLineSpacing ( const Chem::Bond bond)

◆ setReactionCenterLineSpacing() [1/2]

CDPL_VIS_API void CDPL::Vis::setReactionCenterLineSpacing ( Chem::Bond bond,
const SizeSpecification spacing 
)

◆ hasReactionCenterLineSpacing() [1/2]

CDPL_VIS_API bool CDPL::Vis::hasReactionCenterLineSpacing ( const Chem::Bond bond)

◆ clearReactionCenterLineSpacing() [1/2]

CDPL_VIS_API void CDPL::Vis::clearReactionCenterLineSpacing ( Chem::Bond bond)

◆ getDoubleBondTrimLength() [1/2]

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getDoubleBondTrimLength ( const Chem::Bond bond)

◆ setDoubleBondTrimLength() [1/2]

CDPL_VIS_API void CDPL::Vis::setDoubleBondTrimLength ( Chem::Bond bond,
const SizeSpecification length 
)

◆ hasDoubleBondTrimLength() [1/2]

CDPL_VIS_API bool CDPL::Vis::hasDoubleBondTrimLength ( const Chem::Bond bond)

◆ clearDoubleBondTrimLength() [1/2]

CDPL_VIS_API void CDPL::Vis::clearDoubleBondTrimLength ( Chem::Bond bond)

◆ getTripleBondTrimLength() [1/2]

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getTripleBondTrimLength ( const Chem::Bond bond)

◆ setTripleBondTrimLength() [1/2]

CDPL_VIS_API void CDPL::Vis::setTripleBondTrimLength ( Chem::Bond bond,
const SizeSpecification length 
)

◆ hasTripleBondTrimLength() [1/2]

CDPL_VIS_API bool CDPL::Vis::hasTripleBondTrimLength ( const Chem::Bond bond)

◆ clearTripleBondTrimLength() [1/2]

CDPL_VIS_API void CDPL::Vis::clearTripleBondTrimLength ( Chem::Bond bond)

◆ getLabelFont() [2/2]

CDPL_VIS_API const Font& CDPL::Vis::getLabelFont ( const Chem::Bond bond)

◆ setLabelFont() [2/2]

CDPL_VIS_API void CDPL::Vis::setLabelFont ( Chem::Bond bond,
const Font font 
)

◆ hasLabelFont() [2/2]

CDPL_VIS_API bool CDPL::Vis::hasLabelFont ( const Chem::Bond bond)

◆ clearLabelFont() [2/2]

CDPL_VIS_API void CDPL::Vis::clearLabelFont ( Chem::Bond bond)

◆ getLabelSize() [2/2]

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getLabelSize ( const Chem::Bond bond)

◆ setLabelSize() [2/2]

CDPL_VIS_API void CDPL::Vis::setLabelSize ( Chem::Bond bond,
const SizeSpecification size 
)

◆ hasLabelSize() [2/2]

CDPL_VIS_API bool CDPL::Vis::hasLabelSize ( const Chem::Bond bond)

◆ clearLabelSize() [2/2]

CDPL_VIS_API void CDPL::Vis::clearLabelSize ( Chem::Bond bond)

◆ getLabelMargin() [2/2]

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getLabelMargin ( const Chem::Bond bond)

◆ setLabelMargin() [2/2]

CDPL_VIS_API void CDPL::Vis::setLabelMargin ( Chem::Bond bond,
const SizeSpecification margin 
)

◆ hasLabelMargin() [2/2]

CDPL_VIS_API bool CDPL::Vis::hasLabelMargin ( const Chem::Bond bond)

◆ clearLabelMargin() [2/2]

CDPL_VIS_API void CDPL::Vis::clearLabelMargin ( Chem::Bond bond)

◆ getConfigurationLabelFont() [2/2]

CDPL_VIS_API const Font& CDPL::Vis::getConfigurationLabelFont ( const Chem::Bond bond)

◆ setConfigurationLabelFont() [2/2]

CDPL_VIS_API void CDPL::Vis::setConfigurationLabelFont ( Chem::Bond bond,
const Font font 
)

◆ hasConfigurationLabelFont() [2/2]

CDPL_VIS_API bool CDPL::Vis::hasConfigurationLabelFont ( const Chem::Bond bond)

◆ clearConfigurationLabelFont() [2/2]

CDPL_VIS_API void CDPL::Vis::clearConfigurationLabelFont ( Chem::Bond bond)

◆ getConfigurationLabelSize() [2/2]

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getConfigurationLabelSize ( const Chem::Bond bond)

◆ setConfigurationLabelSize() [2/2]

CDPL_VIS_API void CDPL::Vis::setConfigurationLabelSize ( Chem::Bond bond,
const SizeSpecification size 
)

◆ hasConfigurationLabelSize() [2/2]

CDPL_VIS_API bool CDPL::Vis::hasConfigurationLabelSize ( const Chem::Bond bond)

◆ clearConfigurationLabelSize() [2/2]

CDPL_VIS_API void CDPL::Vis::clearConfigurationLabelSize ( Chem::Bond bond)

◆ getViewportParameter()

CDPL_VIS_API const Rectangle2D& CDPL::Vis::getViewportParameter ( const Base::ControlParameterContainer cntnr)

◆ setViewportParameter()

CDPL_VIS_API void CDPL::Vis::setViewportParameter ( Base::ControlParameterContainer cntnr,
const Rectangle2D viewport 
)

◆ hasViewportParameter()

CDPL_VIS_API bool CDPL::Vis::hasViewportParameter ( const Base::ControlParameterContainer cntnr)

◆ clearViewportParameter()

CDPL_VIS_API void CDPL::Vis::clearViewportParameter ( Base::ControlParameterContainer cntnr)

◆ getSizeAdjustmentParameter()

CDPL_VIS_API unsigned int CDPL::Vis::getSizeAdjustmentParameter ( const Base::ControlParameterContainer cntnr)

◆ setSizeAdjustmentParameter()

CDPL_VIS_API void CDPL::Vis::setSizeAdjustmentParameter ( Base::ControlParameterContainer cntnr,
unsigned int  adjustment 
)

◆ hasSizeAdjustmentParameter()

CDPL_VIS_API bool CDPL::Vis::hasSizeAdjustmentParameter ( const Base::ControlParameterContainer cntnr)

◆ clearSizeAdjustmentParameter()

CDPL_VIS_API void CDPL::Vis::clearSizeAdjustmentParameter ( Base::ControlParameterContainer cntnr)

◆ getAlignmentParameter()

CDPL_VIS_API unsigned int CDPL::Vis::getAlignmentParameter ( const Base::ControlParameterContainer cntnr)

◆ setAlignmentParameter()

CDPL_VIS_API void CDPL::Vis::setAlignmentParameter ( Base::ControlParameterContainer cntnr,
unsigned int  alignment 
)

◆ hasAlignmentParameter()

CDPL_VIS_API bool CDPL::Vis::hasAlignmentParameter ( const Base::ControlParameterContainer cntnr)

◆ clearAlignmentParameter()

CDPL_VIS_API void CDPL::Vis::clearAlignmentParameter ( Base::ControlParameterContainer cntnr)

◆ getBackgroundColorParameter()

CDPL_VIS_API const Color& CDPL::Vis::getBackgroundColorParameter ( const Base::ControlParameterContainer cntnr)

◆ setBackgroundColorParameter()

CDPL_VIS_API void CDPL::Vis::setBackgroundColorParameter ( Base::ControlParameterContainer cntnr,
const Color color 
)

◆ hasBackgroundColorParameter()

CDPL_VIS_API bool CDPL::Vis::hasBackgroundColorParameter ( const Base::ControlParameterContainer cntnr)

◆ clearBackgroundColorParameter()

CDPL_VIS_API void CDPL::Vis::clearBackgroundColorParameter ( Base::ControlParameterContainer cntnr)

◆ getReactionArrowStyleParameter()

CDPL_VIS_API unsigned int CDPL::Vis::getReactionArrowStyleParameter ( const Base::ControlParameterContainer cntnr)

◆ setReactionArrowStyleParameter()

CDPL_VIS_API void CDPL::Vis::setReactionArrowStyleParameter ( Base::ControlParameterContainer cntnr,
unsigned int  style 
)

◆ hasReactionArrowStyleParameter()

CDPL_VIS_API bool CDPL::Vis::hasReactionArrowStyleParameter ( const Base::ControlParameterContainer cntnr)

◆ clearReactionArrowStyleParameter()

CDPL_VIS_API void CDPL::Vis::clearReactionArrowStyleParameter ( Base::ControlParameterContainer cntnr)

◆ getReactionArrowColorParameter()

CDPL_VIS_API const Color& CDPL::Vis::getReactionArrowColorParameter ( const Base::ControlParameterContainer cntnr)

◆ setReactionArrowColorParameter()

CDPL_VIS_API void CDPL::Vis::setReactionArrowColorParameter ( Base::ControlParameterContainer cntnr,
const Color color 
)

◆ hasReactionArrowColorParameter()

CDPL_VIS_API bool CDPL::Vis::hasReactionArrowColorParameter ( const Base::ControlParameterContainer cntnr)

◆ clearReactionArrowColorParameter()

CDPL_VIS_API void CDPL::Vis::clearReactionArrowColorParameter ( Base::ControlParameterContainer cntnr)

◆ getReactionArrowLengthParameter()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getReactionArrowLengthParameter ( const Base::ControlParameterContainer cntnr)

◆ setReactionArrowLengthParameter()

CDPL_VIS_API void CDPL::Vis::setReactionArrowLengthParameter ( Base::ControlParameterContainer cntnr,
const SizeSpecification size 
)

◆ hasReactionArrowLengthParameter()

CDPL_VIS_API bool CDPL::Vis::hasReactionArrowLengthParameter ( const Base::ControlParameterContainer cntnr)

◆ clearReactionArrowLengthParameter()

CDPL_VIS_API void CDPL::Vis::clearReactionArrowLengthParameter ( Base::ControlParameterContainer cntnr)

◆ getReactionArrowHeadLengthParameter()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getReactionArrowHeadLengthParameter ( const Base::ControlParameterContainer cntnr)

◆ setReactionArrowHeadLengthParameter()

CDPL_VIS_API void CDPL::Vis::setReactionArrowHeadLengthParameter ( Base::ControlParameterContainer cntnr,
const SizeSpecification length 
)

◆ hasReactionArrowHeadLengthParameter()

CDPL_VIS_API bool CDPL::Vis::hasReactionArrowHeadLengthParameter ( const Base::ControlParameterContainer cntnr)

◆ clearReactionArrowHeadLengthParameter()

CDPL_VIS_API void CDPL::Vis::clearReactionArrowHeadLengthParameter ( Base::ControlParameterContainer cntnr)

◆ getReactionArrowHeadWidthParameter()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getReactionArrowHeadWidthParameter ( const Base::ControlParameterContainer cntnr)

◆ setReactionArrowHeadWidthParameter()

CDPL_VIS_API void CDPL::Vis::setReactionArrowHeadWidthParameter ( Base::ControlParameterContainer cntnr,
const SizeSpecification width 
)

◆ hasReactionArrowHeadWidthParameter()

CDPL_VIS_API bool CDPL::Vis::hasReactionArrowHeadWidthParameter ( const Base::ControlParameterContainer cntnr)

◆ clearReactionArrowHeadWidthParameter()

CDPL_VIS_API void CDPL::Vis::clearReactionArrowHeadWidthParameter ( Base::ControlParameterContainer cntnr)

◆ getReactionArrowShaftWidthParameter()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getReactionArrowShaftWidthParameter ( const Base::ControlParameterContainer cntnr)

◆ setReactionArrowShaftWidthParameter()

CDPL_VIS_API void CDPL::Vis::setReactionArrowShaftWidthParameter ( Base::ControlParameterContainer cntnr,
const SizeSpecification width 
)

◆ hasReactionArrowShaftWidthParameter()

CDPL_VIS_API bool CDPL::Vis::hasReactionArrowShaftWidthParameter ( const Base::ControlParameterContainer cntnr)

◆ clearReactionArrowShaftWidthParameter()

CDPL_VIS_API void CDPL::Vis::clearReactionArrowShaftWidthParameter ( Base::ControlParameterContainer cntnr)

◆ getReactionArrowLineWidthParameter()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getReactionArrowLineWidthParameter ( const Base::ControlParameterContainer cntnr)

◆ setReactionArrowLineWidthParameter()

CDPL_VIS_API void CDPL::Vis::setReactionArrowLineWidthParameter ( Base::ControlParameterContainer cntnr,
const SizeSpecification width 
)

◆ hasReactionArrowLineWidthParameter()

CDPL_VIS_API bool CDPL::Vis::hasReactionArrowLineWidthParameter ( const Base::ControlParameterContainer cntnr)

◆ clearReactionArrowLineWidthParameter()

CDPL_VIS_API void CDPL::Vis::clearReactionArrowLineWidthParameter ( Base::ControlParameterContainer cntnr)

◆ getReactionComponentLayoutParameter()

CDPL_VIS_API unsigned int CDPL::Vis::getReactionComponentLayoutParameter ( const Base::ControlParameterContainer cntnr)

◆ setReactionComponentLayoutParameter()

CDPL_VIS_API void CDPL::Vis::setReactionComponentLayoutParameter ( Base::ControlParameterContainer cntnr,
unsigned int  layout 
)

◆ hasReactionComponentLayoutParameter()

CDPL_VIS_API bool CDPL::Vis::hasReactionComponentLayoutParameter ( const Base::ControlParameterContainer cntnr)

◆ clearReactionComponentLayoutParameter()

CDPL_VIS_API void CDPL::Vis::clearReactionComponentLayoutParameter ( Base::ControlParameterContainer cntnr)

◆ getReactionComponentLayoutDirectionParameter()

CDPL_VIS_API unsigned int CDPL::Vis::getReactionComponentLayoutDirectionParameter ( const Base::ControlParameterContainer cntnr)

◆ setReactionComponentLayoutDirectionParameter()

CDPL_VIS_API void CDPL::Vis::setReactionComponentLayoutDirectionParameter ( Base::ControlParameterContainer cntnr,
unsigned int  dir 
)

◆ hasReactionComponentLayoutDirectionParameter()

CDPL_VIS_API bool CDPL::Vis::hasReactionComponentLayoutDirectionParameter ( const Base::ControlParameterContainer cntnr)

◆ clearReactionComponentLayoutDirectionParameter()

CDPL_VIS_API void CDPL::Vis::clearReactionComponentLayoutDirectionParameter ( Base::ControlParameterContainer cntnr)

◆ getReactionComponentMarginParameter()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getReactionComponentMarginParameter ( const Base::ControlParameterContainer cntnr)

◆ setReactionComponentMarginParameter()

CDPL_VIS_API void CDPL::Vis::setReactionComponentMarginParameter ( Base::ControlParameterContainer cntnr,
const SizeSpecification margin 
)

◆ hasReactionComponentMarginParameter()

CDPL_VIS_API bool CDPL::Vis::hasReactionComponentMarginParameter ( const Base::ControlParameterContainer cntnr)

◆ clearReactionComponentMarginParameter()

CDPL_VIS_API void CDPL::Vis::clearReactionComponentMarginParameter ( Base::ControlParameterContainer cntnr)

◆ getShowReactionReactantsParameter()

CDPL_VIS_API bool CDPL::Vis::getShowReactionReactantsParameter ( const Base::ControlParameterContainer cntnr)

◆ setShowReactionReactantsParameter()

CDPL_VIS_API void CDPL::Vis::setShowReactionReactantsParameter ( Base::ControlParameterContainer cntnr,
bool  show 
)

◆ hasShowReactionReactantsParameter()

CDPL_VIS_API bool CDPL::Vis::hasShowReactionReactantsParameter ( const Base::ControlParameterContainer cntnr)

◆ clearShowReactionReactantsParameter()

CDPL_VIS_API void CDPL::Vis::clearShowReactionReactantsParameter ( Base::ControlParameterContainer cntnr)

◆ getShowReactionAgentsParameter()

CDPL_VIS_API bool CDPL::Vis::getShowReactionAgentsParameter ( const Base::ControlParameterContainer cntnr)

◆ setShowReactionAgentsParameter()

CDPL_VIS_API void CDPL::Vis::setShowReactionAgentsParameter ( Base::ControlParameterContainer cntnr,
bool  show 
)

◆ hasShowReactionAgentsParameter()

CDPL_VIS_API bool CDPL::Vis::hasShowReactionAgentsParameter ( const Base::ControlParameterContainer cntnr)

◆ clearShowReactionAgentsParameter()

CDPL_VIS_API void CDPL::Vis::clearShowReactionAgentsParameter ( Base::ControlParameterContainer cntnr)

◆ getShowReactionProductsParameter()

CDPL_VIS_API bool CDPL::Vis::getShowReactionProductsParameter ( const Base::ControlParameterContainer cntnr)

◆ setShowReactionProductsParameter()

CDPL_VIS_API void CDPL::Vis::setShowReactionProductsParameter ( Base::ControlParameterContainer cntnr,
bool  show 
)

◆ hasShowReactionProductsParameter()

CDPL_VIS_API bool CDPL::Vis::hasShowReactionProductsParameter ( const Base::ControlParameterContainer cntnr)

◆ clearShowReactionProductsParameter()

CDPL_VIS_API void CDPL::Vis::clearShowReactionProductsParameter ( Base::ControlParameterContainer cntnr)

◆ getReactionAgentAlignmentParameter()

CDPL_VIS_API unsigned int CDPL::Vis::getReactionAgentAlignmentParameter ( const Base::ControlParameterContainer cntnr)

◆ setReactionAgentAlignmentParameter()

CDPL_VIS_API void CDPL::Vis::setReactionAgentAlignmentParameter ( Base::ControlParameterContainer cntnr,
unsigned int  alignment 
)

◆ hasReactionAgentAlignmentParameter()

CDPL_VIS_API bool CDPL::Vis::hasReactionAgentAlignmentParameter ( const Base::ControlParameterContainer cntnr)

◆ clearReactionAgentAlignmentParameter()

CDPL_VIS_API void CDPL::Vis::clearReactionAgentAlignmentParameter ( Base::ControlParameterContainer cntnr)

◆ getReactionAgentLayoutParameter()

CDPL_VIS_API unsigned int CDPL::Vis::getReactionAgentLayoutParameter ( const Base::ControlParameterContainer cntnr)

◆ setReactionAgentLayoutParameter()

CDPL_VIS_API void CDPL::Vis::setReactionAgentLayoutParameter ( Base::ControlParameterContainer cntnr,
unsigned int  layout 
)

◆ hasReactionAgentLayoutParameter()

CDPL_VIS_API bool CDPL::Vis::hasReactionAgentLayoutParameter ( const Base::ControlParameterContainer cntnr)

◆ clearReactionAgentLayoutParameter()

CDPL_VIS_API void CDPL::Vis::clearReactionAgentLayoutParameter ( Base::ControlParameterContainer cntnr)

◆ getReactionAgentLayoutDirectionParameter()

CDPL_VIS_API unsigned int CDPL::Vis::getReactionAgentLayoutDirectionParameter ( const Base::ControlParameterContainer cntnr)

◆ setReactionAgentLayoutDirectionParameter()

CDPL_VIS_API void CDPL::Vis::setReactionAgentLayoutDirectionParameter ( Base::ControlParameterContainer cntnr,
unsigned int  dir 
)

◆ hasReactionAgentLayoutDirectionParameter()

CDPL_VIS_API bool CDPL::Vis::hasReactionAgentLayoutDirectionParameter ( const Base::ControlParameterContainer cntnr)

◆ clearReactionAgentLayoutDirectionParameter()

CDPL_VIS_API void CDPL::Vis::clearReactionAgentLayoutDirectionParameter ( Base::ControlParameterContainer cntnr)

◆ getReactionPlusSignColorParameter()

CDPL_VIS_API const Color& CDPL::Vis::getReactionPlusSignColorParameter ( const Base::ControlParameterContainer cntnr)

◆ setReactionPlusSignColorParameter()

CDPL_VIS_API void CDPL::Vis::setReactionPlusSignColorParameter ( Base::ControlParameterContainer cntnr,
const Color color 
)

◆ hasReactionPlusSignColorParameter()

CDPL_VIS_API bool CDPL::Vis::hasReactionPlusSignColorParameter ( const Base::ControlParameterContainer cntnr)

◆ clearReactionPlusSignColorParameter()

CDPL_VIS_API void CDPL::Vis::clearReactionPlusSignColorParameter ( Base::ControlParameterContainer cntnr)

◆ getReactionPlusSignSizeParameter()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getReactionPlusSignSizeParameter ( const Base::ControlParameterContainer cntnr)

◆ setReactionPlusSignSizeParameter()

CDPL_VIS_API void CDPL::Vis::setReactionPlusSignSizeParameter ( Base::ControlParameterContainer cntnr,
const SizeSpecification size 
)

◆ hasReactionPlusSignSizeParameter()

CDPL_VIS_API bool CDPL::Vis::hasReactionPlusSignSizeParameter ( const Base::ControlParameterContainer cntnr)

◆ clearReactionPlusSignSizeParameter()

CDPL_VIS_API void CDPL::Vis::clearReactionPlusSignSizeParameter ( Base::ControlParameterContainer cntnr)

◆ getReactionPlusSignLineWidthParameter()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getReactionPlusSignLineWidthParameter ( const Base::ControlParameterContainer cntnr)

◆ setReactionPlusSignLineWidthParameter()

CDPL_VIS_API void CDPL::Vis::setReactionPlusSignLineWidthParameter ( Base::ControlParameterContainer cntnr,
const SizeSpecification width 
)

◆ hasReactionPlusSignLineWidthParameter()

CDPL_VIS_API bool CDPL::Vis::hasReactionPlusSignLineWidthParameter ( const Base::ControlParameterContainer cntnr)

◆ clearReactionPlusSignLineWidthParameter()

CDPL_VIS_API void CDPL::Vis::clearReactionPlusSignLineWidthParameter ( Base::ControlParameterContainer cntnr)

◆ getShowReactionPlusSignsParameter()

CDPL_VIS_API bool CDPL::Vis::getShowReactionPlusSignsParameter ( const Base::ControlParameterContainer cntnr)

◆ setShowReactionPlusSignsParameter()

CDPL_VIS_API void CDPL::Vis::setShowReactionPlusSignsParameter ( Base::ControlParameterContainer cntnr,
bool  show 
)

◆ hasShowReactionPlusSignsParameter()

CDPL_VIS_API bool CDPL::Vis::hasShowReactionPlusSignsParameter ( const Base::ControlParameterContainer cntnr)

◆ clearShowReactionPlusSignsParameter()

CDPL_VIS_API void CDPL::Vis::clearShowReactionPlusSignsParameter ( Base::ControlParameterContainer cntnr)

◆ getAtomColorParameter()

CDPL_VIS_API const Color& CDPL::Vis::getAtomColorParameter ( const Base::ControlParameterContainer cntnr)

◆ setAtomColorParameter()

CDPL_VIS_API void CDPL::Vis::setAtomColorParameter ( Base::ControlParameterContainer cntnr,
const Color color 
)

◆ hasAtomColorParameter()

CDPL_VIS_API bool CDPL::Vis::hasAtomColorParameter ( const Base::ControlParameterContainer cntnr)

◆ clearAtomColorParameter()

CDPL_VIS_API void CDPL::Vis::clearAtomColorParameter ( Base::ControlParameterContainer cntnr)

◆ getAtomColorTableParameter()

CDPL_VIS_API const ColorTable::SharedPointer& CDPL::Vis::getAtomColorTableParameter ( const Base::ControlParameterContainer cntnr)

◆ setAtomColorTableParameter()

CDPL_VIS_API void CDPL::Vis::setAtomColorTableParameter ( Base::ControlParameterContainer cntnr,
const ColorTable::SharedPointer colors 
)

◆ hasAtomColorTableParameter()

CDPL_VIS_API bool CDPL::Vis::hasAtomColorTableParameter ( const Base::ControlParameterContainer cntnr)

◆ clearAtomColorTableParameter()

CDPL_VIS_API void CDPL::Vis::clearAtomColorTableParameter ( Base::ControlParameterContainer cntnr)

◆ getUseCalculatedAtomCoordinatesParameter()

CDPL_VIS_API bool CDPL::Vis::getUseCalculatedAtomCoordinatesParameter ( const Base::ControlParameterContainer cntnr)

◆ setUseCalculatedAtomCoordinatesParameter()

CDPL_VIS_API void CDPL::Vis::setUseCalculatedAtomCoordinatesParameter ( Base::ControlParameterContainer cntnr,
bool  use 
)

◆ hasUseCalculatedAtomCoordinatesParameter()

CDPL_VIS_API bool CDPL::Vis::hasUseCalculatedAtomCoordinatesParameter ( const Base::ControlParameterContainer cntnr)

◆ clearUseCalculatedAtomCoordinatesParameter()

CDPL_VIS_API void CDPL::Vis::clearUseCalculatedAtomCoordinatesParameter ( Base::ControlParameterContainer cntnr)

◆ getAtomLabelFontParameter()

CDPL_VIS_API const Font& CDPL::Vis::getAtomLabelFontParameter ( const Base::ControlParameterContainer cntnr)

◆ setAtomLabelFontParameter()

CDPL_VIS_API void CDPL::Vis::setAtomLabelFontParameter ( Base::ControlParameterContainer cntnr,
const Font font 
)

◆ hasAtomLabelFontParameter()

CDPL_VIS_API bool CDPL::Vis::hasAtomLabelFontParameter ( const Base::ControlParameterContainer cntnr)

◆ clearAtomLabelFontParameter()

CDPL_VIS_API void CDPL::Vis::clearAtomLabelFontParameter ( Base::ControlParameterContainer cntnr)

◆ getAtomLabelSizeParameter()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getAtomLabelSizeParameter ( const Base::ControlParameterContainer cntnr)

◆ setAtomLabelSizeParameter()

CDPL_VIS_API void CDPL::Vis::setAtomLabelSizeParameter ( Base::ControlParameterContainer cntnr,
const SizeSpecification size 
)

◆ hasAtomLabelSizeParameter()

CDPL_VIS_API bool CDPL::Vis::hasAtomLabelSizeParameter ( const Base::ControlParameterContainer cntnr)

◆ clearAtomLabelSizeParameter()

CDPL_VIS_API void CDPL::Vis::clearAtomLabelSizeParameter ( Base::ControlParameterContainer cntnr)

◆ getSecondaryAtomLabelFontParameter()

CDPL_VIS_API const Font& CDPL::Vis::getSecondaryAtomLabelFontParameter ( const Base::ControlParameterContainer cntnr)

◆ setSecondaryAtomLabelFontParameter()

CDPL_VIS_API void CDPL::Vis::setSecondaryAtomLabelFontParameter ( Base::ControlParameterContainer cntnr,
const Font font 
)

◆ hasSecondaryAtomLabelFontParameter()

CDPL_VIS_API bool CDPL::Vis::hasSecondaryAtomLabelFontParameter ( const Base::ControlParameterContainer cntnr)

◆ clearSecondaryAtomLabelFontParameter()

CDPL_VIS_API void CDPL::Vis::clearSecondaryAtomLabelFontParameter ( Base::ControlParameterContainer cntnr)

◆ getSecondaryAtomLabelSizeParameter()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getSecondaryAtomLabelSizeParameter ( const Base::ControlParameterContainer cntnr)

◆ setSecondaryAtomLabelSizeParameter()

CDPL_VIS_API void CDPL::Vis::setSecondaryAtomLabelSizeParameter ( Base::ControlParameterContainer cntnr,
const SizeSpecification size 
)

◆ hasSecondaryAtomLabelSizeParameter()

CDPL_VIS_API bool CDPL::Vis::hasSecondaryAtomLabelSizeParameter ( const Base::ControlParameterContainer cntnr)

◆ clearSecondaryAtomLabelSizeParameter()

CDPL_VIS_API void CDPL::Vis::clearSecondaryAtomLabelSizeParameter ( Base::ControlParameterContainer cntnr)

◆ getAtomLabelMarginParameter()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getAtomLabelMarginParameter ( const Base::ControlParameterContainer cntnr)

◆ setAtomLabelMarginParameter()

CDPL_VIS_API void CDPL::Vis::setAtomLabelMarginParameter ( Base::ControlParameterContainer cntnr,
const SizeSpecification margin 
)

◆ hasAtomLabelMarginParameter()

CDPL_VIS_API bool CDPL::Vis::hasAtomLabelMarginParameter ( const Base::ControlParameterContainer cntnr)

◆ clearAtomLabelMarginParameter()

CDPL_VIS_API void CDPL::Vis::clearAtomLabelMarginParameter ( Base::ControlParameterContainer cntnr)

◆ getRadicalElectronDotSizeParameter()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getRadicalElectronDotSizeParameter ( const Base::ControlParameterContainer cntnr)

◆ setRadicalElectronDotSizeParameter()

CDPL_VIS_API void CDPL::Vis::setRadicalElectronDotSizeParameter ( Base::ControlParameterContainer cntnr,
const SizeSpecification size 
)

◆ hasRadicalElectronDotSizeParameter()

CDPL_VIS_API bool CDPL::Vis::hasRadicalElectronDotSizeParameter ( const Base::ControlParameterContainer cntnr)

◆ clearRadicalElectronDotSizeParameter()

CDPL_VIS_API void CDPL::Vis::clearRadicalElectronDotSizeParameter ( Base::ControlParameterContainer cntnr)

◆ getShowExplicitHydrogensParameter()

CDPL_VIS_API bool CDPL::Vis::getShowExplicitHydrogensParameter ( const Base::ControlParameterContainer cntnr)

◆ setShowExplicitHydrogensParameter()

CDPL_VIS_API void CDPL::Vis::setShowExplicitHydrogensParameter ( Base::ControlParameterContainer cntnr,
bool  show 
)

◆ hasShowExplicitHydrogensParameter()

CDPL_VIS_API bool CDPL::Vis::hasShowExplicitHydrogensParameter ( const Base::ControlParameterContainer cntnr)

◆ clearShowExplicitHydrogensParameter()

CDPL_VIS_API void CDPL::Vis::clearShowExplicitHydrogensParameter ( Base::ControlParameterContainer cntnr)

◆ getShowCarbonsParameter()

CDPL_VIS_API bool CDPL::Vis::getShowCarbonsParameter ( const Base::ControlParameterContainer cntnr)

◆ setShowCarbonsParameter()

CDPL_VIS_API void CDPL::Vis::setShowCarbonsParameter ( Base::ControlParameterContainer cntnr,
bool  show 
)

◆ hasShowCarbonsParameter()

CDPL_VIS_API bool CDPL::Vis::hasShowCarbonsParameter ( const Base::ControlParameterContainer cntnr)

◆ clearShowCarbonsParameter()

CDPL_VIS_API void CDPL::Vis::clearShowCarbonsParameter ( Base::ControlParameterContainer cntnr)

◆ getShowChargesParameter()

CDPL_VIS_API bool CDPL::Vis::getShowChargesParameter ( const Base::ControlParameterContainer cntnr)

◆ setShowChargesParameter()

CDPL_VIS_API void CDPL::Vis::setShowChargesParameter ( Base::ControlParameterContainer cntnr,
bool  show 
)

◆ hasShowChargesParameter()

CDPL_VIS_API bool CDPL::Vis::hasShowChargesParameter ( const Base::ControlParameterContainer cntnr)

◆ clearShowChargesParameter()

CDPL_VIS_API void CDPL::Vis::clearShowChargesParameter ( Base::ControlParameterContainer cntnr)

◆ getShowIsotopesParameter()

CDPL_VIS_API bool CDPL::Vis::getShowIsotopesParameter ( const Base::ControlParameterContainer cntnr)

◆ setShowIsotopesParameter()

CDPL_VIS_API void CDPL::Vis::setShowIsotopesParameter ( Base::ControlParameterContainer cntnr,
bool  show 
)

◆ hasShowIsotopesParameter()

CDPL_VIS_API bool CDPL::Vis::hasShowIsotopesParameter ( const Base::ControlParameterContainer cntnr)

◆ clearShowIsotopesParameter()

CDPL_VIS_API void CDPL::Vis::clearShowIsotopesParameter ( Base::ControlParameterContainer cntnr)

◆ getShowHydrogenCountsParameter()

CDPL_VIS_API bool CDPL::Vis::getShowHydrogenCountsParameter ( const Base::ControlParameterContainer cntnr)

◆ setShowHydrogenCountsParameter()

CDPL_VIS_API void CDPL::Vis::setShowHydrogenCountsParameter ( Base::ControlParameterContainer cntnr,
bool  show 
)

◆ hasShowHydrogenCountsParameter()

CDPL_VIS_API bool CDPL::Vis::hasShowHydrogenCountsParameter ( const Base::ControlParameterContainer cntnr)

◆ clearShowHydrogenCountsParameter()

CDPL_VIS_API void CDPL::Vis::clearShowHydrogenCountsParameter ( Base::ControlParameterContainer cntnr)

◆ getShowNonCarbonHydrogenCountsParameter()

CDPL_VIS_API bool CDPL::Vis::getShowNonCarbonHydrogenCountsParameter ( const Base::ControlParameterContainer cntnr)

◆ setShowNonCarbonHydrogenCountsParameter()

CDPL_VIS_API void CDPL::Vis::setShowNonCarbonHydrogenCountsParameter ( Base::ControlParameterContainer cntnr,
bool  show 
)

◆ hasShowNonCarbonHydrogenCountsParameter()

CDPL_VIS_API bool CDPL::Vis::hasShowNonCarbonHydrogenCountsParameter ( const Base::ControlParameterContainer cntnr)

◆ clearShowNonCarbonHydrogenCountsParameter()

CDPL_VIS_API void CDPL::Vis::clearShowNonCarbonHydrogenCountsParameter ( Base::ControlParameterContainer cntnr)

◆ getShowAtomQueryInfosParameter()

CDPL_VIS_API bool CDPL::Vis::getShowAtomQueryInfosParameter ( const Base::ControlParameterContainer cntnr)

◆ setShowAtomQueryInfosParameter()

CDPL_VIS_API void CDPL::Vis::setShowAtomQueryInfosParameter ( Base::ControlParameterContainer cntnr,
bool  show 
)

◆ hasShowAtomQueryInfosParameter()

CDPL_VIS_API bool CDPL::Vis::hasShowAtomQueryInfosParameter ( const Base::ControlParameterContainer cntnr)

◆ clearShowAtomQueryInfosParameter()

CDPL_VIS_API void CDPL::Vis::clearShowAtomQueryInfosParameter ( Base::ControlParameterContainer cntnr)

◆ getShowAtomReactionInfosParameter()

CDPL_VIS_API bool CDPL::Vis::getShowAtomReactionInfosParameter ( const Base::ControlParameterContainer cntnr)

◆ setShowAtomReactionInfosParameter()

CDPL_VIS_API void CDPL::Vis::setShowAtomReactionInfosParameter ( Base::ControlParameterContainer cntnr,
bool  show 
)

◆ hasShowAtomReactionInfosParameter()

CDPL_VIS_API bool CDPL::Vis::hasShowAtomReactionInfosParameter ( const Base::ControlParameterContainer cntnr)

◆ clearShowAtomReactionInfosParameter()

CDPL_VIS_API void CDPL::Vis::clearShowAtomReactionInfosParameter ( Base::ControlParameterContainer cntnr)

◆ getShowRadicalElectronsParameter()

CDPL_VIS_API bool CDPL::Vis::getShowRadicalElectronsParameter ( const Base::ControlParameterContainer cntnr)

◆ setShowRadicalElectronsParameter()

CDPL_VIS_API void CDPL::Vis::setShowRadicalElectronsParameter ( Base::ControlParameterContainer cntnr,
bool  show 
)

◆ hasShowRadicalElectronsParameter()

CDPL_VIS_API bool CDPL::Vis::hasShowRadicalElectronsParameter ( const Base::ControlParameterContainer cntnr)

◆ clearShowRadicalElectronsParameter()

CDPL_VIS_API void CDPL::Vis::clearShowRadicalElectronsParameter ( Base::ControlParameterContainer cntnr)

◆ getShowAtomConfigurationLabelsParameter()

CDPL_VIS_API bool CDPL::Vis::getShowAtomConfigurationLabelsParameter ( const Base::ControlParameterContainer cntnr)

◆ setShowAtomConfigurationLabelsParameter()

CDPL_VIS_API void CDPL::Vis::setShowAtomConfigurationLabelsParameter ( Base::ControlParameterContainer cntnr,
bool  show 
)

◆ hasShowAtomConfigurationLabelsParameter()

CDPL_VIS_API bool CDPL::Vis::hasShowAtomConfigurationLabelsParameter ( const Base::ControlParameterContainer cntnr)

◆ clearShowAtomConfigurationLabelsParameter()

CDPL_VIS_API void CDPL::Vis::clearShowAtomConfigurationLabelsParameter ( Base::ControlParameterContainer cntnr)

◆ getAtomConfigurationLabelSizeParameter()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getAtomConfigurationLabelSizeParameter ( const Base::ControlParameterContainer cntnr)

◆ setAtomConfigurationLabelSizeParameter()

CDPL_VIS_API void CDPL::Vis::setAtomConfigurationLabelSizeParameter ( Base::ControlParameterContainer cntnr,
const SizeSpecification size 
)

◆ hasAtomConfigurationLabelSizeParameter()

CDPL_VIS_API bool CDPL::Vis::hasAtomConfigurationLabelSizeParameter ( const Base::ControlParameterContainer cntnr)

◆ clearAtomConfigurationLabelSizeParameter()

CDPL_VIS_API void CDPL::Vis::clearAtomConfigurationLabelSizeParameter ( Base::ControlParameterContainer cntnr)

◆ getAtomConfigurationLabelFontParameter()

CDPL_VIS_API const Font& CDPL::Vis::getAtomConfigurationLabelFontParameter ( const Base::ControlParameterContainer cntnr)

◆ setAtomConfigurationLabelFontParameter()

CDPL_VIS_API void CDPL::Vis::setAtomConfigurationLabelFontParameter ( Base::ControlParameterContainer cntnr,
const Font font 
)

◆ hasAtomConfigurationLabelFontParameter()

CDPL_VIS_API bool CDPL::Vis::hasAtomConfigurationLabelFontParameter ( const Base::ControlParameterContainer cntnr)

◆ clearAtomConfigurationLabelFontParameter()

CDPL_VIS_API void CDPL::Vis::clearAtomConfigurationLabelFontParameter ( Base::ControlParameterContainer cntnr)

◆ getBondLengthParameter()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getBondLengthParameter ( const Base::ControlParameterContainer cntnr)

◆ setBondLengthParameter()

CDPL_VIS_API void CDPL::Vis::setBondLengthParameter ( Base::ControlParameterContainer cntnr,
const SizeSpecification length 
)

◆ hasBondLengthParameter()

CDPL_VIS_API bool CDPL::Vis::hasBondLengthParameter ( const Base::ControlParameterContainer cntnr)

◆ clearBondLengthParameter()

CDPL_VIS_API void CDPL::Vis::clearBondLengthParameter ( Base::ControlParameterContainer cntnr)

◆ getBondColorParameter()

CDPL_VIS_API const Color& CDPL::Vis::getBondColorParameter ( const Base::ControlParameterContainer cntnr)

◆ setBondColorParameter()

CDPL_VIS_API void CDPL::Vis::setBondColorParameter ( Base::ControlParameterContainer cntnr,
const Color color 
)

◆ hasBondColorParameter()

CDPL_VIS_API bool CDPL::Vis::hasBondColorParameter ( const Base::ControlParameterContainer cntnr)

◆ clearBondColorParameter()

CDPL_VIS_API void CDPL::Vis::clearBondColorParameter ( Base::ControlParameterContainer cntnr)

◆ getBondLineWidthParameter()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getBondLineWidthParameter ( const Base::ControlParameterContainer cntnr)

◆ setBondLineWidthParameter()

CDPL_VIS_API void CDPL::Vis::setBondLineWidthParameter ( Base::ControlParameterContainer cntnr,
const SizeSpecification width 
)

◆ hasBondLineWidthParameter()

CDPL_VIS_API bool CDPL::Vis::hasBondLineWidthParameter ( const Base::ControlParameterContainer cntnr)

◆ clearBondLineWidthParameter()

CDPL_VIS_API void CDPL::Vis::clearBondLineWidthParameter ( Base::ControlParameterContainer cntnr)

◆ getBondLineSpacingParameter()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getBondLineSpacingParameter ( const Base::ControlParameterContainer cntnr)

◆ setBondLineSpacingParameter()

CDPL_VIS_API void CDPL::Vis::setBondLineSpacingParameter ( Base::ControlParameterContainer cntnr,
const SizeSpecification spacing 
)

◆ hasBondLineSpacingParameter()

CDPL_VIS_API bool CDPL::Vis::hasBondLineSpacingParameter ( const Base::ControlParameterContainer cntnr)

◆ clearBondLineSpacingParameter()

CDPL_VIS_API void CDPL::Vis::clearBondLineSpacingParameter ( Base::ControlParameterContainer cntnr)

◆ getStereoBondWedgeWidthParameter()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getStereoBondWedgeWidthParameter ( const Base::ControlParameterContainer cntnr)

◆ setStereoBondWedgeWidthParameter()

CDPL_VIS_API void CDPL::Vis::setStereoBondWedgeWidthParameter ( Base::ControlParameterContainer cntnr,
const SizeSpecification width 
)

◆ hasStereoBondWedgeWidthParameter()

CDPL_VIS_API bool CDPL::Vis::hasStereoBondWedgeWidthParameter ( const Base::ControlParameterContainer cntnr)

◆ clearStereoBondWedgeWidthParameter()

CDPL_VIS_API void CDPL::Vis::clearStereoBondWedgeWidthParameter ( Base::ControlParameterContainer cntnr)

◆ getStereoBondHashSpacingParameter()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getStereoBondHashSpacingParameter ( const Base::ControlParameterContainer cntnr)

◆ setStereoBondHashSpacingParameter()

CDPL_VIS_API void CDPL::Vis::setStereoBondHashSpacingParameter ( Base::ControlParameterContainer cntnr,
const SizeSpecification spacing 
)

◆ hasStereoBondHashSpacingParameter()

CDPL_VIS_API bool CDPL::Vis::hasStereoBondHashSpacingParameter ( const Base::ControlParameterContainer cntnr)

◆ clearStereoBondHashSpacingParameter()

CDPL_VIS_API void CDPL::Vis::clearStereoBondHashSpacingParameter ( Base::ControlParameterContainer cntnr)

◆ getReactionCenterLineLengthParameter()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getReactionCenterLineLengthParameter ( const Base::ControlParameterContainer cntnr)

◆ setReactionCenterLineLengthParameter()

CDPL_VIS_API void CDPL::Vis::setReactionCenterLineLengthParameter ( Base::ControlParameterContainer cntnr,
const SizeSpecification length 
)

◆ hasReactionCenterLineLengthParameter()

CDPL_VIS_API bool CDPL::Vis::hasReactionCenterLineLengthParameter ( const Base::ControlParameterContainer cntnr)

◆ clearReactionCenterLineLengthParameter()

CDPL_VIS_API void CDPL::Vis::clearReactionCenterLineLengthParameter ( Base::ControlParameterContainer cntnr)

◆ getReactionCenterLineSpacingParameter()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getReactionCenterLineSpacingParameter ( const Base::ControlParameterContainer cntnr)

◆ setReactionCenterLineSpacingParameter()

CDPL_VIS_API void CDPL::Vis::setReactionCenterLineSpacingParameter ( Base::ControlParameterContainer cntnr,
const SizeSpecification spacing 
)

◆ hasReactionCenterLineSpacingParameter()

CDPL_VIS_API bool CDPL::Vis::hasReactionCenterLineSpacingParameter ( const Base::ControlParameterContainer cntnr)

◆ clearReactionCenterLineSpacingParameter()

CDPL_VIS_API void CDPL::Vis::clearReactionCenterLineSpacingParameter ( Base::ControlParameterContainer cntnr)

◆ getDoubleBondTrimLengthParameter()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getDoubleBondTrimLengthParameter ( const Base::ControlParameterContainer cntnr)

◆ setDoubleBondTrimLengthParameter()

CDPL_VIS_API void CDPL::Vis::setDoubleBondTrimLengthParameter ( Base::ControlParameterContainer cntnr,
const SizeSpecification length 
)

◆ hasDoubleBondTrimLengthParameter()

CDPL_VIS_API bool CDPL::Vis::hasDoubleBondTrimLengthParameter ( const Base::ControlParameterContainer cntnr)

◆ clearDoubleBondTrimLengthParameter()

CDPL_VIS_API void CDPL::Vis::clearDoubleBondTrimLengthParameter ( Base::ControlParameterContainer cntnr)

◆ getTripleBondTrimLengthParameter()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getTripleBondTrimLengthParameter ( const Base::ControlParameterContainer cntnr)

◆ setTripleBondTrimLengthParameter()

CDPL_VIS_API void CDPL::Vis::setTripleBondTrimLengthParameter ( Base::ControlParameterContainer cntnr,
const SizeSpecification length 
)

◆ hasTripleBondTrimLengthParameter()

CDPL_VIS_API bool CDPL::Vis::hasTripleBondTrimLengthParameter ( const Base::ControlParameterContainer cntnr)

◆ clearTripleBondTrimLengthParameter()

CDPL_VIS_API void CDPL::Vis::clearTripleBondTrimLengthParameter ( Base::ControlParameterContainer cntnr)

◆ getBondLabelFontParameter()

CDPL_VIS_API const Font& CDPL::Vis::getBondLabelFontParameter ( const Base::ControlParameterContainer cntnr)

◆ setBondLabelFontParameter()

CDPL_VIS_API void CDPL::Vis::setBondLabelFontParameter ( Base::ControlParameterContainer cntnr,
const Font font 
)

◆ hasBondLabelFontParameter()

CDPL_VIS_API bool CDPL::Vis::hasBondLabelFontParameter ( const Base::ControlParameterContainer cntnr)

◆ clearBondLabelFontParameter()

CDPL_VIS_API void CDPL::Vis::clearBondLabelFontParameter ( Base::ControlParameterContainer cntnr)

◆ getBondLabelSizeParameter()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getBondLabelSizeParameter ( const Base::ControlParameterContainer cntnr)

◆ setBondLabelSizeParameter()

CDPL_VIS_API void CDPL::Vis::setBondLabelSizeParameter ( Base::ControlParameterContainer cntnr,
const SizeSpecification size 
)

◆ hasBondLabelSizeParameter()

CDPL_VIS_API bool CDPL::Vis::hasBondLabelSizeParameter ( const Base::ControlParameterContainer cntnr)

◆ clearBondLabelSizeParameter()

CDPL_VIS_API void CDPL::Vis::clearBondLabelSizeParameter ( Base::ControlParameterContainer cntnr)

◆ getBondLabelMarginParameter()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getBondLabelMarginParameter ( const Base::ControlParameterContainer cntnr)

◆ setBondLabelMarginParameter()

CDPL_VIS_API void CDPL::Vis::setBondLabelMarginParameter ( Base::ControlParameterContainer cntnr,
const SizeSpecification margin 
)

◆ hasBondLabelMarginParameter()

CDPL_VIS_API bool CDPL::Vis::hasBondLabelMarginParameter ( const Base::ControlParameterContainer cntnr)

◆ clearBondLabelMarginParameter()

CDPL_VIS_API void CDPL::Vis::clearBondLabelMarginParameter ( Base::ControlParameterContainer cntnr)

◆ getShowBondReactionInfosParameter()

CDPL_VIS_API bool CDPL::Vis::getShowBondReactionInfosParameter ( const Base::ControlParameterContainer cntnr)

◆ setShowBondReactionInfosParameter()

CDPL_VIS_API void CDPL::Vis::setShowBondReactionInfosParameter ( Base::ControlParameterContainer cntnr,
bool  show 
)

◆ hasShowBondReactionInfosParameter()

CDPL_VIS_API bool CDPL::Vis::hasShowBondReactionInfosParameter ( const Base::ControlParameterContainer cntnr)

◆ clearShowBondReactionInfosParameter()

CDPL_VIS_API void CDPL::Vis::clearShowBondReactionInfosParameter ( Base::ControlParameterContainer cntnr)

◆ getShowBondQueryInfosParameter()

CDPL_VIS_API bool CDPL::Vis::getShowBondQueryInfosParameter ( const Base::ControlParameterContainer cntnr)

◆ setShowBondQueryInfosParameter()

CDPL_VIS_API void CDPL::Vis::setShowBondQueryInfosParameter ( Base::ControlParameterContainer cntnr,
bool  show 
)

◆ hasShowBondQueryInfosParameter()

CDPL_VIS_API bool CDPL::Vis::hasShowBondQueryInfosParameter ( const Base::ControlParameterContainer cntnr)

◆ clearShowBondQueryInfosParameter()

CDPL_VIS_API void CDPL::Vis::clearShowBondQueryInfosParameter ( Base::ControlParameterContainer cntnr)

◆ getShowStereoBondsParameter()

CDPL_VIS_API bool CDPL::Vis::getShowStereoBondsParameter ( const Base::ControlParameterContainer cntnr)

◆ setShowStereoBondsParameter()

CDPL_VIS_API void CDPL::Vis::setShowStereoBondsParameter ( Base::ControlParameterContainer cntnr,
bool  show 
)

◆ hasShowStereoBondsParameter()

CDPL_VIS_API bool CDPL::Vis::hasShowStereoBondsParameter ( const Base::ControlParameterContainer cntnr)

◆ clearShowStereoBondsParameter()

CDPL_VIS_API void CDPL::Vis::clearShowStereoBondsParameter ( Base::ControlParameterContainer cntnr)

◆ getShowBondConfigurationLabelsParameter()

CDPL_VIS_API bool CDPL::Vis::getShowBondConfigurationLabelsParameter ( const Base::ControlParameterContainer cntnr)

◆ setShowBondConfigurationLabelsParameter()

CDPL_VIS_API void CDPL::Vis::setShowBondConfigurationLabelsParameter ( Base::ControlParameterContainer cntnr,
bool  show 
)

◆ hasShowBondConfigurationLabelsParameter()

CDPL_VIS_API bool CDPL::Vis::hasShowBondConfigurationLabelsParameter ( const Base::ControlParameterContainer cntnr)

◆ clearShowBondConfigurationLabelsParameter()

CDPL_VIS_API void CDPL::Vis::clearShowBondConfigurationLabelsParameter ( Base::ControlParameterContainer cntnr)

◆ getBondConfigurationLabelSizeParameter()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getBondConfigurationLabelSizeParameter ( const Base::ControlParameterContainer cntnr)

◆ setBondConfigurationLabelSizeParameter()

CDPL_VIS_API void CDPL::Vis::setBondConfigurationLabelSizeParameter ( Base::ControlParameterContainer cntnr,
const SizeSpecification size 
)

◆ hasBondConfigurationLabelSizeParameter()

CDPL_VIS_API bool CDPL::Vis::hasBondConfigurationLabelSizeParameter ( const Base::ControlParameterContainer cntnr)

◆ clearBondConfigurationLabelSizeParameter()

CDPL_VIS_API void CDPL::Vis::clearBondConfigurationLabelSizeParameter ( Base::ControlParameterContainer cntnr)

◆ getBondConfigurationLabelFontParameter()

CDPL_VIS_API const Font& CDPL::Vis::getBondConfigurationLabelFontParameter ( const Base::ControlParameterContainer cntnr)

◆ setBondConfigurationLabelFontParameter()

CDPL_VIS_API void CDPL::Vis::setBondConfigurationLabelFontParameter ( Base::ControlParameterContainer cntnr,
const Font font 
)

◆ hasBondConfigurationLabelFontParameter()

CDPL_VIS_API bool CDPL::Vis::hasBondConfigurationLabelFontParameter ( const Base::ControlParameterContainer cntnr)

◆ clearBondConfigurationLabelFontParameter()

CDPL_VIS_API void CDPL::Vis::clearBondConfigurationLabelFontParameter ( Base::ControlParameterContainer cntnr)

◆ getAtomColorTable()

CDPL_VIS_API const ColorTable::SharedPointer& CDPL::Vis::getAtomColorTable ( const Chem::MolecularGraph molgraph)

◆ setAtomColorTable()

CDPL_VIS_API void CDPL::Vis::setAtomColorTable ( Chem::MolecularGraph molgraph,
const ColorTable::SharedPointer colors 
)

◆ hasAtomColorTable()

CDPL_VIS_API bool CDPL::Vis::hasAtomColorTable ( const Chem::MolecularGraph molgraph)

◆ clearAtomColorTable()

CDPL_VIS_API void CDPL::Vis::clearAtomColorTable ( Chem::MolecularGraph molgraph)

◆ getAtomColor()

CDPL_VIS_API const Color& CDPL::Vis::getAtomColor ( const Chem::MolecularGraph molgraph)

◆ setAtomColor()

CDPL_VIS_API void CDPL::Vis::setAtomColor ( Chem::MolecularGraph molgraph,
const Color color 
)

◆ hasAtomColor()

CDPL_VIS_API bool CDPL::Vis::hasAtomColor ( const Chem::MolecularGraph molgraph)

◆ clearAtomColor()

CDPL_VIS_API void CDPL::Vis::clearAtomColor ( Chem::MolecularGraph molgraph)

◆ getAtomLabelFont()

CDPL_VIS_API const Font& CDPL::Vis::getAtomLabelFont ( const Chem::MolecularGraph molgraph)

◆ setAtomLabelFont()

CDPL_VIS_API void CDPL::Vis::setAtomLabelFont ( Chem::MolecularGraph molgraph,
const Font font 
)

◆ hasAtomLabelFont()

CDPL_VIS_API bool CDPL::Vis::hasAtomLabelFont ( const Chem::MolecularGraph molgraph)

◆ clearAtomLabelFont()

CDPL_VIS_API void CDPL::Vis::clearAtomLabelFont ( Chem::MolecularGraph molgraph)

◆ getAtomLabelSize()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getAtomLabelSize ( const Chem::MolecularGraph molgraph)

◆ setAtomLabelSize()

CDPL_VIS_API void CDPL::Vis::setAtomLabelSize ( Chem::MolecularGraph molgraph,
const SizeSpecification size 
)

◆ hasAtomLabelSize()

CDPL_VIS_API bool CDPL::Vis::hasAtomLabelSize ( const Chem::MolecularGraph molgraph)

◆ clearAtomLabelSize()

CDPL_VIS_API void CDPL::Vis::clearAtomLabelSize ( Chem::MolecularGraph molgraph)

◆ getSecondaryAtomLabelFont()

CDPL_VIS_API const Font& CDPL::Vis::getSecondaryAtomLabelFont ( const Chem::MolecularGraph molgraph)

◆ setSecondaryAtomLabelFont()

CDPL_VIS_API void CDPL::Vis::setSecondaryAtomLabelFont ( Chem::MolecularGraph molgraph,
const Font font 
)

◆ hasSecondaryAtomLabelFont()

CDPL_VIS_API bool CDPL::Vis::hasSecondaryAtomLabelFont ( const Chem::MolecularGraph molgraph)

◆ clearSecondaryAtomLabelFont()

CDPL_VIS_API void CDPL::Vis::clearSecondaryAtomLabelFont ( Chem::MolecularGraph molgraph)

◆ getSecondaryAtomLabelSize()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getSecondaryAtomLabelSize ( const Chem::MolecularGraph molgraph)

◆ setSecondaryAtomLabelSize()

CDPL_VIS_API void CDPL::Vis::setSecondaryAtomLabelSize ( Chem::MolecularGraph molgraph,
const SizeSpecification size 
)

◆ hasSecondaryAtomLabelSize()

CDPL_VIS_API bool CDPL::Vis::hasSecondaryAtomLabelSize ( const Chem::MolecularGraph molgraph)

◆ clearSecondaryAtomLabelSize()

CDPL_VIS_API void CDPL::Vis::clearSecondaryAtomLabelSize ( Chem::MolecularGraph molgraph)

◆ getAtomLabelMargin()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getAtomLabelMargin ( const Chem::MolecularGraph molgraph)

◆ setAtomLabelMargin()

CDPL_VIS_API void CDPL::Vis::setAtomLabelMargin ( Chem::MolecularGraph molgraph,
const SizeSpecification margin 
)

◆ hasAtomLabelMargin()

CDPL_VIS_API bool CDPL::Vis::hasAtomLabelMargin ( const Chem::MolecularGraph molgraph)

◆ clearAtomLabelMargin()

CDPL_VIS_API void CDPL::Vis::clearAtomLabelMargin ( Chem::MolecularGraph molgraph)

◆ getRadicalElectronDotSize() [2/2]

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getRadicalElectronDotSize ( const Chem::MolecularGraph molgraph)

◆ setRadicalElectronDotSize() [2/2]

CDPL_VIS_API void CDPL::Vis::setRadicalElectronDotSize ( Chem::MolecularGraph molgraph,
const SizeSpecification size 
)

◆ hasRadicalElectronDotSize() [2/2]

CDPL_VIS_API bool CDPL::Vis::hasRadicalElectronDotSize ( const Chem::MolecularGraph molgraph)

◆ clearRadicalElectronDotSize() [2/2]

CDPL_VIS_API void CDPL::Vis::clearRadicalElectronDotSize ( Chem::MolecularGraph molgraph)

◆ getAtomConfigurationLabelFont()

CDPL_VIS_API const Font& CDPL::Vis::getAtomConfigurationLabelFont ( const Chem::MolecularGraph molgraph)

◆ setAtomConfigurationLabelFont()

CDPL_VIS_API void CDPL::Vis::setAtomConfigurationLabelFont ( Chem::MolecularGraph molgraph,
const Font font 
)

◆ hasAtomConfigurationLabelFont()

CDPL_VIS_API bool CDPL::Vis::hasAtomConfigurationLabelFont ( const Chem::MolecularGraph molgraph)

◆ clearAtomConfigurationLabelFont()

CDPL_VIS_API void CDPL::Vis::clearAtomConfigurationLabelFont ( Chem::MolecularGraph molgraph)

◆ getAtomConfigurationLabelSize()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getAtomConfigurationLabelSize ( const Chem::MolecularGraph molgraph)

◆ setAtomConfigurationLabelSize()

CDPL_VIS_API void CDPL::Vis::setAtomConfigurationLabelSize ( Chem::MolecularGraph molgraph,
const SizeSpecification size 
)

◆ hasAtomConfigurationLabelSize()

CDPL_VIS_API bool CDPL::Vis::hasAtomConfigurationLabelSize ( const Chem::MolecularGraph molgraph)

◆ clearAtomConfigurationLabelSize()

CDPL_VIS_API void CDPL::Vis::clearAtomConfigurationLabelSize ( Chem::MolecularGraph molgraph)

◆ getBondColor()

CDPL_VIS_API const Color& CDPL::Vis::getBondColor ( const Chem::MolecularGraph molgraph)

◆ setBondColor()

CDPL_VIS_API void CDPL::Vis::setBondColor ( Chem::MolecularGraph molgraph,
const Color color 
)

◆ hasBondColor()

CDPL_VIS_API bool CDPL::Vis::hasBondColor ( const Chem::MolecularGraph molgraph)

◆ clearBondColor()

CDPL_VIS_API void CDPL::Vis::clearBondColor ( Chem::MolecularGraph molgraph)

◆ getBondLineWidth()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getBondLineWidth ( const Chem::MolecularGraph molgraph)

◆ setBondLineWidth()

CDPL_VIS_API void CDPL::Vis::setBondLineWidth ( Chem::MolecularGraph molgraph,
const SizeSpecification width 
)

◆ hasBondLineWidth()

CDPL_VIS_API bool CDPL::Vis::hasBondLineWidth ( const Chem::MolecularGraph molgraph)

◆ clearBondLineWidth()

CDPL_VIS_API void CDPL::Vis::clearBondLineWidth ( Chem::MolecularGraph molgraph)

◆ getBondLineSpacing()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getBondLineSpacing ( const Chem::MolecularGraph molgraph)

◆ setBondLineSpacing()

CDPL_VIS_API void CDPL::Vis::setBondLineSpacing ( Chem::MolecularGraph molgraph,
const SizeSpecification spacing 
)

◆ hasBondLineSpacing()

CDPL_VIS_API bool CDPL::Vis::hasBondLineSpacing ( const Chem::MolecularGraph molgraph)

◆ clearBondLineSpacing()

CDPL_VIS_API void CDPL::Vis::clearBondLineSpacing ( Chem::MolecularGraph molgraph)

◆ getStereoBondWedgeWidth() [2/2]

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getStereoBondWedgeWidth ( const Chem::MolecularGraph molgraph)

◆ setStereoBondWedgeWidth() [2/2]

CDPL_VIS_API void CDPL::Vis::setStereoBondWedgeWidth ( Chem::MolecularGraph molgraph,
const SizeSpecification width 
)

◆ hasStereoBondWedgeWidth() [2/2]

CDPL_VIS_API bool CDPL::Vis::hasStereoBondWedgeWidth ( const Chem::MolecularGraph molgraph)

◆ clearStereoBondWedgeWidth() [2/2]

CDPL_VIS_API void CDPL::Vis::clearStereoBondWedgeWidth ( Chem::MolecularGraph molgraph)

◆ getStereoBondHashSpacing() [2/2]

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getStereoBondHashSpacing ( const Chem::MolecularGraph molgraph)

◆ setStereoBondHashSpacing() [2/2]

CDPL_VIS_API void CDPL::Vis::setStereoBondHashSpacing ( Chem::MolecularGraph molgraph,
const SizeSpecification spacing 
)

◆ hasStereoBondHashSpacing() [2/2]

CDPL_VIS_API bool CDPL::Vis::hasStereoBondHashSpacing ( const Chem::MolecularGraph molgraph)

◆ clearStereoBondHashSpacing() [2/2]

CDPL_VIS_API void CDPL::Vis::clearStereoBondHashSpacing ( Chem::MolecularGraph molgraph)

◆ getReactionCenterLineLength() [2/2]

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getReactionCenterLineLength ( const Chem::MolecularGraph molgraph)

◆ setReactionCenterLineLength() [2/2]

CDPL_VIS_API void CDPL::Vis::setReactionCenterLineLength ( Chem::MolecularGraph molgraph,
const SizeSpecification length 
)

◆ hasReactionCenterLineLength() [2/2]

CDPL_VIS_API bool CDPL::Vis::hasReactionCenterLineLength ( const Chem::MolecularGraph molgraph)

◆ clearReactionCenterLineLength() [2/2]

CDPL_VIS_API void CDPL::Vis::clearReactionCenterLineLength ( Chem::MolecularGraph molgraph)

◆ getReactionCenterLineSpacing() [2/2]

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getReactionCenterLineSpacing ( const Chem::MolecularGraph molgraph)

◆ setReactionCenterLineSpacing() [2/2]

CDPL_VIS_API void CDPL::Vis::setReactionCenterLineSpacing ( Chem::MolecularGraph molgraph,
const SizeSpecification spacing 
)

◆ hasReactionCenterLineSpacing() [2/2]

CDPL_VIS_API bool CDPL::Vis::hasReactionCenterLineSpacing ( const Chem::MolecularGraph molgraph)

◆ clearReactionCenterLineSpacing() [2/2]

CDPL_VIS_API void CDPL::Vis::clearReactionCenterLineSpacing ( Chem::MolecularGraph molgraph)

◆ getDoubleBondTrimLength() [2/2]

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getDoubleBondTrimLength ( const Chem::MolecularGraph molgraph)

◆ setDoubleBondTrimLength() [2/2]

CDPL_VIS_API void CDPL::Vis::setDoubleBondTrimLength ( Chem::MolecularGraph molgraph,
const SizeSpecification length 
)

◆ hasDoubleBondTrimLength() [2/2]

CDPL_VIS_API bool CDPL::Vis::hasDoubleBondTrimLength ( const Chem::MolecularGraph molgraph)

◆ clearDoubleBondTrimLength() [2/2]

CDPL_VIS_API void CDPL::Vis::clearDoubleBondTrimLength ( Chem::MolecularGraph molgraph)

◆ getTripleBondTrimLength() [2/2]

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getTripleBondTrimLength ( const Chem::MolecularGraph molgraph)

◆ setTripleBondTrimLength() [2/2]

CDPL_VIS_API void CDPL::Vis::setTripleBondTrimLength ( Chem::MolecularGraph molgraph,
const SizeSpecification length 
)

◆ hasTripleBondTrimLength() [2/2]

CDPL_VIS_API bool CDPL::Vis::hasTripleBondTrimLength ( const Chem::MolecularGraph molgraph)

◆ clearTripleBondTrimLength() [2/2]

CDPL_VIS_API void CDPL::Vis::clearTripleBondTrimLength ( Chem::MolecularGraph molgraph)

◆ getBondLabelFont()

CDPL_VIS_API const Font& CDPL::Vis::getBondLabelFont ( const Chem::MolecularGraph molgraph)

◆ setBondLabelFont()

CDPL_VIS_API void CDPL::Vis::setBondLabelFont ( Chem::MolecularGraph molgraph,
const Font font 
)

◆ hasBondLabelFont()

CDPL_VIS_API bool CDPL::Vis::hasBondLabelFont ( const Chem::MolecularGraph molgraph)

◆ clearBondLabelFont()

CDPL_VIS_API void CDPL::Vis::clearBondLabelFont ( Chem::MolecularGraph molgraph)

◆ getBondLabelSize()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getBondLabelSize ( const Chem::MolecularGraph molgraph)

◆ setBondLabelSize()

CDPL_VIS_API void CDPL::Vis::setBondLabelSize ( Chem::MolecularGraph molgraph,
const SizeSpecification size 
)

◆ hasBondLabelSize()

CDPL_VIS_API bool CDPL::Vis::hasBondLabelSize ( const Chem::MolecularGraph molgraph)

◆ clearBondLabelSize()

CDPL_VIS_API void CDPL::Vis::clearBondLabelSize ( Chem::MolecularGraph molgraph)

◆ getBondLabelMargin()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getBondLabelMargin ( const Chem::MolecularGraph molgraph)

◆ setBondLabelMargin()

CDPL_VIS_API void CDPL::Vis::setBondLabelMargin ( Chem::MolecularGraph molgraph,
const SizeSpecification margin 
)

◆ hasBondLabelMargin()

CDPL_VIS_API bool CDPL::Vis::hasBondLabelMargin ( const Chem::MolecularGraph molgraph)

◆ clearBondLabelMargin()

CDPL_VIS_API void CDPL::Vis::clearBondLabelMargin ( Chem::MolecularGraph molgraph)

◆ getBondConfigurationLabelFont()

CDPL_VIS_API const Font& CDPL::Vis::getBondConfigurationLabelFont ( const Chem::MolecularGraph molgraph)

◆ setBondConfigurationLabelFont()

CDPL_VIS_API void CDPL::Vis::setBondConfigurationLabelFont ( Chem::MolecularGraph molgraph,
const Font font 
)

◆ hasBondConfigurationLabelFont()

CDPL_VIS_API bool CDPL::Vis::hasBondConfigurationLabelFont ( const Chem::MolecularGraph molgraph)

◆ clearBondConfigurationLabelFont()

CDPL_VIS_API void CDPL::Vis::clearBondConfigurationLabelFont ( Chem::MolecularGraph molgraph)

◆ getBondConfigurationLabelSize()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getBondConfigurationLabelSize ( const Chem::MolecularGraph molgraph)

◆ setBondConfigurationLabelSize()

CDPL_VIS_API void CDPL::Vis::setBondConfigurationLabelSize ( Chem::MolecularGraph molgraph,
const SizeSpecification size 
)

◆ hasBondConfigurationLabelSize()

CDPL_VIS_API bool CDPL::Vis::hasBondConfigurationLabelSize ( const Chem::MolecularGraph molgraph)

◆ clearBondConfigurationLabelSize()

CDPL_VIS_API void CDPL::Vis::clearBondConfigurationLabelSize ( Chem::MolecularGraph molgraph)

◆ getArrowStyle()

CDPL_VIS_API unsigned int CDPL::Vis::getArrowStyle ( const Chem::Reaction rxn)

◆ setArrowStyle()

CDPL_VIS_API void CDPL::Vis::setArrowStyle ( Chem::Reaction rxn,
unsigned int  style 
)

◆ hasArrowStyle()

CDPL_VIS_API bool CDPL::Vis::hasArrowStyle ( const Chem::Reaction rxn)

◆ clearArrowStyle()

CDPL_VIS_API void CDPL::Vis::clearArrowStyle ( Chem::Reaction rxn)

◆ getArrowColor()

CDPL_VIS_API const Color& CDPL::Vis::getArrowColor ( const Chem::Reaction rxn)

◆ setArrowColor()

CDPL_VIS_API void CDPL::Vis::setArrowColor ( Chem::Reaction rxn,
const Color color 
)

◆ hasArrowColor()

CDPL_VIS_API bool CDPL::Vis::hasArrowColor ( const Chem::Reaction rxn)

◆ clearArrowColor()

CDPL_VIS_API void CDPL::Vis::clearArrowColor ( Chem::Reaction rxn)

◆ getArrowLength()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getArrowLength ( const Chem::Reaction rxn)

◆ setArrowLength()

CDPL_VIS_API void CDPL::Vis::setArrowLength ( Chem::Reaction rxn,
const SizeSpecification length 
)

◆ hasArrowLength()

CDPL_VIS_API bool CDPL::Vis::hasArrowLength ( const Chem::Reaction rxn)

◆ clearArrowLength()

CDPL_VIS_API void CDPL::Vis::clearArrowLength ( Chem::Reaction rxn)

◆ getArrowHeadLength()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getArrowHeadLength ( const Chem::Reaction rxn)

◆ setArrowHeadLength()

CDPL_VIS_API void CDPL::Vis::setArrowHeadLength ( Chem::Reaction rxn,
const SizeSpecification length 
)

◆ hasArrowHeadLength()

CDPL_VIS_API bool CDPL::Vis::hasArrowHeadLength ( const Chem::Reaction rxn)

◆ clearArrowHeadLength()

CDPL_VIS_API void CDPL::Vis::clearArrowHeadLength ( Chem::Reaction rxn)

◆ getArrowHeadWidth()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getArrowHeadWidth ( const Chem::Reaction rxn)

◆ setArrowHeadWidth()

CDPL_VIS_API void CDPL::Vis::setArrowHeadWidth ( Chem::Reaction rxn,
const SizeSpecification width 
)

◆ hasArrowHeadWidth()

CDPL_VIS_API bool CDPL::Vis::hasArrowHeadWidth ( const Chem::Reaction rxn)

◆ clearArrowHeadWidth()

CDPL_VIS_API void CDPL::Vis::clearArrowHeadWidth ( Chem::Reaction rxn)

◆ getArrowShaftWidth()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getArrowShaftWidth ( const Chem::Reaction rxn)

◆ setArrowShaftWidth()

CDPL_VIS_API void CDPL::Vis::setArrowShaftWidth ( Chem::Reaction rxn,
const SizeSpecification width 
)

◆ hasArrowShaftWidth()

CDPL_VIS_API bool CDPL::Vis::hasArrowShaftWidth ( const Chem::Reaction rxn)

◆ clearArrowShaftWidth()

CDPL_VIS_API void CDPL::Vis::clearArrowShaftWidth ( Chem::Reaction rxn)

◆ getArrowLineWidth()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getArrowLineWidth ( const Chem::Reaction rxn)

◆ setArrowLineWidth()

CDPL_VIS_API void CDPL::Vis::setArrowLineWidth ( Chem::Reaction rxn,
const SizeSpecification width 
)

◆ hasArrowLineWidth()

CDPL_VIS_API bool CDPL::Vis::hasArrowLineWidth ( const Chem::Reaction rxn)

◆ clearArrowLineWidth()

CDPL_VIS_API void CDPL::Vis::clearArrowLineWidth ( Chem::Reaction rxn)

◆ getComponentLayout()

CDPL_VIS_API unsigned int CDPL::Vis::getComponentLayout ( const Chem::Reaction rxn)

◆ setComponentLayout()

CDPL_VIS_API void CDPL::Vis::setComponentLayout ( Chem::Reaction rxn,
unsigned int  layout 
)

◆ hasComponentLayout()

CDPL_VIS_API bool CDPL::Vis::hasComponentLayout ( const Chem::Reaction rxn)

◆ clearComponentLayout()

CDPL_VIS_API void CDPL::Vis::clearComponentLayout ( Chem::Reaction rxn)

◆ getComponentLayoutDirection()

CDPL_VIS_API unsigned int CDPL::Vis::getComponentLayoutDirection ( const Chem::Reaction rxn)

◆ setComponentLayoutDirection()

CDPL_VIS_API void CDPL::Vis::setComponentLayoutDirection ( Chem::Reaction rxn,
unsigned int  dir 
)

◆ hasComponentLayoutDirection()

CDPL_VIS_API bool CDPL::Vis::hasComponentLayoutDirection ( const Chem::Reaction rxn)

◆ clearComponentLayoutDirection()

CDPL_VIS_API void CDPL::Vis::clearComponentLayoutDirection ( Chem::Reaction rxn)

◆ getComponentMargin()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getComponentMargin ( const Chem::Reaction rxn)

◆ setComponentMargin()

CDPL_VIS_API void CDPL::Vis::setComponentMargin ( Chem::Reaction rxn,
const SizeSpecification margin 
)

◆ hasComponentMargin()

CDPL_VIS_API bool CDPL::Vis::hasComponentMargin ( const Chem::Reaction rxn)

◆ clearComponentMargin()

CDPL_VIS_API void CDPL::Vis::clearComponentMargin ( Chem::Reaction rxn)

◆ getShowReactants()

CDPL_VIS_API bool CDPL::Vis::getShowReactants ( const Chem::Reaction rxn)

◆ setShowReactants()

CDPL_VIS_API void CDPL::Vis::setShowReactants ( Chem::Reaction rxn,
bool  show 
)

◆ hasShowReactants()

CDPL_VIS_API bool CDPL::Vis::hasShowReactants ( const Chem::Reaction rxn)

◆ clearShowReactants()

CDPL_VIS_API void CDPL::Vis::clearShowReactants ( Chem::Reaction rxn)

◆ getShowAgents()

CDPL_VIS_API bool CDPL::Vis::getShowAgents ( const Chem::Reaction rxn)

◆ setShowAgents()

CDPL_VIS_API void CDPL::Vis::setShowAgents ( Chem::Reaction rxn,
bool  show 
)

◆ hasShowAgents()

CDPL_VIS_API bool CDPL::Vis::hasShowAgents ( const Chem::Reaction rxn)

◆ clearShowAgents()

CDPL_VIS_API void CDPL::Vis::clearShowAgents ( Chem::Reaction rxn)

◆ getShowProducts()

CDPL_VIS_API bool CDPL::Vis::getShowProducts ( const Chem::Reaction rxn)

◆ setShowProducts()

CDPL_VIS_API void CDPL::Vis::setShowProducts ( Chem::Reaction rxn,
bool  show 
)

◆ hasShowProducts()

CDPL_VIS_API bool CDPL::Vis::hasShowProducts ( const Chem::Reaction rxn)

◆ clearShowProducts()

CDPL_VIS_API void CDPL::Vis::clearShowProducts ( Chem::Reaction rxn)

◆ getAgentAlignment()

CDPL_VIS_API unsigned int CDPL::Vis::getAgentAlignment ( const Chem::Reaction rxn)

◆ setAgentAlignment()

CDPL_VIS_API void CDPL::Vis::setAgentAlignment ( Chem::Reaction rxn,
unsigned int  alignment 
)

◆ hasAgentAlignment()

CDPL_VIS_API bool CDPL::Vis::hasAgentAlignment ( const Chem::Reaction rxn)

◆ clearAgentAlignment()

CDPL_VIS_API void CDPL::Vis::clearAgentAlignment ( Chem::Reaction rxn)

◆ getAgentLayout()

CDPL_VIS_API unsigned int CDPL::Vis::getAgentLayout ( const Chem::Reaction rxn)

◆ setAgentLayout()

CDPL_VIS_API void CDPL::Vis::setAgentLayout ( Chem::Reaction rxn,
unsigned int  layout 
)

◆ hasAgentLayout()

CDPL_VIS_API bool CDPL::Vis::hasAgentLayout ( const Chem::Reaction rxn)

◆ clearAgentLayout()

CDPL_VIS_API void CDPL::Vis::clearAgentLayout ( Chem::Reaction rxn)

◆ getAgentLayoutDirection()

CDPL_VIS_API unsigned int CDPL::Vis::getAgentLayoutDirection ( const Chem::Reaction rxn)

◆ setAgentLayoutDirection()

CDPL_VIS_API void CDPL::Vis::setAgentLayoutDirection ( Chem::Reaction rxn,
unsigned int  dir 
)

◆ hasAgentLayoutDirection()

CDPL_VIS_API bool CDPL::Vis::hasAgentLayoutDirection ( const Chem::Reaction rxn)

◆ clearAgentLayoutDirection()

CDPL_VIS_API void CDPL::Vis::clearAgentLayoutDirection ( Chem::Reaction rxn)

◆ getPlusSignColor()

CDPL_VIS_API const Color& CDPL::Vis::getPlusSignColor ( const Chem::Reaction rxn)

◆ setPlusSignColor()

CDPL_VIS_API void CDPL::Vis::setPlusSignColor ( Chem::Reaction rxn,
const Color color 
)

◆ hasPlusSignColor()

CDPL_VIS_API bool CDPL::Vis::hasPlusSignColor ( const Chem::Reaction rxn)

◆ clearPlusSignColor()

CDPL_VIS_API void CDPL::Vis::clearPlusSignColor ( Chem::Reaction rxn)

◆ getPlusSignSize()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getPlusSignSize ( const Chem::Reaction rxn)

◆ setPlusSignSize()

CDPL_VIS_API void CDPL::Vis::setPlusSignSize ( Chem::Reaction rxn,
const SizeSpecification size 
)

◆ hasPlusSignSize()

CDPL_VIS_API bool CDPL::Vis::hasPlusSignSize ( const Chem::Reaction rxn)

◆ clearPlusSignSize()

CDPL_VIS_API void CDPL::Vis::clearPlusSignSize ( Chem::Reaction rxn)

◆ getPlusSignLineWidth()

CDPL_VIS_API const SizeSpecification& CDPL::Vis::getPlusSignLineWidth ( const Chem::Reaction rxn)

◆ setPlusSignLineWidth()

CDPL_VIS_API void CDPL::Vis::setPlusSignLineWidth ( Chem::Reaction rxn,
const SizeSpecification width 
)

◆ hasPlusSignLineWidth()

CDPL_VIS_API bool CDPL::Vis::hasPlusSignLineWidth ( const Chem::Reaction rxn)

◆ clearPlusSignLineWidth()

CDPL_VIS_API void CDPL::Vis::clearPlusSignLineWidth ( Chem::Reaction rxn)

◆ getShowPlusSigns()

CDPL_VIS_API bool CDPL::Vis::getShowPlusSigns ( const Chem::Reaction rxn)

◆ setShowPlusSigns()

CDPL_VIS_API void CDPL::Vis::setShowPlusSigns ( Chem::Reaction rxn,
bool  show 
)

◆ hasShowPlusSigns()

CDPL_VIS_API bool CDPL::Vis::hasShowPlusSigns ( const Chem::Reaction rxn)

◆ clearShowPlusSigns()

CDPL_VIS_API void CDPL::Vis::clearShowPlusSigns ( Chem::Reaction rxn)