Chemical Data Processing Library C++ API - Version 1.3.0
Vis/ControlParameterFunctions.hpp
Go to the documentation of this file.
1 /*
2  * ControlParameterFunctions.hpp
3  *
4  * This file is part of the Chemical Data Processing Toolkit
5  *
6  * Copyright (C) 2003 Thomas Seidel <thomas.seidel@univie.ac.at>
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public License
19  * along with this library; see the file COPYING. If not, write to
20  * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21  * Boston, MA 02111-1307, USA.
22  */
23 
29 #ifndef CDPL_VIS_CONTROLPARAMETERFUNCTIONS_HPP
30 #define CDPL_VIS_CONTROLPARAMETERFUNCTIONS_HPP
31 
32 #include "CDPL/Vis/APIPrefix.hpp"
33 #include "CDPL/Vis/ColorTable.hpp"
34 
35 
36 namespace CDPL
37 {
38 
39  namespace Base
40  {
41 
42  class ControlParameterContainer;
43  }
44 
45  namespace Vis
46  {
47 
48  class Rectangle2D;
49  class SizeSpecification;
50  class Font;
51  class Color;
52  class Pen;
53  class Brush;
54  class Material;
55 
56  /*
57  * \since 1.2
58  */
60 
62 
64 
66 
67 
69 
71 
73 
75 
76 
78 
80 
82 
84 
85 
87 
89 
91 
93 
94  /*
95  * \since 1.2
96  */
98 
100 
102 
104 
105 
107 
109 
111 
113 
114 
116 
118 
120 
122 
123 
125 
127 
129 
131 
132 
134 
136 
138 
140 
141 
143 
145 
147 
149 
150 
152 
154 
156 
158 
159 
161 
163 
165 
167 
168 
170 
172 
174 
176 
177 
179 
181 
183 
185 
186 
188 
190 
192 
194 
195 
197 
199 
201 
203 
204 
206 
208 
210 
212 
213 
215 
217 
219 
221 
222 
224 
226 
228 
230 
231 
233 
235 
237 
239 
240 
242 
244 
246 
248 
249 
251 
253 
255 
257 
258 
260 
262 
264 
266 
267 
269 
271 
273 
275 
276 
278 
280 
282 
284 
285 
287 
289 
291 
293 
294 
296 
298 
300 
302 
303 
305 
307 
309 
311 
312 
314 
316 
318 
320 
321 
323 
325 
327 
329 
330 
332 
334 
336 
338 
339 
341 
343 
345 
347 
348 
350 
352 
354 
356 
357 
359 
361 
363 
365 
366  /*
367  * \since 1.2
368  */
370 
372 
374 
376 
377  /*
378  * \since 1.2
379  */
381 
383 
385 
387 
388  /*
389  * \since 1.2
390  */
392 
394 
396 
398 
399  /*
400  * \since 1.2
401  */
403 
405 
407 
409 
410 
412 
414 
416 
418 
419 
421 
423 
425 
427 
428 
430 
432 
434 
436 
437 
439 
441 
443 
445 
446 
448 
450 
452 
454 
455 
457 
459 
461 
463 
464 
466 
468 
470 
472 
473 
475 
477 
479 
481 
482 
484 
486 
488 
490 
491  /*
492  * \since 1.1
493  */
495 
497 
499 
501 
502  /*
503  * \since 1.2
504  */
506 
508 
510 
512 
513  /*
514  * \since 1.2
515  */
517 
519 
521 
523 
524  /*
525  * \since 1.1
526  */
528 
530 
532 
534 
535  /*
536  * \since 1.1
537  */
539 
541 
543 
545 
546  /*
547  * \since 1.2
548  */
550 
552 
554 
556 
557  /*
558  * \since 1.2
559  */
561 
563 
565 
567 
568  /*
569  * \since 1.2
570  */
572 
574 
576 
578 
579  /*
580  * \since 1.2
581  */
583 
585 
587 
589 
590  /*
591  * \since 1.2
592  */
594 
596 
598 
600 
601 
603 
605 
607 
609 
610 
612 
614 
616 
618 
619 
621 
623 
625 
627 
628 
630 
632 
634 
636 
637 
639 
641 
643 
645 
646 
648 
650 
652 
654 
655 
657 
659 
661 
663 
664 
666 
668 
670 
672 
673 
675 
677 
679 
681 
682 
684 
686 
688 
690 
691 
693 
695 
697 
699 
700 
702 
704 
706 
708 
709 
711 
713 
715 
717 
718  /*
719  * \since 1.2
720  */
722 
724 
726 
728 
729  /*
730  * \since 1.2
731  */
733 
735 
737 
739 
740  /*
741  * \since 1.2
742  */
744 
746 
748 
750 
751 
753 
755 
757 
759 
760 
762 
764 
766 
768 
769 
771 
773 
775 
777 
778  /*
779  * \since 1.1
780  */
782 
784 
786 
788 
789  /*
790  * \since 1.2
791  */
793 
795 
797 
799 
800  /*
801  * \since 1.2
802  */
804 
806 
808 
810 
811  /*
812  * \since 1.1
813  */
815 
817 
819 
821 
822  /*
823  * \since 1.1
824  */
826 
828 
830 
832 
833  /*
834  * \since 1.2
835  */
837 
839 
841 
843 
844  /*
845  * \since 1.2
846  */
848 
850 
852 
854 
855  /*
856  * \since 1.2
857  */
859 
861 
863 
865 
866  /*
867  * \since 1.2
868  */
870 
872 
874 
876 
877  /*
878  * \since 1.2
879  */
881 
883 
885 
887 
888  /*
889  * \since 1.2
890  */
892 
894 
896 
898 
899  /*
900  * \since 1.2
901  */
903 
905 
907 
909 
910  /*
911  * \since 1.2
912  */
914 
916 
918 
920 
921  /*
922  * \since 1.2
923  */
925 
927 
929 
931 
932  /*
933  * \since 1.2
934  */
936 
938 
940 
942 
943  /*
944  * \since 1.2
945  */
947 
949 
951 
953 
954  /*
955  * \since 1.3
956  */
958 
960 
962 
964 
965  /*
966  * \since 1.3
967  */
969 
971 
973 
975 
976  } // namespace Vis
977 } // namespace CDPL
978 
979 #endif // CDPL_VIS_CONTROLPARAMETERFUNCTIONS_HPP
Definition of the type CDPL::Vis::ColorTable.
Definition of the preprocessor macro CDPL_VIS_API.
#define CDPL_VIS_API
Tells the compiler/linker which classes, functions and variables are part of the library API.
A class providing methods for the storage and lookup of control-parameter values.
Definition: ControlParameterContainer.hpp:93
Specifies the fill pattern and fill color of shapes.
Definition: Brush.hpp:50
std::shared_ptr< ColorTable > SharedPointer
Definition: ColorTable.hpp:51
Specifies a color in terms of its red, green and blue components and an alpha-channel for transparenc...
Definition: Color.hpp:52
Specifies a font for drawing text.
Definition: Font.hpp:54
Defines material properties of Vis::Object3D instances.
Definition: Material.hpp:56
Specifies how to draw lines and outlines of shapes.
Definition: Pen.hpp:53
Specifies an axis aligned rectangular area in 2D space.
Definition: Rectangle2D.hpp:51
Specifies the value and type of a size attribute and defines how the value may change during processi...
Definition: SizeSpecification.hpp:45
VectorNorm2< E >::ResultType length(const VectorExpression< E > &e)
Definition: VectorExpression.hpp:553
CDPL_VIS_API const SizeSpecification & getAtomCustomLabelSizeParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasHighlightAreaOutlineWidthParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearReactionCenterLineLengthParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const Brush & getBondHighlightAreaBrushParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setGridViewColumnSeparatorPenParameter(Base::ControlParameterContainer &cntnr, const Pen &pen)
CDPL_VIS_API bool hasEnableBondHighlightingParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool getShowHydrogenCountsParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasAtomConfigurationLabelFontParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setRadicalElectronDotSizeParameter(Base::ControlParameterContainer &cntnr, const SizeSpecification &size)
CDPL_VIS_API void setBondHighlightAreaOutlinePenParameter(Base::ControlParameterContainer &cntnr, const Pen &pen)
CDPL_VIS_API bool hasDefaultMaterialParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setReactionPlusSignLineWidthParameter(Base::ControlParameterContainer &cntnr, const SizeSpecification &width)
CDPL_VIS_API bool hasReactionArrowLineWidthParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasBondConfigurationLabelColorParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearBackgroundBrushParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setAtomCustomLabelSizeParameter(Base::ControlParameterContainer &cntnr, const SizeSpecification &size)
CDPL_VIS_API bool hasReactionAgentAlignmentParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setUseCalculatedAtomCoordinatesParameter(Base::ControlParameterContainer &cntnr, bool use)
CDPL_VIS_API void setReactionAgentLayoutParameter(Base::ControlParameterContainer &cntnr, unsigned int layout)
CDPL_VIS_API void clearAlignmentParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasReactionArrowStyleParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API unsigned int getReactionComponentLayoutDirectionParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool getShowChargesParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasShowBondQueryInfosParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API unsigned int getAlignmentParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasBondCustomLabelColorParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const Color & getGridViewTextColorParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearAtomHighlightAreaOutlinePenParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasAtomConfigurationLabelColorParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setShowReactionProductsParameter(Base::ControlParameterContainer &cntnr, bool show)
CDPL_VIS_API void setReactionComponentLayoutParameter(Base::ControlParameterContainer &cntnr, unsigned int layout)
CDPL_VIS_API void setBondLineWidthParameter(Base::ControlParameterContainer &cntnr, const SizeSpecification &width)
CDPL_VIS_API bool hasGridViewTextColorParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setAtomConfigurationLabelColorParameter(Base::ControlParameterContainer &cntnr, const Color &color)
CDPL_VIS_API void clearAtomCustomLabelColorParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setReactionArrowShaftWidthParameter(Base::ControlParameterContainer &cntnr, const SizeSpecification &width)
CDPL_VIS_API void setReactionArrowHeadWidthParameter(Base::ControlParameterContainer &cntnr, const SizeSpecification &width)
CDPL_VIS_API void clearReactionArrowHeadLengthParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearRadicalElectronDotSizeParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const SizeSpecification & getAtomHighlightAreaSizeParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasGridViewTextFontParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const SizeSpecification & getReactionComponentMarginParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setBondHighlightAreaWidthParameter(Base::ControlParameterContainer &cntnr, const SizeSpecification &width)
CDPL_VIS_API const SizeSpecification & getBondLineSpacingParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasReactionArrowLengthParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const SizeSpecification & getBondConfigurationLabelSizeParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setViewportParameter(Base::ControlParameterContainer &cntnr, const Rectangle2D &viewport)
CDPL_VIS_API const ColorTable::SharedPointer & getFeatureColorTableParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasShowAtomQueryInfosParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setReactionComponentLayoutDirectionParameter(Base::ControlParameterContainer &cntnr, unsigned int dir)
CDPL_VIS_API double getGridViewCellPaddingParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setShowReactionReactantsParameter(Base::ControlParameterContainer &cntnr, bool show)
CDPL_VIS_API void setAtomHighlightAreaBrushParameter(Base::ControlParameterContainer &cntnr, const Brush &brush)
CDPL_VIS_API const Font & getAtomConfigurationLabelFontParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const Color & getBondColorParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearBondConfigurationLabelSizeParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasReactionCenterLineSpacingParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const Font & getBondLabelFontParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const Material & getDefaultMaterialParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setShowReactionPlusSignsParameter(Base::ControlParameterContainer &cntnr, bool show)
CDPL_VIS_API bool getUseCalculatedAtomCoordinatesParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setBondCustomLabelFontParameter(Base::ControlParameterContainer &cntnr, const Font &font)
CDPL_VIS_API const SizeSpecification & getDoubleBondTrimLengthParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setShowAtomCustomLabelsParameter(Base::ControlParameterContainer &cntnr, bool show)
CDPL_VIS_API void clearAtomConfigurationLabelFontParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearUseCalculatedAtomCoordinatesParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasReactionPlusSignColorParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearViewportParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasBondLabelSizeParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasOutputScalingFactorParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setBondConfigurationLabelSizeParameter(Base::ControlParameterContainer &cntnr, const SizeSpecification &size)
CDPL_VIS_API const Color & getAtomConfigurationLabelColorParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const ColorTable::SharedPointer & getAtomColorTableParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasShowChargesParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasShowNonCarbonHydrogenCountsParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasReactionArrowColorParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasBondLineSpacingParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setAtomLabelFontParameter(Base::ControlParameterContainer &cntnr, const Font &font)
CDPL_VIS_API bool hasReactionArrowHeadWidthParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setDefaultMaterialParameter(Base::ControlParameterContainer &cntnr, const Material &material)
CDPL_VIS_API bool hasRadicalElectronDotSizeParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearShowIsotopesParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool getShowAtomReactionInfosParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasShowAtomReactionInfosParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasShowBondReactionInfosParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearBondColorParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasShowBondConfigurationLabelsParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearBondConfigurationLabelColorParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasShowExplicitHydrogensParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasShowCarbonsParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool getShowReactionProductsParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setReactionPlusSignColorParameter(Base::ControlParameterContainer &cntnr, const Color &color)
CDPL_VIS_API bool hasBondLabelFontParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const Color & getBondCustomLabelColorParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setGridViewRowSeparatorPenParameter(Base::ControlParameterContainer &cntnr, const Pen &pen)
CDPL_VIS_API const Font & getAtomCustomLabelFontParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const SizeSpecification & getReactionArrowHeadWidthParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasReactionAgentLayoutDirectionParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setBreakAtomHighlightAreaOutlineParameter(Base::ControlParameterContainer &cntnr, bool brk)
CDPL_VIS_API const Pen & getGridViewRowSeparatorPenParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasBondConfigurationLabelFontParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearStereoBondWedgeWidthParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearShowBondQueryInfosParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasReactionPlusSignLineWidthParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearReactionAgentLayoutParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setBondLengthParameter(Base::ControlParameterContainer &cntnr, const SizeSpecification &length)
CDPL_VIS_API bool hasShowReactionProductsParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setAtomCustomLabelFontParameter(Base::ControlParameterContainer &cntnr, const Font &font)
CDPL_VIS_API void clearBondCustomLabelColorParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasReactionCenterLineLengthParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool getShowBondQueryInfosParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasShowReactionReactantsParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const SizeSpecification & getAtomLabelSizeParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setShowNonCarbonHydrogenCountsParameter(Base::ControlParameterContainer &cntnr, bool show)
CDPL_VIS_API bool hasReactionAgentLayoutParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasAtomHighlightAreaOutlinePenParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const SizeSpecification & getBondLengthParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setShowChargesParameter(Base::ControlParameterContainer &cntnr, bool show)
CDPL_VIS_API bool getShowAtomConfigurationLabelsParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setTripleBondTrimLengthParameter(Base::ControlParameterContainer &cntnr, const SizeSpecification &length)
CDPL_VIS_API void setReactionComponentMarginParameter(Base::ControlParameterContainer &cntnr, const SizeSpecification &margin)
CDPL_VIS_API void setShowHydrogenCountsParameter(Base::ControlParameterContainer &cntnr, bool show)
CDPL_VIS_API bool hasAtomLabelFontParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool getShowRadicalElectronsParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearAtomColorParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasShowBondCustomLabelsParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setShowBondQueryInfosParameter(Base::ControlParameterContainer &cntnr, bool show)
CDPL_VIS_API const Font & getGridViewTextFontParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearHighlightAreaOutlineWidthParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearShowCarbonsParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setShowBondCustomLabelsParameter(Base::ControlParameterContainer &cntnr, bool show)
CDPL_VIS_API const SizeSpecification & getReactionArrowHeadLengthParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setAtomHighlightAreaSizeParameter(Base::ControlParameterContainer &cntnr, const SizeSpecification &size)
CDPL_VIS_API void clearBreakAtomHighlightAreaOutlineParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setGridViewMarginParameter(Base::ControlParameterContainer &cntnr, double margin)
CDPL_VIS_API bool hasAtomColorParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasBreakAtomHighlightAreaOutlineParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasShowAtomCustomLabelsParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearBondHighlightAreaBrushParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasAtomCustomLabelSizeParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setShowBondConfigurationLabelsParameter(Base::ControlParameterContainer &cntnr, bool show)
CDPL_VIS_API void setSecondaryAtomLabelFontParameter(Base::ControlParameterContainer &cntnr, const Font &font)
CDPL_VIS_API void setSecondaryAtomLabelSizeParameter(Base::ControlParameterContainer &cntnr, const SizeSpecification &size)
CDPL_VIS_API const SizeSpecification & getBondCustomLabelSizeParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API unsigned int getReactionComponentLayoutParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const Rectangle2D & getViewportParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool getShowReactionPlusSignsParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setShowCarbonsParameter(Base::ControlParameterContainer &cntnr, bool show)
CDPL_VIS_API const SizeSpecification & getBondLineWidthParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API double getOutputScalingFactorParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const SizeSpecification & getBondHighlightAreaWidthParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setReactionAgentAlignmentParameter(Base::ControlParameterContainer &cntnr, unsigned int alignment)
CDPL_VIS_API bool hasAtomCustomLabelFontParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setShowExplicitHydrogensParameter(Base::ControlParameterContainer &cntnr, bool show)
CDPL_VIS_API void setAlignmentParameter(Base::ControlParameterContainer &cntnr, unsigned int alignment)
CDPL_VIS_API const SizeSpecification & getStereoBondWedgeWidthParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearShowExplicitHydrogensParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasEnableAtomHighlightingParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool getBreakAtomHighlightAreaOutlineParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool getShowExplicitHydrogensParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API unsigned int getReactionAgentAlignmentParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const SizeSpecification & getReactionCenterLineLengthParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasAtomHighlightAreaBrushParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearAtomConfigurationLabelColorParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setAtomLabelMarginParameter(Base::ControlParameterContainer &cntnr, const SizeSpecification &margin)
CDPL_VIS_API void setReactionAgentLayoutDirectionParameter(Base::ControlParameterContainer &cntnr, unsigned int dir)
CDPL_VIS_API void clearBondLabelSizeParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const SizeSpecification & getReactionPlusSignLineWidthParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearShowBondReactionInfosParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool getShowBondCustomLabelsParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearEnableAtomHighlightingParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setShowAtomReactionInfosParameter(Base::ControlParameterContainer &cntnr, bool show)
CDPL_VIS_API void setShowRadicalElectronsParameter(Base::ControlParameterContainer &cntnr, bool show)
CDPL_VIS_API void setShowAtomConfigurationLabelsParameter(Base::ControlParameterContainer &cntnr, bool show)
CDPL_VIS_API bool getShowBondConfigurationLabelsParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearDefaultMaterialParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool getShowBondReactionInfosParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearBondLengthParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API double getGridViewMarginParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearBondConfigurationLabelFontParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const Color & getReactionPlusSignColorParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasStereoBondHashSpacingParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasTripleBondTrimLengthParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearReactionArrowLengthParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const Font & getBondConfigurationLabelFontParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearReactionPlusSignSizeParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasBondHighlightAreaWidthParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const SizeSpecification & getReactionArrowShaftWidthParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearGridViewTextColorParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearBondHighlightAreaWidthParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearShowReactionPlusSignsParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearAtomLabelMarginParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setStereoBondWedgeWidthParameter(Base::ControlParameterContainer &cntnr, const SizeSpecification &width)
CDPL_VIS_API void setAtomColorParameter(Base::ControlParameterContainer &cntnr, const Color &color)
CDPL_VIS_API void clearAtomLabelFontParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setBondLabelFontParameter(Base::ControlParameterContainer &cntnr, const Font &font)
CDPL_VIS_API bool hasSecondaryAtomLabelSizeParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearShowStereoBondsParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasGridViewColumnSeparatorPenParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const SizeSpecification & getReactionArrowLineWidthParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool getEnableBondHighlightingParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearReactionComponentLayoutParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearShowHydrogenCountsParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearShowReactionProductsParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasBondLabelMarginParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setGridViewCellPaddingParameter(Base::ControlParameterContainer &cntnr, double padding)
CDPL_VIS_API const SizeSpecification & getStereoBondHashSpacingParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearBondLabelMarginParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const Color & getAtomCustomLabelColorParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const Brush & getAtomHighlightAreaBrushParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setShowStereoBondsParameter(Base::ControlParameterContainer &cntnr, bool show)
CDPL_VIS_API bool getShowReactionReactantsParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearReactionComponentLayoutDirectionParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setReactionCenterLineSpacingParameter(Base::ControlParameterContainer &cntnr, const SizeSpecification &spacing)
CDPL_VIS_API void clearReactionAgentLayoutDirectionParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearReactionArrowLineWidthParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearBondLineSpacingParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearReactionArrowShaftWidthParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasBondCustomLabelSizeParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool getShowAtomCustomLabelsParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const Font & getSecondaryAtomLabelFontParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearAtomCustomLabelFontParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool getShowStereoBondsParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearStereoBondHashSpacingParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearGridViewColumnSeparatorPenParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setBondCustomLabelColorParameter(Base::ControlParameterContainer &cntnr, const Color &color)
CDPL_VIS_API void setBondLineSpacingParameter(Base::ControlParameterContainer &cntnr, const SizeSpecification &spacing)
CDPL_VIS_API void clearBondLabelFontParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasShowHydrogenCountsParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setReactionCenterLineLengthParameter(Base::ControlParameterContainer &cntnr, const SizeSpecification &length)
CDPL_VIS_API void clearShowBondConfigurationLabelsParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API unsigned int getReactionArrowStyleParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearFeatureColorTableParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const Color & getBondConfigurationLabelColorParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setAtomHighlightAreaOutlinePenParameter(Base::ControlParameterContainer &cntnr, const Pen &pen)
CDPL_VIS_API void setReactionArrowHeadLengthParameter(Base::ControlParameterContainer &cntnr, const SizeSpecification &length)
CDPL_VIS_API bool hasShowReactionPlusSignsParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setReactionArrowStyleParameter(Base::ControlParameterContainer &cntnr, unsigned int style)
CDPL_VIS_API void clearReactionArrowHeadWidthParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasUseCalculatedAtomCoordinatesParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearShowReactionAgentsParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API unsigned int getReactionAgentLayoutParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearReactionArrowStyleParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearReactionArrowColorParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setBondColorParameter(Base::ControlParameterContainer &cntnr, const Color &color)
CDPL_VIS_API bool hasViewportParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearAtomLabelSizeParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearShowNonCarbonHydrogenCountsParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasShowReactionAgentsParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasBondHighlightAreaBrushParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool getShowAtomQueryInfosParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasGridViewMarginParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setBondLabelSizeParameter(Base::ControlParameterContainer &cntnr, const SizeSpecification &size)
CDPL_VIS_API bool hasReactionComponentLayoutDirectionParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearGridViewBorderPenParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasAlignmentParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setAtomColorTableParameter(Base::ControlParameterContainer &cntnr, const ColorTable::SharedPointer &colors)
CDPL_VIS_API bool hasReactionPlusSignSizeParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setBondConfigurationLabelFontParameter(Base::ControlParameterContainer &cntnr, const Font &font)
CDPL_VIS_API bool hasGridViewBorderPenParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearAtomColorTableParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const SizeSpecification & getAtomLabelMarginParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearSecondaryAtomLabelSizeParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setOutputScalingFactorParameter(Base::ControlParameterContainer &cntnr, double factor)
CDPL_VIS_API const Pen & getBondHighlightAreaOutlinePenParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setGridViewTextFontParameter(Base::ControlParameterContainer &cntnr, const Font &font)
CDPL_VIS_API bool hasAtomConfigurationLabelSizeParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearEnableBondHighlightingParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const SizeSpecification & getAtomConfigurationLabelSizeParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearAtomHighlightAreaBrushParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearBondCustomLabelFontParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearAtomHighlightAreaSizeParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearShowChargesParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearBondHighlightAreaOutlinePenParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearOutputScalingFactorParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasGridViewRowSeparatorPenParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setShowIsotopesParameter(Base::ControlParameterContainer &cntnr, bool show)
CDPL_VIS_API const Color & getAtomColorParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setReactionArrowLengthParameter(Base::ControlParameterContainer &cntnr, const SizeSpecification &size)
CDPL_VIS_API void clearReactionAgentAlignmentParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearShowRadicalElectronsParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const Font & getBondCustomLabelFontParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearShowAtomQueryInfosParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setBondConfigurationLabelColorParameter(Base::ControlParameterContainer &cntnr, const Color &color)
CDPL_VIS_API void setStereoBondHashSpacingParameter(Base::ControlParameterContainer &cntnr, const SizeSpecification &spacing)
CDPL_VIS_API const SizeSpecification & getBondLabelMarginParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setGridViewBorderPenParameter(Base::ControlParameterContainer &cntnr, const Pen &pen)
CDPL_VIS_API void setDoubleBondTrimLengthParameter(Base::ControlParameterContainer &cntnr, const SizeSpecification &length)
CDPL_VIS_API void setReactionArrowColorParameter(Base::ControlParameterContainer &cntnr, const Color &color)
CDPL_VIS_API bool hasReactionComponentLayoutParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearShowAtomReactionInfosParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool getShowNonCarbonHydrogenCountsParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearShowBondCustomLabelsParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasReactionComponentMarginParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasStereoBondWedgeWidthParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setGridViewTextColorParameter(Base::ControlParameterContainer &cntnr, const Color &color)
CDPL_VIS_API unsigned int getSizeAdjustmentParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool getEnableAtomHighlightingParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const Color & getReactionArrowColorParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearAtomConfigurationLabelSizeParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasShowRadicalElectronsParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasSecondaryAtomLabelFontParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasBondCustomLabelFontParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasShowStereoBondsParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setAtomConfigurationLabelSizeParameter(Base::ControlParameterContainer &cntnr, const SizeSpecification &size)
CDPL_VIS_API void clearShowReactionReactantsParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearReactionPlusSignColorParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasAtomHighlightAreaSizeParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const SizeSpecification & getReactionPlusSignSizeParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasBondColorParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasGridViewCellPaddingParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearSizeAdjustmentParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setAtomLabelSizeParameter(Base::ControlParameterContainer &cntnr, const SizeSpecification &size)
CDPL_VIS_API bool hasFeatureColorTableParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasSizeAdjustmentParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setShowBondReactionInfosParameter(Base::ControlParameterContainer &cntnr, bool show)
CDPL_VIS_API void setHighlightAreaOutlineWidthParameter(Base::ControlParameterContainer &cntnr, const SizeSpecification &width)
CDPL_VIS_API void setAtomConfigurationLabelFontParameter(Base::ControlParameterContainer &cntnr, const Font &font)
CDPL_VIS_API bool getShowReactionAgentsParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setShowReactionAgentsParameter(Base::ControlParameterContainer &cntnr, bool show)
CDPL_VIS_API const Pen & getGridViewColumnSeparatorPenParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasBondHighlightAreaOutlinePenParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setBackgroundBrushParameter(Base::ControlParameterContainer &cntnr, const Brush &brush)
CDPL_VIS_API bool hasReactionArrowShaftWidthParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearShowAtomCustomLabelsParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearTripleBondTrimLengthParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearReactionComponentMarginParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setReactionArrowLineWidthParameter(Base::ControlParameterContainer &cntnr, const SizeSpecification &width)
CDPL_VIS_API bool hasAtomColorTableParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasAtomLabelSizeParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearGridViewMarginParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasReactionArrowHeadLengthParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API unsigned int getReactionAgentLayoutDirectionParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const Pen & getGridViewBorderPenParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearDoubleBondTrimLengthParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setEnableAtomHighlightingParameter(Base::ControlParameterContainer &cntnr, bool enale)
CDPL_VIS_API void clearGridViewCellPaddingParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasBondConfigurationLabelSizeParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const SizeSpecification & getHighlightAreaOutlineWidthParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearReactionPlusSignLineWidthParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const SizeSpecification & getReactionArrowLengthParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearAtomCustomLabelSizeParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const Font & getAtomLabelFontParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasBondLineWidthParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasAtomCustomLabelColorParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setReactionPlusSignSizeParameter(Base::ControlParameterContainer &cntnr, const SizeSpecification &size)
CDPL_VIS_API bool hasBondLengthParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const SizeSpecification & getTripleBondTrimLengthParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setShowAtomQueryInfosParameter(Base::ControlParameterContainer &cntnr, bool show)
CDPL_VIS_API void setSizeAdjustmentParameter(Base::ControlParameterContainer &cntnr, unsigned int adjustment)
CDPL_VIS_API const SizeSpecification & getReactionCenterLineSpacingParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasAtomLabelMarginParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasBackgroundBrushParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool getShowIsotopesParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasDoubleBondTrimLengthParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setBondHighlightAreaBrushParameter(Base::ControlParameterContainer &cntnr, const Brush &brush)
CDPL_VIS_API void setBondCustomLabelSizeParameter(Base::ControlParameterContainer &cntnr, const SizeSpecification &size)
CDPL_VIS_API const SizeSpecification & getRadicalElectronDotSizeParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const SizeSpecification & getSecondaryAtomLabelSizeParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const SizeSpecification & getBondLabelSizeParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API const Pen & getAtomHighlightAreaOutlinePenParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearReactionCenterLineSpacingParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool getShowCarbonsParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearGridViewRowSeparatorPenParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setAtomCustomLabelColorParameter(Base::ControlParameterContainer &cntnr, const Color &color)
CDPL_VIS_API void setBondLabelMarginParameter(Base::ControlParameterContainer &cntnr, const SizeSpecification &margin)
CDPL_VIS_API void clearBondLineWidthParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearSecondaryAtomLabelFontParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearShowAtomConfigurationLabelsParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasShowAtomConfigurationLabelsParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void clearBondCustomLabelSizeParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setFeatureColorTableParameter(Base::ControlParameterContainer &cntnr, const ColorTable::SharedPointer &colors)
CDPL_VIS_API const Brush & getBackgroundBrushParameter(const Base::ControlParameterContainer &cntnr)
CDPL_VIS_API void setEnableBondHighlightingParameter(Base::ControlParameterContainer &cntnr, bool enable)
CDPL_VIS_API void clearGridViewTextFontParameter(Base::ControlParameterContainer &cntnr)
CDPL_VIS_API bool hasShowIsotopesParameter(const Base::ControlParameterContainer &cntnr)
The namespace of the Chemical Data Processing Library.