Open Simulator Terrain Editor BRIGADOON-0007
Edit Terrain Files for Open Simulator Regions
Loading...
Searching...
No Matches
MainWindow Class Reference

#include <mainwindow.h>

Inheritance diagram for MainWindow:
[legend]
Collaboration diagram for MainWindow:
[legend]

Public Member Functions

 MainWindow (QWidget *parent=nullptr)
 ~MainWindow ()

Private Attributes

Ui::MainWindow * ui

Detailed Description

Definition at line 12 of file mainwindow.h.

Constructor & Destructor Documentation

◆ MainWindow()

MainWindow::MainWindow ( QWidget * parent = nullptr)

Definition at line 4 of file mainwindow.cpp.

5 : QMainWindow(parent)
6 , ui(new Ui::MainWindow)
7{
8 ui->setupUi(this);
9}
Ui::MainWindow * ui
Definition mainwindow.h:21

References MainWindow(), and ui.

Referenced by MainWindow().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~MainWindow()

MainWindow::~MainWindow ( )

Definition at line 11 of file mainwindow.cpp.

12{
13 delete ui;
14}

References ui.

Field Documentation

◆ ui

Ui::MainWindow* MainWindow::ui
private

Definition at line 21 of file mainwindow.h.

Referenced by MainWindow(), and ~MainWindow().


The documentation for this class was generated from the following files: