• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeedu API Reference
  • KDE Home
  • Contact Us
 

Analitza

  • sources
  • kde-4.12
  • kdeedu
  • analitza
  • analitzaplot
plottingenums.h
Go to the documentation of this file.
1 /*************************************************************************************
2  * Copyright (C) 2007-2009 by Aleix Pol <aleixpol@kde.org> *
3  * Copyright (C) 2010-2012 by Percy Camilo T. Aucahuasi <percy.camilo.ta@gmail.com> *
4  * *
5  * This program is free software; you can redistribute it and/or *
6  * modify it under the terms of the GNU General Public License *
7  * as published by the Free Software Foundation; either version 2 *
8  * of the License, or (at your option) any later version. *
9  * *
10  * This program is distributed in the hope that it will be useful, *
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
13  * GNU General Public License for more details. *
14  * *
15  * You should have received a copy of the GNU General Public License *
16  * along with this program; if not, write to the Free Software *
17  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA *
18  *************************************************************************************/
19 
20 #ifndef PLOTTINGENUMS_H
21 #define PLOTTINGENUMS_H
22 
23 #include <QFlags>
24 
25 namespace Analitza {
26 
27 enum Dimension {
28  Dim1D = 1,
29  Dim2D = 2,
30  Dim3D = 4,
31  DimAll = Dim1D | Dim2D | Dim3D
32 };
33 Q_DECLARE_FLAGS(Dimensions, Dimension)
34 
35 enum CoordinateSystem {
36  Cartesian = 1,
37  Polar,
38  Cylindrical,
39  Spherical
40 };
41 
42 enum CartesianAxis {
43  XAxis = 1,
44  YAxis,
45  ZAxis,
46  InvalidAxis // used for query/select between some axis
47 };
48 
49 enum PlotStyle {
50  Dots = 1,
51  Wired,
52  Solid
53 };
54 
55 enum PlottingFocusPolicy
56 {
57  Current,
58  All
59 };
60 
61 }
62 
63 #endif
Analitza::XAxis
Definition: plottingenums.h:43
Analitza::Current
Definition: plottingenums.h:57
Analitza::PlotStyle
PlotStyle
Definition: plottingenums.h:49
Analitza::Wired
Definition: plottingenums.h:51
Analitza::Dim3D
Definition: plottingenums.h:30
Analitza::All
Definition: plottingenums.h:58
Analitza::PlottingFocusPolicy
PlottingFocusPolicy
Definition: plottingenums.h:55
Analitza::InvalidAxis
Definition: plottingenums.h:46
Analitza::YAxis
Definition: plottingenums.h:44
Analitza::Spherical
Definition: plottingenums.h:39
Analitza::Polar
Definition: plottingenums.h:37
Analitza::Dim1D
Definition: plottingenums.h:28
Analitza::Dimension
Dimension
Definition: plottingenums.h:27
Analitza::Solid
Definition: plottingenums.h:52
Analitza::CoordinateSystem
CoordinateSystem
Definition: plottingenums.h:35
Analitza::Cartesian
Definition: plottingenums.h:36
Analitza::Dots
Definition: plottingenums.h:50
Analitza::CartesianAxis
CartesianAxis
Definition: plottingenums.h:42
Analitza::Dim2D
Definition: plottingenums.h:29
Analitza::Cylindrical
Definition: plottingenums.h:38
Analitza::ZAxis
Definition: plottingenums.h:45
Analitza::DimAll
Definition: plottingenums.h:31
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:35:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

Analitza

Skip menu "Analitza"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Modules
  • Related Pages

kdeedu API Reference

Skip menu "kdeedu API Reference"
  • Analitza
  •     lib
  • kalgebra
  • kalzium
  •   libscience
  • kanagram
  • kig
  •   lib
  • klettres
  • kstars
  • libkdeedu
  •   keduvocdocument
  • marble
  • parley
  • rocs
  •   App
  •   RocsCore
  •   VisualEditor
  •   stepcore

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal