SedSat3 1.1.6
Sediment Source Apportionment Tool - Advanced statistical methods for environmental pollution research
Loading...
Searching...
No Matches
mainwindow.h File Reference
#include <QMainWindow>
#include <memory>
#include <string>
#include <map>
#include <QStandardItemModel>
#include <QStandardItem>
#include "sourcesinkdata.h"
#include <QJsonDocument>
#include "generalplotter.h"
#include "formelementinformation.h"
#include "conductor.h"
Include dependency graph for mainwindow.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MainWindow
 Main application window for SedSAT3 source apportionment analysis. More...
 

Namespaces

namespace  Ui
 

Enumerations

enum  ItemDataRoles { elementRole = Qt::ItemDataRole::UserRole + 1 , groupRole = Qt::ItemDataRole::UserRole + 2 , sampleRole = Qt::ItemDataRole::UserRole + 3 }
 

Functions

QString localAppFolderAddress ()
 Returns the local application folder address.
 

Enumeration Type Documentation

◆ ItemDataRoles

Enumerator
elementRole 
groupRole 
sampleRole 

Definition at line 21 of file mainwindow.h.

Function Documentation

◆ localAppFolderAddress()

QString localAppFolderAddress ( )

Returns the local application folder address.

Returns
Path to local application data folder

Definition at line 1484 of file mainwindow.cpp.