Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
sf::ManualControlDialog Class Referencefinal

The Dialog class represents a custom dialog window. More...

#include <ManualControlDialog.h>

Inheritance diagram for sf::ManualControlDialog:
Collaboration diagram for sf::ManualControlDialog:

Public Member Functions

 ManualControlDialog (QWidget *parent=nullptr)
 Constructor for the Dialog class.
 
 ~ManualControlDialog () override
 Destructor for the Dialog class.
 

Static Public Member Functions

static ManualControlDialoggetInstance ()
 Gets the created dialog instance when it exists. Functions also as a sentry for not allowing to create 2.
 

Detailed Description

The Dialog class represents a custom dialog window.

This dialog includes standard "Open", "Save", and "Cancel" buttons at the bottom, managed by a QDialogButtonBox for proper platform-specific layout and behavior.

Constructor & Destructor Documentation

◆ ManualControlDialog()

sf::ManualControlDialog::ManualControlDialog ( QWidget *  parent = nullptr)
explicit

Constructor for the Dialog class.

Parameters
parentThe parent widget of this dialog.

◆ ~ManualControlDialog()

sf::ManualControlDialog::~ManualControlDialog ( )
override

Destructor for the Dialog class.

Member Function Documentation

◆ getInstance()

static ManualControlDialog * sf::ManualControlDialog::getInstance ( )
static

Gets the created dialog instance when it exists. Functions also as a sentry for not allowing to create 2.


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