Generated on Fri Aug 24 2012 04:52:28 for Gecode by doxygen 1.8.1.1
Gecode::Gist::LayoutConfig Namespace Reference

Parameters for the tree layout. More...

Variables

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

Detailed Description

Parameters for the tree layout.


Variable Documentation

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

Minimum scale factor.

Definition at line 53 of file treecanvas.hh.

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

Maximum scale factor.

Definition at line 55 of file treecanvas.hh.

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

Default scale factor.

Definition at line 57 of file treecanvas.hh.

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

Maximum scale factor for automatic zoom.

Definition at line 59 of file treecanvas.hh.