Code Documentation 3.1
Social Network Visualizer
Loading...
Searching...
No Matches
mainwindow.h File Reference

Declares the MainWindow class, the primary interface for the SocNetV application. More...

#include <QMainWindow>
#include <QPrinter>
#include <QMessageBox>
#include <QStack>
#include <QThread>
#include <QNetworkReply>
#include <QtCharts/QChartGlobal>
#include "global.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.

Data Structures

class  MainWindow
 The base window of SocNetV contains all widgets and functionality. More...
 

Typedefs

typedef QHash< QString, int > H_StrToInt
 

Detailed Description

Declares the MainWindow class, the primary interface for the SocNetV application.

Documentation for the mainwindow file.

Author
Dimitris B. Kalamaras (http://dimitris.apeiro.gr)
See also
https://socnetv.org

Typedef Documentation

◆ H_StrToInt

typedef QHash<QString, int> H_StrToInt