|
VR-Engage
2.2
|
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>
Public Member Functions | |
| DtVreAboutItem (makVrv::DtDe &de) | |
| virtual | ~DtVreAboutItem () override |
Protected Member Functions | |
| virtual void | on_triggered () override |
| DtVreAboutItem::DtVreAboutItem | ( | makVrv::DtDe & | de | ) |
Constructor.
| de | Reference to the display engine |
Creates a new about item associated with the specified display engine.
References de().
|
overridevirtual |
Virtual destructor.
Ensures proper cleanup of derived about item classes.
|
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.