SedSat3 1.1.6
Sediment Source Apportionment Tool - Advanced statistical methods for environmental pollution research
Loading...
Searching...
No Matches
generalplotter.h File Reference
#include <QPoint>
#include "qcustomplot.h"
#include "TimeSeriesSet.h"
#include "vector"
Include dependency graph for generalplotter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GeneralPlotter
 

Enumerations

enum class  AxisScale { normal , log }
 
enum class  Axis { x , y }
 

Functions

QVector< QCPScatterStyle::ScatterShape > Make_Shapes ()
 
template<class T >
static QVector< T > QVectorfromStdVector (const std::vector< T > &vector)
 
template<class T >
static QList< T > QListfromStdVector (const std::vector< T > &vector)
 
template<class T >
static QVector< T > fromStdVector (const std::vector< T > &vector)
 

Enumeration Type Documentation

◆ Axis

enum class Axis
strong
Enumerator

Definition at line 17 of file generalplotter.h.

◆ AxisScale

enum class AxisScale
strong
Enumerator
normal 
log 

Definition at line 16 of file generalplotter.h.

Function Documentation

◆ fromStdVector()

template<class T >
static QVector< T > fromStdVector ( const std::vector< T > &  vector)
inlinestatic

◆ Make_Shapes()

QVector< QCPScatterStyle::ScatterShape > Make_Shapes ( )

Definition at line 345 of file generalplotter.cpp.

◆ QListfromStdVector()

template<class T >
static QList< T > QListfromStdVector ( const std::vector< T > &  vector)
inlinestatic

Definition at line 70 of file generalplotter.h.

References vector.

◆ QVectorfromStdVector()

template<class T >
static QVector< T > QVectorfromStdVector ( const std::vector< T > &  vector)
inlinestatic

Definition at line 64 of file generalplotter.h.

References vector.