|
Locus No Pilotus
Project of four first grade MIPT DAFE/RSE students (for engineering practical work in the second semester) in Qt C++
|
#include <QMainWindow>#include "./ui_mainwindow.h"#include "add_objects_forms/_forms.h"#include "data_tools/_tools.h"#include "gui_json_file/gui_json_file.h"

Go to the source code of this file.
Classes | |
| class | MainWindow |
Namespaces | |
| namespace | Ui |
Enumerations | |
| enum class | CursorType { TargetCursor , TrCircleCursor , TrLineCursor , HillCursor , DefaultCursor } |
| enum class | WhatObjectAddition { Nothing , Target , TrCircle , TrLine , Hill } |
Variables | |
| constexpr double | max_scale = lib::max_coord / 2 |
| constexpr double | min_scale = 10e-4 |
|
strong |
| Enumerator | |
|---|---|
| TargetCursor | |
| TrCircleCursor | |
| TrLineCursor | |
| HillCursor | |
| DefaultCursor | |
|
strong |
|
constexpr |
|
constexpr |