Chemical Data Processing Library C++ API - Version 1.1.1
Namespaces | Variables
LayoutDirection.hpp File Reference

Definition of constants in namespace CDPL::Vis::LayoutDirection. More...

Go to the source code of this file.

Namespaces

 CDPL
 The namespace of the Chemical Data Processing Library.
 
 CDPL::Vis
 Contains classes and functions related to data visualization.
 
 CDPL::Vis::LayoutDirection
 Provides constants that are used to specify the main direction of object layouts.
 

Variables

const unsigned int CDPL::Vis::LayoutDirection::HORIZONTAL = 0
 Specifies a horizontal layout (parallel to the x-axis). More...
 
const unsigned int CDPL::Vis::LayoutDirection::VERTICAL = 1
 Specifies a vertical layout (parallel to the y-axis). More...
 

Detailed Description

Definition of constants in namespace CDPL::Vis::LayoutDirection.