drawingcursor.cpp File Reference
(Revision: 10604)
#include <gecode/gist/drawingcursor.hh>
#include <gecode/support.hh>
#include <gecode/kernel.hh>
#include <string>
#include <gecode/gist/nodecursor.hh>
#include <gecode/gist/visualnode.hh>
#include <QtGui>
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 float | Gecode::Gist::quarterFailedWidthF = static_cast<float>(failedWidth) / 4.0 |
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 |