Chemical Data Processing Library C++ API - Version 1.2.0
Variables
CDPL::Vis::LayoutStyle Namespace Reference

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

Detailed Description

Provides constants that are used to specify the layout of a set of graphical objects.

Variable Documentation

◆ NONE

constexpr unsigned int CDPL::Vis::LayoutStyle::NONE = 0
constexpr

Specifies that the objects have no special layout.

◆ LINEAR

constexpr unsigned int CDPL::Vis::LayoutStyle::LINEAR = 1
constexpr

Specifies that the objects have to be arranged along a line.

◆ PACKED

constexpr unsigned int CDPL::Vis::LayoutStyle::PACKED = 2
constexpr

Specifies that the objects have to be arranged in multiple rows within a rectangle.