HAL
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