HAL  v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
hal::ContentWidgetPlacement Struct Reference

#include </home/runner/work/hal/hal/plugins/gui/include/gui/content_manager/content_manager.h>

Collaboration diagram for hal::ContentWidgetPlacement:
Collaboration graph

Public Attributes

ContentWidgetwidget
 
int index
 
ContentLayout::Position anchorPos
 
bool visible
 

Detailed Description

Where a content widget is docked, i.e., the widget together with its anchor and its index within that anchor.

Definition at line 75 of file content_manager.h.

Member Data Documentation

◆ anchorPos

ContentLayout::Position hal::ContentWidgetPlacement::anchorPos

Definition at line 78 of file content_manager.h.

Referenced by hal::SettingsManager::widgetPlacement().

◆ index

int hal::ContentWidgetPlacement::index

◆ visible

bool hal::ContentWidgetPlacement::visible

Definition at line 79 of file content_manager.h.

Referenced by hal::SettingsManager::widgetPlacement().

◆ widget

ContentWidget* hal::ContentWidgetPlacement::widget

Definition at line 76 of file content_manager.h.

Referenced by hal::SettingsManager::widgetPlacement().


The documentation for this struct was generated from the following file: