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

Detailed Description

DtVreAboutItem overrides the standard VR-Vantage about item to customize the version label in the about box. It changes the label from "Version:" to "Built on:" to better reflect that VR-Engage is built on top of the VR-Vantage platform.

This class is used in the Help menu to display information about the VR-Engage application, including version, build date, and copyright information.

#include <helpMenuItems.h>

Inheritance diagram for DtVreAboutItem:
[legend]

Public Member Functions

 DtVreAboutItem (makVrv::DtDe &de)
 
virtual ~DtVreAboutItem () override
 

Protected Member Functions

virtual void on_triggered () override
 

Constructor & Destructor Documentation

◆ DtVreAboutItem()

DtVreAboutItem::DtVreAboutItem ( makVrv::DtDe & de)

Constructor.

Parameters
deReference to the display engine

Creates a new about item associated with the specified display engine.

References de().

◆ ~DtVreAboutItem()

virtual DtVreAboutItem::~DtVreAboutItem ( )
overridevirtual

Virtual destructor.

Ensures proper cleanup of derived about item classes.

Member Function Documentation

◆ on_triggered()

virtual void DtVreAboutItem::on_triggered ( )
overrideprotectedvirtual

Handles activation of the about menu item.

Override to change text from "Version: " to "Built on: " This makes more sense given that we're building VR-Engage on top of VR-Vantage. Called when the user selects the About item from the Help menu.


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