Navigation
API > API/Plugins > API/Plugins/DMXEditor > API/Plugins/DMXEditor/Widgets > API/Plugins/DMXEditor/Widgets/SDMXReadOnlyFixturePatchList
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SDMXReadOnlyFixturePatchList::FArguments
References
| Module | DMXEditor |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Public/Widgets/SDMXReadOnlyFixturePatchList.h |
| Include | #include "Widgets/SDMXReadOnlyFixturePatchList.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SDMXReadOnlyFixturePatchList >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | DMXLibrary
(
UDMXLibrary* InArg |
The displayed DMX Library | |
| WidgetArgsType & | ExcludedFixturePatches
(
TArray< FDMXEntityFixturePatchRef > InArg |
Fixture patches not displayed in the list | |
| WidgetArgsType & | IsRowEnabled
(
const FDMXFixturePatchListRowRetValDelegate& InDelegate |
Called to get the enable state of each row of the list | |
| WidgetArgsType & | IsRowVisibile
(
const FDMXFixturePatchListRowRetValDelegate& InDelegate |
Called to get the visibility state of each row of the list | |
| WidgetArgsType & | |||
| WidgetArgsType & | OnContextMenuOpening
(
const FOnContextMenuOpening& InDelegate |
Called when a row of the list is right clicked | |
| WidgetArgsType & | OnRowClicked
(
const FDMXFixturePatchListRowDelegate& InDelegate |
Called when a row is clicked | |
| WidgetArgsType & | OnRowDoubleClicked
(
const FDMXFixturePatchListRowDelegate& InDelegate |
Called when a row is double clicked | |
| WidgetArgsType & | OnRowDragDetected
(
const FOnDragDetected& InDelegate |
Delegate executed when a row was dragged | |
| WidgetArgsType & | OnRowSelectionChanged
(
const FDMXFixturePatchListRowSelectionDelegate& InDelegate |
Called when row selection has changed |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |