mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-22 10:09:58 +00:00
edited documentation
This commit is contained in:
@ -6,6 +6,14 @@
|
||||
* this stuff is worth it, you can buy me a beer in return
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
/**
|
||||
* @file aboutwindow.cpp
|
||||
* Source code of mathmech
|
||||
* @author Evgeniy Alekseev (arcanis)
|
||||
* @copyright Beerware
|
||||
* @bug No known bugs
|
||||
*/
|
||||
|
||||
#include <QKeyEvent>
|
||||
|
||||
#include "aboutwindow.h"
|
||||
|
@ -6,6 +6,14 @@
|
||||
* this stuff is worth it, you can buy me a beer in return
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
/**
|
||||
* @file aboutwindow.h
|
||||
* Header of mathmech
|
||||
* @author Evgeniy Alekseev (arcanis)
|
||||
* @copyright Beerware
|
||||
* @bug No known bugs
|
||||
*/
|
||||
|
||||
#ifndef ABOUTWINDOW_H
|
||||
#define ABOUTWINDOW_H
|
||||
|
||||
|
@ -6,6 +6,14 @@
|
||||
* this stuff is worth it, you can buy me a beer in return
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
/**
|
||||
* @file agglwindow.cpp
|
||||
* Source code of mathmech
|
||||
* @author Evgeniy Alekseev (arcanis)
|
||||
* @copyright Beerware
|
||||
* @bug No known bugs
|
||||
*/
|
||||
|
||||
#include <QDir>
|
||||
#include <QFileDialog>
|
||||
#include <QKeyEvent>
|
||||
|
@ -6,6 +6,14 @@
|
||||
* this stuff is worth it, you can buy me a beer in return
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
/**
|
||||
* @file agglwindow.h
|
||||
* Header of mathmech
|
||||
* @author Evgeniy Alekseev (arcanis)
|
||||
* @copyright Beerware
|
||||
* @bug No known bugs
|
||||
*/
|
||||
|
||||
#ifndef AGGLWINDOW_H
|
||||
#define AGGLWINDOW_H
|
||||
|
||||
|
@ -6,6 +6,14 @@
|
||||
* this stuff is worth it, you can buy me a beer in return
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
/**
|
||||
* @file aglallwindow.cpp
|
||||
* Source code of mathmech
|
||||
* @author Evgeniy Alekseev (arcanis)
|
||||
* @copyright Beerware
|
||||
* @bug No known bugs
|
||||
*/
|
||||
|
||||
#include <QDir>
|
||||
#include <QFileDialog>
|
||||
#include <QKeyEvent>
|
||||
|
@ -6,6 +6,14 @@
|
||||
* this stuff is worth it, you can buy me a beer in return
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
/**
|
||||
* @file aglallwindow.h
|
||||
* Header of mathmech
|
||||
* @author Evgeniy Alekseev (arcanis)
|
||||
* @copyright Beerware
|
||||
* @bug No known bugs
|
||||
*/
|
||||
|
||||
#ifndef AGLALLWINDOW_H
|
||||
#define AGLALLWINDOW_H
|
||||
|
||||
|
@ -6,6 +6,14 @@
|
||||
* this stuff is worth it, you can buy me a beer in return
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
/**
|
||||
* @file atomtypeswindow.cpp
|
||||
* Source code of mathmech
|
||||
* @author Evgeniy Alekseev (arcanis)
|
||||
* @copyright Beerware
|
||||
* @bug No known bugs
|
||||
*/
|
||||
|
||||
#include <QDir>
|
||||
#include <QFileDialog>
|
||||
#include <QKeyEvent>
|
||||
|
@ -6,6 +6,14 @@
|
||||
* this stuff is worth it, you can buy me a beer in return
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
/**
|
||||
* @file atomtypeswindow.h
|
||||
* Header of mathmech
|
||||
* @author Evgeniy Alekseev (arcanis)
|
||||
* @copyright Beerware
|
||||
* @bug No known bugs
|
||||
*/
|
||||
|
||||
#ifndef ATOMTYPESWINDOW_H
|
||||
#define ATOMTYPESWINDOW_H
|
||||
|
||||
|
@ -6,6 +6,14 @@
|
||||
* this stuff is worth it, you can buy me a beer in return
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
/**
|
||||
* @file clear_items.cpp
|
||||
* Source code of mathmech
|
||||
* @author Evgeniy Alekseev (arcanis)
|
||||
* @copyright Beerware
|
||||
* @bug No known bugs
|
||||
*/
|
||||
|
||||
#include "clear_items.h"
|
||||
|
||||
#include "mainwindow.h"
|
||||
|
@ -6,6 +6,14 @@
|
||||
* this stuff is worth it, you can buy me a beer in return
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
/**
|
||||
* @file clear_items.h
|
||||
* Header of mathmech
|
||||
* @author Evgeniy Alekseev (arcanis)
|
||||
* @copyright Beerware
|
||||
* @bug No known bugs
|
||||
*/
|
||||
|
||||
#ifndef CLEAR_ITEMS_H
|
||||
#define CLEAR_ITEMS_H
|
||||
|
||||
|
@ -6,6 +6,14 @@
|
||||
* this stuff is worth it, you can buy me a beer in return
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
/**
|
||||
* @file errorwindow.cpp
|
||||
* Source code of mathmech
|
||||
* @author Evgeniy Alekseev (arcanis)
|
||||
* @copyright Beerware
|
||||
* @bug No known bugs
|
||||
*/
|
||||
|
||||
#include "errorwindow.h"
|
||||
#include "ui_errorwindow.h"
|
||||
|
||||
|
@ -6,6 +6,14 @@
|
||||
* this stuff is worth it, you can buy me a beer in return
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
/**
|
||||
* @file errorwindow.h
|
||||
* Header of mathmech
|
||||
* @author Evgeniy Alekseev (arcanis)
|
||||
* @copyright Beerware
|
||||
* @bug No known bugs
|
||||
*/
|
||||
|
||||
#ifndef ERRORWINDOW_H
|
||||
#define ERRORWINDOW_H
|
||||
|
||||
|
@ -6,6 +6,14 @@
|
||||
* this stuff is worth it, you can buy me a beer in return
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
/**
|
||||
* @file helpwindow.cpp
|
||||
* Source code of mathmech
|
||||
* @author Evgeniy Alekseev (arcanis)
|
||||
* @copyright Beerware
|
||||
* @bug No known bugs
|
||||
*/
|
||||
|
||||
#include <QDir>
|
||||
#include <QFileDialog>
|
||||
#include <QKeyEvent>
|
||||
|
@ -6,6 +6,14 @@
|
||||
* this stuff is worth it, you can buy me a beer in return
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
/**
|
||||
* @file helpwindow.h
|
||||
* Header of mathmech
|
||||
* @author Evgeniy Alekseev (arcanis)
|
||||
* @copyright Beerware
|
||||
* @bug No known bugs
|
||||
*/
|
||||
|
||||
#ifndef HELPWINDOW_H
|
||||
#define HELPWINDOW_H
|
||||
|
||||
|
@ -6,6 +6,14 @@
|
||||
* this stuff is worth it, you can buy me a beer in return
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
/**
|
||||
* @file main.cpp
|
||||
* Source code of mathmech
|
||||
* @author Evgeniy Alekseev (arcanis)
|
||||
* @copyright Beerware
|
||||
* @bug No known bugs
|
||||
*/
|
||||
|
||||
#include "mainwindow.h"
|
||||
#include <QApplication>
|
||||
#include <QDir>
|
||||
|
@ -6,6 +6,14 @@
|
||||
* this stuff is worth it, you can buy me a beer in return
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
/**
|
||||
* @file mainwindow.cpp
|
||||
* Source code of mathmech
|
||||
* @author Evgeniy Alekseev (arcanis)
|
||||
* @copyright Beerware
|
||||
* @bug No known bugs
|
||||
*/
|
||||
|
||||
#include <QFileDialog>
|
||||
#include <QDir>
|
||||
|
||||
|
@ -6,6 +6,14 @@
|
||||
* this stuff is worth it, you can buy me a beer in return
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
/**
|
||||
* @file mainwindow.h
|
||||
* Header of mathmech
|
||||
* @author Evgeniy Alekseev (arcanis)
|
||||
* @copyright Beerware
|
||||
* @bug No known bugs
|
||||
*/
|
||||
|
||||
#ifndef MAINWINDOW_H
|
||||
#define MAINWINDOW_H
|
||||
|
||||
|
@ -6,6 +6,14 @@
|
||||
* this stuff is worth it, you can buy me a beer in return
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
/**
|
||||
* @file settingswindow.cpp
|
||||
* Source code of mathmech
|
||||
* @author Evgeniy Alekseev (arcanis)
|
||||
* @copyright Beerware
|
||||
* @bug No known bugs
|
||||
*/
|
||||
|
||||
#include <QApplication>
|
||||
#include <QDir>
|
||||
#include <QKeyEvent>
|
||||
|
@ -6,6 +6,14 @@
|
||||
* this stuff is worth it, you can buy me a beer in return
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
/**
|
||||
* @file settingswindow.h
|
||||
* Header of mathmech
|
||||
* @author Evgeniy Alekseev (arcanis)
|
||||
* @copyright Beerware
|
||||
* @bug No known bugs
|
||||
*/
|
||||
|
||||
#ifndef SETTINGSWINDOW_H
|
||||
#define SETTINGSWINDOW_H
|
||||
|
||||
|
@ -6,6 +6,14 @@
|
||||
* this stuff is worth it, you can buy me a beer in return
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
/**
|
||||
* @file start_events.cpp
|
||||
* Source code of mathmech
|
||||
* @author Evgeniy Alekseev (arcanis)
|
||||
* @copyright Beerware
|
||||
* @bug No known bugs
|
||||
*/
|
||||
|
||||
#include <QDir>
|
||||
#include <math.h>
|
||||
|
||||
|
@ -6,6 +6,14 @@
|
||||
* this stuff is worth it, you can buy me a beer in return
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
/**
|
||||
* @file start_events.h
|
||||
* Header of mathmech
|
||||
* @author Evgeniy Alekseev (arcanis)
|
||||
* @copyright Beerware
|
||||
* @bug No known bugs
|
||||
*/
|
||||
|
||||
#ifndef START_EVENTS_H
|
||||
#define START_EVENTS_H
|
||||
|
||||
|
@ -6,6 +6,14 @@
|
||||
* this stuff is worth it, you can buy me a beer in return
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
/**
|
||||
* @file statgengraphwindow.cpp
|
||||
* Source code of mathmech
|
||||
* @author Evgeniy Alekseev (arcanis)
|
||||
* @copyright Beerware
|
||||
* @bug No known bugs
|
||||
*/
|
||||
|
||||
#include <QDir>
|
||||
#include <QFileDialog>
|
||||
#include <QKeyEvent>
|
||||
|
@ -6,6 +6,14 @@
|
||||
* this stuff is worth it, you can buy me a beer in return
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
/**
|
||||
* @file statgengraphwindow.h
|
||||
* Header of mathmech
|
||||
* @author Evgeniy Alekseev (arcanis)
|
||||
* @copyright Beerware
|
||||
* @bug No known bugs
|
||||
*/
|
||||
|
||||
#ifndef STATGENGRAPHWINDOW_H
|
||||
#define STATGENGRAPHWINDOW_H
|
||||
|
||||
|
@ -6,6 +6,14 @@
|
||||
* this stuff is worth it, you can buy me a beer in return
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
/**
|
||||
* @file update_fields.cpp
|
||||
* Source code of mathmech
|
||||
* @author Evgeniy Alekseev (arcanis)
|
||||
* @copyright Beerware
|
||||
* @bug No known bugs
|
||||
*/
|
||||
|
||||
#include <QDir>
|
||||
#include <math.h>
|
||||
|
||||
|
@ -6,6 +6,14 @@
|
||||
* this stuff is worth it, you can buy me a beer in return
|
||||
* ----------------------------------------------------------------------------
|
||||
*/
|
||||
/**
|
||||
* @file update_fields.h
|
||||
* Header of mathmech
|
||||
* @author Evgeniy Alekseev (arcanis)
|
||||
* @copyright Beerware
|
||||
* @bug No known bugs
|
||||
*/
|
||||
|
||||
#ifndef UPDATE_FIELDS_H
|
||||
#define UPDATE_FIELDS_H
|
||||
|
||||
|
Reference in New Issue
Block a user