#include <qcolor.h>
Include dependency graph for const.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Variables | |
const int | STATUS_NOOP = 0 |
const int | STATUS_NEWPROP = 1 |
const int | STATUS_CONN_SOURCE = 2 |
const int | STATUS_CONN_TARGET = 3 |
const int | STATUS_EDGE_DELETE = 4 |
const int | STATUS_EDGE_EDIT = 5 |
const int | STATUS_PROP_DELETE = 6 |
const QColor | COLOR_PROP_DEFAULT = QColor(255,255,255) |
const QColor | COLOR_PROP_SELECTED = QColor(128,128,128) |
const QColor | COLOR_EDGE_SELECTED = QColor(128,128,255) |
const QColor | COLOR_PROP_BORDER = QColor (0,0,0) |
const QColor | COLOR_SOURCE = QColor (128,128,255) |
const QColor | COLOR_TEXT_ALTERNATE = QColor (255,255,255) |
|
Definition at line 32 of file const.hpp. Referenced by Edge::mousePressEvent(). |
|
Definition at line 33 of file const.hpp. Referenced by Proposition::init(), and Proposition::setTrust(). |
|
Definition at line 30 of file const.hpp. Referenced by Proposition::init(). |
|
Definition at line 31 of file const.hpp. Referenced by Proposition::mousePressEvent(). |
|
Definition at line 34 of file const.hpp. Referenced by Proposition::mousePressEvent(). |
|
Definition at line 35 of file const.hpp. Referenced by Proposition::setTrust(). |
|
Definition at line 23 of file const.hpp. Referenced by Principal::addConexao_activated(), Proposition::mousePressEvent(), and PropositionGraph::setStatus(). |
|
Definition at line 24 of file const.hpp. Referenced by Proposition::mousePressEvent(), and PropositionGraph::setStatus(). |
|
Definition at line 25 of file const.hpp. Referenced by Principal::delConexao_activated(), Edge::mousePressEvent(), and PropositionGraph::setStatus(). |
|
Definition at line 26 of file const.hpp. Referenced by Principal::editConexao_activated(). |
|
Definition at line 22 of file const.hpp. Referenced by Proposition::mousePressEvent(), Principal::newProposition_activated(), and PropositionGraph::setStatus(). |
|
Definition at line 21 of file const.hpp. Referenced by Proposition::mousePressEvent(), and PropositionGraph::setStatus(). |
|
Definition at line 27 of file const.hpp. Referenced by Principal::delProposition_activated(), and Proposition::mousePressEvent(). |