Represents a widget that displays an icon for an operating system program.
More...
#include "OperatingSystemProgramIconWidget.h"
Represents a widget that displays an icon for an operating system program.
This class is an abstract class derived from UOperatingSystemIconWidget. It provides functionality for creating and accessing the parent program of the icon widget.
◆ UOperatingSystemProgramIconWidget()
UOperatingSystemProgramIconWidget::UOperatingSystemProgramIconWidget |
( |
| ) |
|
◆ CreateIconWidget()
Creates a widget for an operating system program icon.
This method creates a widget for representing an icon of an operating system program.
- Parameters
-
OwningProgram | A weak pointer to the owning program of the icon widget. |
- Returns
- The created widget for the program icon.
◆ GetParentProgram()
Retrieves the parent program of the icon widget.
The parent program represents the program associated with the icon widget. This method returns a pointer to the UOperatingSystemBaseProgram object that represents the parent program. If no parent program is associated with the icon widget, nullptr is returned.
- Returns
- A pointer to the parent program of the icon widget, or nullptr if no parent program is associated.
◆ ParentProgram
The documentation for this class was generated from the following files: