Chemical Data Processing Library C++ API - Version 1.1.1
|
Provides constants that are used to specify the main direction of object layouts. More...
Variables | |
const unsigned int | HORIZONTAL = 0 |
Specifies a horizontal layout (parallel to the x-axis). More... | |
const unsigned int | VERTICAL = 1 |
Specifies a vertical layout (parallel to the y-axis). More... | |
Provides constants that are used to specify the main direction of object layouts.
const unsigned int CDPL::Vis::LayoutDirection::HORIZONTAL = 0 |
Specifies a horizontal layout (parallel to the x-axis).
const unsigned int CDPL::Vis::LayoutDirection::VERTICAL = 1 |
Specifies a vertical layout (parallel to the y-axis).