29 #ifndef CDPL_VIS_SIZEADJUSTMENTS_HPP
30 #define CDPL_VIS_SIZEADJUSTMENTS_HPP
43 namespace SizeAdjustment
49 constexpr
unsigned int NONE = 0;
constexpr unsigned int IF_REQUIRED
Specifies that a graphical object shall only be resized if its bounds exceed the available area.
Definition: SizeAdjustment.hpp:59
constexpr unsigned int NONE
Specifies that the size of a graphical object shall be left unchanged.
Definition: SizeAdjustment.hpp:49
constexpr unsigned int BEST_FIT
Specifies that a graphical object shall be resized to achieve a maximum coverage of the available are...
Definition: SizeAdjustment.hpp:54
The namespace of the Chemical Data Processing Library.