|
HAL
v4.5.0-124-g47ab54673
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|
#include <hal_core/plugin_system/user_feedback.h>

Public Member Functions | |
| LayoutLocker () | |
| ~LayoutLocker () | |
| LayoutLocker (const LayoutLocker &)=delete | |
| LayoutLocker & | operator= (const LayoutLocker &)=delete |
Suppresses layout updates of the user interface for as long as the object exists.
This keeps an operation that changes many gates or nets from triggering a re-layout of the graph views on every single change, which would otherwise dominate its runtime. Lockers may be nested, the layout is updated again once the last one is destroyed.
Definition at line 69 of file user_feedback.h.
| hal::user_feedback::LayoutLocker::LayoutLocker | ( | ) |
Definition at line 34 of file user_feedback.cpp.
References hal::UIPluginInterface::set_layout_locker().
| hal::user_feedback::LayoutLocker::~LayoutLocker | ( | ) |
Definition at line 42 of file user_feedback.cpp.
References hal::UIPluginInterface::set_layout_locker().
|
delete |
|
delete |