|
VR-Engage
2.2
|
DtVreFirstExperienceMenuItem provides a menu item for accessing the "First Experience" guide for VR-Engage. When triggered, it opens the first experience guide document in the default web browser, providing new users with a step-by-step introduction to the basic features and workflow of the application.
#include <helpMenuItems.h>
Public Member Functions | |
| DtVreFirstExperienceMenuItem (makVrv::DtDe &de) | |
| virtual | ~DtVreFirstExperienceMenuItem () override |
| virtual QAction * | createAction (makVrv::DtDe &, QWidget *parent) override |
| DtVreFirstExperienceMenuItem::DtVreFirstExperienceMenuItem | ( | makVrv::DtDe & | de | ) |
Constructor.
| de | Reference to the display engine |
Creates a new first experience guide menu item associated with the specified display engine.
References de().
|
overridevirtual |
Virtual destructor.
Ensures proper cleanup of resources.
|
overridevirtual |
Creates an action for this menu item.
| de | Reference to the display engine |
| parent | Parent widget that will own the 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.