Chemical Data Processing Library C++ API - Version 1.1.1
Vis.hpp
Go to the documentation of this file.
1 /*
2  * Vis.hpp
3  *
4  * This file is part of the Chemical Data Processing Toolkit
5  *
6  * Copyright (C) 2003 Thomas Seidel <thomas.seidel@univie.ac.at>
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Lesser General Public
10  * License as published by the Free Software Foundation; either
11  * version 2 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16  * Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public License
19  * along with this library; see the file COPYING. If not, write to
20  * the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21  * Boston, MA 02111-1307, USA.
22  */
23 
29 #ifndef CDPL_VIS_HPP
30 #define CDPL_VIS_HPP
31 
32 #include "CDPL/Config.hpp"
43 #include "CDPL/Vis/DataFormat.hpp"
50 #include "CDPL/Vis/Alignment.hpp"
51 #include "CDPL/Vis/LayoutStyle.hpp"
53 #include "CDPL/Vis/ArrowStyle.hpp"
55 #include "CDPL/Vis/FontMetrics.hpp"
56 #include "CDPL/Vis/View2D.hpp"
57 #include "CDPL/Vis/Renderer2D.hpp"
60 #include "CDPL/Vis/Color.hpp"
61 #include "CDPL/Vis/Pen.hpp"
62 #include "CDPL/Vis/Brush.hpp"
63 #include "CDPL/Vis/Font.hpp"
64 #include "CDPL/Vis/Rectangle2D.hpp"
65 #include "CDPL/Vis/Line2D.hpp"
67 #include "CDPL/Vis/Path2D.hpp"
69 #include "CDPL/Vis/ColorTable.hpp"
81 
82 #ifdef HAVE_QT
83 # include "CDPL/Vis/QtRenderer2D.hpp"
86 #endif // HAVE_QT
87 
88 #ifdef HAVE_CAIRO
91 # include "CDPL/Vis/ImageWriter.hpp"
92 # include "CDPL/Vis/CairoPointer.hpp"
93 
94 # ifdef HAVE_CAIRO_PNG_SUPPORT
99 # endif // HAVE_CAIRO_PNG_SUPPORT
100 
101 # ifdef HAVE_CAIRO_PDF_SUPPORT
106 # endif // HAVE_CAIRO_PDF_SUPPORT
107 
108 # ifdef HAVE_CAIRO_PS_SUPPORT
113 # endif // HAVE_CAIRO_PS_SUPPORT
114 
115 # ifdef HAVE_CAIRO_SVG_SUPPORT
120 # endif // HAVE_CAIRO_SVG_SUPPORT
121 #endif // HAVE_CAIRO
122 #endif // CDPL_VIS_HPP
ReactionFunctions.hpp
Declaration of functions that operate on Chem::Reaction instances.
PSMolecularGraphWriter.hpp
Definition of the class CDPL::Vis::PSMolecularGraphWriter.
ClipPathPrimitive2D.hpp
Definition of the class CDPL::Vis::ClipPathPrimitive2D.
PathPrimitive2D.hpp
Definition of the class CDPL::Vis::PathPrimitive2D.
SizeSpecification.hpp
Definition of the class CDPL::Vis::SizeSpecification.
Path2D.hpp
Definition of the class CDPL::Vis::Path2D.
PDFReactionOutputHandler.hpp
Definition of the class CDPL::Vis::PDFReactionOutputHandler.
Font.hpp
Definition of the class CDPL::Vis::Font.
QtFontMetrics.hpp
Definition of the class CDPL::Vis::QtFontMetrics.
ControlParameter.hpp
Definition of constants in namespace CDPL::Vis::ControlParameter.
LayoutDirection.hpp
Definition of constants in namespace CDPL::Vis::LayoutDirection.
LineSegmentListPrimitive2D.hpp
Definition of the class CDPL::Vis::LineSegmentListPrimitive2D.
BondProperty.hpp
Definition of constants in namespace CDPL::Vis::BondProperty.
ReactionView2D.hpp
Definition of the class CDPL::Vis::ReactionView2D.
AtomPropertyDefault.hpp
Definition of constants in namespace CDPL::Chem::AtomPropertyDefault.
PointListPrimitive2D.hpp
Definition of the class CDPL::Vis::PointListPrimitive2D.
QtObjectFactory.hpp
Definition of the class CDPL::Vis::QtObjectFactory.
PDFMolecularGraphOutputHandler.hpp
Definition of the class CDPL::Vis::PDFMolecularGraphOutputHandler.
PolygonPrimitive2D.hpp
Definition of the class CDPL::Vis::PolygonPrimitive2D.
PointArray2D.hpp
Definition of the class CDPL::Vis::PointArray2D.
PSMolecularGraphOutputHandler.hpp
Definition of the class CDPL::Vis::PSMolecularGraphOutputHandler.
BondPropertyDefault.hpp
Definition of constants in namespace CDPL::Chem::BondPropertyDefault.
CairoRenderer2D.hpp
Definition of the class CDPL::Vis::CairoRenderer2D.
SizeAdjustment.hpp
Provides the contents of namespace CDPL::Vis::SizeAdjustment.
Path2DConverter.hpp
Definition of the class CDPL::Vis::Path2DConverter.
CairoFontMetrics.hpp
Definition of the class CDPL::Vis::CairoFontMetrics.
BondFunctions.hpp
Declaration of functions that operate on Chem::Bond instances.
ArrowStyle.hpp
Definition of constants in namespace CDPL::Vis::ArrowStyle.
Pen.hpp
Definition of the class CDPL::Vis::Pen.
FontMetrics.hpp
Definition of the class CDPL::Vis::FontMetrics.
DataFormat.hpp
Definition of constants in namespace CDPL::Vis::DataFormat.
ControlParameterFunctions.hpp
Declaration of convenience functions for control-parameter handling.
Config.hpp
Provides CDPKit build configuration information.
AtomFunctions.hpp
Declaration of functions that operate on Chem::Atom instances.
MolecularGraphPropertyDefault.hpp
Definition of constants in namespace CDPL::Vis::MolecularGraphPropertyDefault.
PNGMolecularGraphOutputHandler.hpp
Definition of the class CDPL::Vis::PNGMolecularGraphOutputHandler.
PolylinePrimitive2D.hpp
Definition of the class CDPL::Vis::PolylinePrimitive2D.
LinePrimitive2D.hpp
Definition of the class CDPL::Vis::LinePrimitive2D.
GraphicsPrimitive2D.hpp
Definition of the class CDPL::Vis::GraphicsPrimitive2D.
View2D.hpp
Definition of the class CDPL::Vis::View2D.
SVGReactionOutputHandler.hpp
Definition of the class CDPL::Vis::SVGReactionOutputHandler.
Alignment.hpp
Definition of constants in namespace CDPL::Vis::Alignment.
SVGMolecularGraphWriter.hpp
Definition of the class CDPL::Vis::SVGMolecularGraphWriter.
MolecularGraphProperty.hpp
Definition of constants in namespace CDPL::Vis::MolecularGraphProperty.
PNGReactionWriter.hpp
Definition of the class CDPL::Vis::PNGReactionWriter.
AtomProperty.hpp
Definition of constants in namespace CDPL::Vis::AtomProperty.
Renderer2D.hpp
Definition of the class CDPL::Vis::Renderer2D.
SVGReactionWriter.hpp
Definition of the class CDPL::Vis::SVGReactionWriter.
ReactionProperty.hpp
Definition of constants in namespace CDPL::Vis::ReactionProperty.
EllipsePrimitive2D.hpp
Definition of the class CDPL::Vis::EllipsePrimitive2D.
AtomColorTable.hpp
Provides the contents of namespace CDPL::Vis::AtomColorTable.
PNGReactionOutputHandler.hpp
Definition of the class CDPL::Vis::PNGReactionOutputHandler.
QtRenderer2D.hpp
Definition of the class CDPL::Vis::QtRenderer2D.
Rectangle2D.hpp
Definition of the class CDPL::Vis::Rectangle2D.
Line2D.hpp
Definition of the class CDPL::Vis::Line2D.
ImageWriter.hpp
LayoutStyle.hpp
Definition of constants in namespace CDPL::Vis::LayoutStyle.
Brush.hpp
Definition of the class CDPL::Vis::Brush.
StructureView2D.hpp
Definition of the class CDPL::Vis::StructureView2D.
PDFReactionWriter.hpp
Definition of the class CDPL::Vis::PDFReactionWriter.
Color.hpp
Definition of the class CDPL::Vis::Color.
ControlParameterDefault.hpp
Definition of constants in namespace CDPL::Vis::ControlParameterDefault.
PSReactionWriter.hpp
Definition of the class CDPL::Vis::PSReactionWriter.
PNGMolecularGraphWriter.hpp
Definition of the class CDPL::Vis::PNGMolecularGraphWriter.
CairoPointer.hpp
Definition of the class CDPL::Vis::CairoPointer.
ColorTable.hpp
Definition of the type CDPL::Vis::ColorTable.
MolecularGraphFunctions.hpp
Declaration of functions that operate on Chem::MolecularGraph instances.
PSReactionOutputHandler.hpp
Definition of the class CDPL::Vis::PSReactionOutputHandler.
PDFMolecularGraphWriter.hpp
Definition of the class CDPL::Vis::PDFMolecularGraphWriter.
SVGMolecularGraphOutputHandler.hpp
Definition of the class CDPL::Vis::SVGMolecularGraphOutputHandler.
ReactionPropertyDefault.hpp
Definition of constants in namespace CDPL::Chem::ReactionPropertyDefault.
TextLabelPrimitive2D.hpp
Definition of the class CDPL::Vis::TextLabelPrimitive2D.