drawingcursor.cpp File Reference
(Revision: 9076)
#include <gecode/gist/drawingcursor.hh>
Go to the source code of this file.
Namespaces | |
namespace | Gecode |
Gecode toplevel namespace. | |
namespace | Gecode::Gist |
The Gecode Interactive Search Tool. | |
Variables | |
const int | Gecode::Gist::nodeWidth = 20 |
const int | Gecode::Gist::halfNodeWidth = nodeWidth / 2 |
const int | Gecode::Gist::quarterNodeWidth = halfNodeWidth / 2 |
const int | Gecode::Gist::failedWidth = 14 |
const int | Gecode::Gist::halfFailedWidth = failedWidth / 2 |
const int | Gecode::Gist::shadowOffset = 3 |
const int | Gecode::Gist::dSolvedOffset = nodeWidth / 6 |
const int | Gecode::Gist::dSolvedHalfWidth = (nodeWidth-2*dSolvedOffset) / 2 |
const int | Gecode::Gist::hiddenDepth = Layout::dist_y + failedWidth |