Generated on Sat Feb 7 2015 02:01:44 for Gecode by doxygen 1.8.9.1
Gecode::Gist::LayoutConfig Namespace Reference

Parameters for the tree layout. More...

Variables

const int minScale = 10
 Minimum scale factor. More...
 
const int maxScale = 400
 Maximum scale factor. More...
 
const int defScale = 100
 Default scale factor. More...
 
const int maxAutoZoomScale = defScale
 Maximum scale factor for automatic zoom. More...
 

Detailed Description

Parameters for the tree layout.

Variable Documentation

const int Gecode::Gist::LayoutConfig::minScale = 10

Minimum scale factor.

Definition at line 56 of file treecanvas.hh.

const int Gecode::Gist::LayoutConfig::maxScale = 400

Maximum scale factor.

Definition at line 58 of file treecanvas.hh.

const int Gecode::Gist::LayoutConfig::defScale = 100

Default scale factor.

Definition at line 60 of file treecanvas.hh.

const int Gecode::Gist::LayoutConfig::maxAutoZoomScale = defScale

Maximum scale factor for automatic zoom.

Definition at line 62 of file treecanvas.hh.