ImageD  v2_7_5 (24.06.22)
ImageD is an image processing software designed for rapid prototyping and implementing algorithms and solutions for science, research and teaching.
D_MainWindow Class Reference

The D_MainWindow class The main window you see when ImageD starts. More...

#include <d_mainwindow.h>

Inheritance diagram for D_MainWindow:

Public Member Functions

 D_MainWindow (QWidget *parent=0)
 
 ~D_MainWindow ()
 
void Add_Step ()
 
void Add_Analysis ()
 
void resizeEvent (QResizeEvent *event)
 
void closeEvent (QCloseEvent *event)
 
void set_Position ()
 

Detailed Description

The D_MainWindow class The main window you see when ImageD starts.

Hosts the only D_Storage object. Functions as a master window from where other windows and moduls can be opened. Has access to all D_StepWindow s.

Constructor & Destructor Documentation

◆ D_MainWindow()

D_MainWindow::D_MainWindow ( QWidget *  parent = 0)
explicit

◆ ~D_MainWindow()

D_MainWindow::~D_MainWindow ( )

Member Function Documentation

◆ Add_Analysis()

void D_MainWindow::Add_Analysis ( )

◆ Add_Step()

void D_MainWindow::Add_Step ( )

◆ closeEvent()

void D_MainWindow::closeEvent ( QCloseEvent *  event)

◆ resizeEvent()

void D_MainWindow::resizeEvent ( QResizeEvent *  event)

◆ set_Position()

void D_MainWindow::set_Position ( )

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