Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

const.hpp

Go to the documentation of this file.
00001 /*
00002  Modular Psi - A graph tracker of the Parapsychologcal scientific development
00003  Copyright (C) 2005 Leonardo Stern
00004 
00005  This program is free software; you can redistribute it and/or modify it under
00006  the terms of the Common Public License Version 1.0 or (at your option) any later version.
00007 
00008  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
00009  without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
00010  See the Common Public License for more details.
00011 
00012  You should have received a copy of the Common Public License along with this program;
00013 */
00014 
00015 
00016 #ifndef _CONST_HPP_
00017 #define _CONST_HPP_
00018 #include <qcolor.h>
00019         
00020 //Status
00021 const int STATUS_NOOP = 0;
00022 const int STATUS_NEWPROP = 1;
00023 const int STATUS_CONN_SOURCE = 2;
00024 const int STATUS_CONN_TARGET = 3;
00025 const int STATUS_EDGE_DELETE = 4;
00026 const int STATUS_EDGE_EDIT = 5;
00027 const int STATUS_PROP_DELETE = 6;
00028 
00029 //Colors
00030 const QColor COLOR_PROP_DEFAULT = QColor(255,255,255);
00031 const QColor COLOR_PROP_SELECTED = QColor(128,128,128);
00032 const QColor COLOR_EDGE_SELECTED = QColor(128,128,255);
00033 const QColor COLOR_PROP_BORDER = QColor (0,0,0);
00034 const QColor COLOR_SOURCE = QColor (128,128,255);
00035 const QColor COLOR_TEXT_ALTERNATE = QColor (255,255,255);
00036 
00037 #endif //MP_CONST_HPP
Untitled Document Pesquisa Psi SourceForge.net Logo