void |
AdjustTimeline ( TSharedPtr< FVisualizerEvent > InEv... ) |
Adjusts timeline to match the selected event's start and duration |
bool |
CheckViewMode ( EVisualizerViewMode::Type InMode ) |
Given a view mode checks if it's the currently selected one |
void |
ClearBarSelection ( TSharedPtr< FVisualizerEvent > Grap..., TSharedPtr< FVisualizerEvent > Sele... ) |
Recursively clears selection on all bar graphs |
void |
Construct ( const FArguments& InArgs ) |
Construct the widget |
void |
CreateDataView () |
Creates filtered data |
void |
CreateFlattenedData ( TSharedPtr< FVisualizerEvent > InDa..., TArray< TSharedPtr< FVisualizerEven... ) |
Creates flattened data view |
FReply |
ExpandBar ( TSharedPtr< FVisualizerEvent > BarG... ) |
Called when the user clicked bar graph's expand button |
TSharedPtr< ... |
FindSelectedEventsParent ( TArray< TSharedPtr< FVisualizerEven..., TSharedPtr< FVisualizerEvent > Sele... ) |
|
EVisibility |
GetHomeButtonVisibility () |
Checks if home button should be visible |
float |
GetMaxGraphOffset () |
Gets the maximum graph offset value for the graph bars |
float |
GetMaxScrollOffsetFraction () |
Gets the maximum scroll offset fraction value for the horizontal scrollbar |
FText |
GetSelectedCategoryName () |
Gets the currently displayed hierarchy node name |
EVisibility |
GetToParentButtonVisibility () |
Checks if 'to parent' button should be visible |
float |
GetZoom () |
Gets the actual zoom level for the graph bars |
FText |
GetZoomLabel () |
Constructs the zoom label string based on the current zoom level value. |
float |
GetZoomValue () |
Callback used to get the current zoom slider value. |
void |
HandleEventSelectionChanged ( TSharedPtr< FVisualizerEvent > Sele... ) |
Handles selection change in the events tree |
bool |
IsExpandable ( TSharedPtr< FVisualizerEvent > InEv... ) |
Checks if the selected event has children with children |
void |
OnBarEventSelectionChanged ( TSharedPtr< FVisualizerEvent > Sele..., ESelectInfo::Type SelectInfo, int32 BarId ) |
Function called when the user selects an event bar in the graph |
void |
OnBarGeometryChanged ( FGeometry Geometry ) |
Called when bar graph geometry (size) changes |
void |
OnBarGraphSelectionChanged ( TSharedPtr< FVisualizerEvent > Sele..., ESelectInfo::Type SelectInfo ) |
Function called when the currently selected bar graph changes |
FReply |
OnBarRightClicked ( const FGeometry& BarGeometry, const FPointerEvent& MouseEvent, TSharedPtr< FVisualizerEvent > Sele... ) |
Forwards right-click event to the visualizer main frame |
TSharedRef< ... |
OnGenerateWidgetForList ( TSharedPtr< FVisualizerEvent > InIt..., const TSharedRef< STableViewBase > ... ) |
Generates SGraphBar widget for the threads list |
void |
OnGetChildrenForList ( TSharedPtr< FVisualizerEvent > InIt..., TArray< TSharedPtr< FVisualizerEven... ) |
Generates children for the specified tree view item |
FReply |
OnHomeClicked () |
Handles clickong on 'Home' button |
void |
OnSetZoomValue ( float NewValue ) |
Callback used to handle zoom slider |
FReply |
OnToParentClicked () |
Handles clicking on 'Back to parent' button |
void |
ScrollBar_OnUserScrolled ( float InScrollOffsetFraction ) |
Callback for scrolling the horizontal scrollbar |
void |
SetViewMode ( EVisualizerViewMode::Type InMode ) |
Sets the current view mode |