Sha256: ab13240cae03071cd90f7191f19de4b57e24c491e3be96ec7618be01cec2f791
Contents?: true
Size: 1.86 KB
Versions: 10
Compression:
Stored size: 1.86 KB
Contents
/* * Main authors: * Niko Paltzer <nikopp@ps.uni-sb.de> * * Copyright: * Niko Paltzer, 2007 * * Last modified: * $Date: 2008-02-05 18:46:41 +0100 (Tue, 05 Feb 2008) $ by $Author: schulte $ * $Revision: 6067 $ * * This file is part of Gecode, the generic constraint * development environment: * http://www.gecode.org * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use, copy, modify, merge, publish, * distribute, sublicense, and/or sell copies of the Software, and to * permit persons to whom the Software is furnished to do so, subject to * the following conditions: * * The above copyright notice and this permission notice shall be * included in all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. * */ #ifndef GECODE_GIST_CONFIG_HH #define GECODE_GIST_CONFIG_HH #include <QMap> #include <QString> #include <QList> #include <QGraphicsView> #include "gecode/gist.hh" typedef QWidget* (*pt2createView)(Gecode::Reflection::VarMap&, int, QStringList, QWidget*); namespace Gecode { namespace Gist { class GECODE_GIST_EXPORT Config { public: Config(void); QMap<QString, pt2createView> visualisationMap; }; }} #endif // STATISTICS: gist-any
Version data entries
10 entries across 10 versions & 1 rubygems