Functions | Variables
main.cpp File Reference
#include "mainwindow.h"
#include <iostream>
#include <QApplication>
#include <QSplashScreen>
#include <QThread>
#include <QCommandLineParser>
#include <QDesktopWidget>
#include <QFontDatabase>
#include <QSettings>
#include <QPushButton>
#include <QNetworkAccessManager>
#include <QNetworkReply>
#include <QJsonDocument>
#include <QDir>
#include <QDialog>
#include <QUuid>
#include <QDesktopServices>
#include "PlotJuggler/transform_function.h"
#include "transforms/first_derivative.h"
#include "transforms/samples_count.h"
#include "transforms/scale_transform.h"
#include "transforms/moving_average_filter.h"
#include "transforms/moving_variance.h"
#include "transforms/moving_rms.h"
#include "transforms/outlier_removal.h"
#include "transforms/integral_transform.h"
#include "transforms/absolute_transform.h"
#include "new_release_dialog.h"
#include "ui_changelog_dialog.h"
Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

QPixmap getFunnySplashscreen ()
 
int GetVersionNumber (QString str)
 
int main (int argc, char *argv[])
 
std::vector< std::string > MergeArguments (const std::vector< std::string > &args)
 
void OpenNewReleaseDialog (QNetworkReply *reply)
 
void ShowChangelogDialog ()
 

Variables

static QString VERSION_STRING
 

Function Documentation

◆ getFunnySplashscreen()

QPixmap getFunnySplashscreen ( )

Definition at line 110 of file main.cpp.

◆ GetVersionNumber()

int GetVersionNumber ( QString  str)
inline

Definition at line 49 of file main.cpp.

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 194 of file main.cpp.

◆ MergeArguments()

std::vector<std::string> MergeArguments ( const std::vector< std::string > &  args)

Definition at line 158 of file main.cpp.

◆ OpenNewReleaseDialog()

void OpenNewReleaseDialog ( QNetworkReply *  reply)

Definition at line 82 of file main.cpp.

◆ ShowChangelogDialog()

void ShowChangelogDialog ( )

Definition at line 62 of file main.cpp.

Variable Documentation

◆ VERSION_STRING

QString VERSION_STRING
static
Initial value:
=
QString("%1.%2.%3").arg(PJ_MAJOR_VERSION).arg(PJ_MINOR_VERSION).arg(PJ_PATCH_VERSION)

Definition at line 46 of file main.cpp.



plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:28