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

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

Variables

const unsigned int NONE = 0
 Specifies that the objects have no special layout. More...
 
const unsigned int LINEAR = 1
 Specifies that the objects have to be arranged along a line. More...
 
const 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

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

Specifies that the objects have no special layout.

◆ LINEAR

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

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

◆ PACKED

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

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