|
HAL
v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|
#include </home/runner/work/hal/hal/plugins/gui/include/gui/content_manager/content_manager.h>

Public Attributes | |
| ContentWidget * | widget |
| int | index |
| ContentLayout::Position | anchorPos |
| bool | visible |
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.
| ContentLayout::Position hal::ContentWidgetPlacement::anchorPos |
Definition at line 78 of file content_manager.h.
Referenced by hal::SettingsManager::widgetPlacement().
| int hal::ContentWidgetPlacement::index |
Definition at line 77 of file content_manager.h.
Referenced by hal::ContentManager::handleOpenDocument(), and hal::SettingsManager::widgetPlacement().
| bool hal::ContentWidgetPlacement::visible |
Definition at line 79 of file content_manager.h.
Referenced by hal::SettingsManager::widgetPlacement().
| ContentWidget* hal::ContentWidgetPlacement::widget |
Definition at line 76 of file content_manager.h.
Referenced by hal::SettingsManager::widgetPlacement().