edited documentation

This commit is contained in:
arcan1s
2014-01-29 02:42:45 +04:00
parent b8e195de85
commit 34a2c5c090
82 changed files with 602 additions and 306 deletions

View File

@ -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"

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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>

View File

@ -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>

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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>

View File

@ -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