SedSat3 1.1.6
Sediment Source Apportionment Tool - Advanced statistical methods for environmental pollution research
Loading...
Searching...
No Matches
interface.h File Reference
#include <string>
#include <QStringList>
#include <qjsonobject.h>
#include <qtablewidget.h>
#include "parameter.h"
Include dependency graph for interface.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  options
 Configuration options for data presentation and serialization. More...
 
class  Interface
 Abstract base class providing common serialization and visualization interface. More...
 

Enumerations

enum class  options_key { single_column_x }
 Configuration option identifiers for Interface-derived classes. More...
 

Enumeration Type Documentation

◆ options_key

enum class options_key
strong

Configuration option identifiers for Interface-derived classes.

Enumeration of available configuration options that can be set on Interface objects.

Enumerator
single_column_x 

Enable single-column mode for X-axis data representation.

Definition at line 18 of file interface.h.