VR-Engage  2.2
Loading...
Searching...
No Matches
DtVreReleaseNotesMenuItem Class Reference

Detailed Description

DtVreReleaseNotesMenuItem provides a menu item for accessing the VR-Engage release notes. When triggered, it opens the release notes document in the default web browser, providing information about new features, bug fixes, and other changes in the current version of the application.

#include <helpMenuItems.h>

Inheritance diagram for DtVreReleaseNotesMenuItem:
[legend]

Public Member Functions

 DtVreReleaseNotesMenuItem (makVrv::DtDe &de)
 
virtual ~DtVreReleaseNotesMenuItem () override
 
virtual QAction * createAction (makVrv::DtDe &, QWidget *parent) override
 

Constructor & Destructor Documentation

◆ DtVreReleaseNotesMenuItem()

DtVreReleaseNotesMenuItem::DtVreReleaseNotesMenuItem ( makVrv::DtDe & de)

Constructor.

Parameters
deReference to the display engine

Creates a new release notes menu item associated with the specified display engine.

References de().

◆ ~DtVreReleaseNotesMenuItem()

virtual DtVreReleaseNotesMenuItem::~DtVreReleaseNotesMenuItem ( )
overridevirtual

Virtual destructor.

Ensures proper cleanup of resources.

Member Function Documentation

◆ createAction()

virtual QAction * DtVreReleaseNotesMenuItem::createAction ( makVrv::DtDe & ,
QWidget * parent )
overridevirtual

Creates an action for this menu item.

Parameters
deReference to the display engine
parentParent widget that will own the action
Returns
Pointer to the created action

Builds and returns a QAction that represents this menu item in the UI. The action includes the appropriate icon, text, and connection to the menu item's functionality.


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