Chemical Data Processing Library C++ API - Version 1.1.1
Variables
CDPL::Vis::LayoutDirection Namespace Reference

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...
 

Detailed Description

Provides constants that are used to specify the main direction of object layouts.

Variable Documentation

◆ HORIZONTAL

const unsigned int CDPL::Vis::LayoutDirection::HORIZONTAL = 0

Specifies a horizontal layout (parallel to the x-axis).

◆ VERTICAL

const unsigned int CDPL::Vis::LayoutDirection::VERTICAL = 1

Specifies a vertical layout (parallel to the y-axis).