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

Definition of constants in namespace CDPL::Vis::LayoutStyle. 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::LayoutStyle
 Provides constants that are used to specify the layout of a set of graphical objects.
 

Variables

const unsigned int CDPL::Vis::LayoutStyle::NONE = 0
 Specifies that the objects have no special layout. More...
 
const unsigned int CDPL::Vis::LayoutStyle::LINEAR = 1
 Specifies that the objects have to be arranged along a line. More...
 
const unsigned int CDPL::Vis::LayoutStyle::PACKED = 2
 Specifies that the objects have to be arranged in multiple rows within a rectangle. More...
 

Detailed Description

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