CAD Viewer
Public Member Functions | Private Attributes | List of all members
Help Class Reference

Help Dialog class. More...

#include "help.h"

Inheritance diagram for Help:
Inheritance graph
[legend]
Collaboration diagram for Help:
Collaboration graph
[legend]

Public Member Functions

 Help (QWidget *parent=nullptr)
 Constructor for the Help Dialog. More...
 
 ~Help ()
 Destructor for the Help Dialog. More...
 

Private Attributes

Ui::Help * ui
 Pointer to the UI. More...
 

Detailed Description

Help Dialog class.

This class is to produce a dialog that helps the user learn how to use the program

Date
2023-5-5
Author
K.Baskaran, E.Roongwarasopit, J.Moules, N.Srinivasan, G.Downingclass Help : public QDialog

Constructor & Destructor Documentation

◆ Help()

Help::Help ( QWidget *  parent = nullptr)
explicit

Constructor for the Help Dialog.

Parameters
parentis a pointer to the parent widget

this configures the dialog box.

◆ ~Help()

Help::~Help ( )

Destructor for the Help Dialog.

this deletes the dialog box.

Member Data Documentation

◆ ui

Ui::Help* Help::ui
private

Pointer to the UI.


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