HAL  v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
dock_mime_data.cpp
Go to the documentation of this file.
2 
3 namespace hal
4 {
6  {
7  mWidget = widget;
8  }
9 
11  {
12  return mWidget;
13  }
14 }
Abstract class for Widgets within HAL's ContentArea.
DockMimeData(ContentWidget *widget)
ContentWidget * widget() const
Definition: defines.h:45