Chemical Data Processing Library C++ API - Version 1.2.0
|
Provides constants that are used to specify the layout of a set of graphical objects. More...
Variables | |
constexpr unsigned int | NONE = 0 |
Specifies that the objects have no special layout. More... | |
constexpr unsigned int | LINEAR = 1 |
Specifies that the objects have to be arranged along a line. More... | |
constexpr unsigned int | PACKED = 2 |
Specifies that the objects have to be arranged in multiple rows within a rectangle. More... | |
Provides constants that are used to specify the layout of a set of graphical objects.
|
constexpr |
Specifies that the objects have no special layout.
|
constexpr |
Specifies that the objects have to be arranged along a line.
|
constexpr |
Specifies that the objects have to be arranged in multiple rows within a rectangle.