Public Member Functions

QmitkToolGUIArea Class Reference

Dummy class for putting into a GUI (mainly using Qt Designer). More...

#include <QmitkToolGUIArea.h>

List of all members.

Public Member Functions

 QmitkToolGUIArea (QWidget *parent=0, Qt::WFlags f=0)
virtual ~QmitkToolGUIArea ()

Detailed Description

Dummy class for putting into a GUI (mainly using Qt Designer).

This class is nothing more than a QWidget. It is good for use with QmitkToolSelectionBox as a place to display GUIs for active tools.

Last contributor: $Author$

Definition at line 33 of file QmitkToolGUIArea.h.


Constructor & Destructor Documentation

QmitkToolGUIArea::QmitkToolGUIArea ( QWidget *  parent = 0,
Qt::WFlags  f = 0 
)

Definition at line 20 of file QmitkToolGUIArea.cpp.

:QWidget(parent,f)
{
  QWidget::setContentsMargins(0, 0, 0, 0);
}
QmitkToolGUIArea::~QmitkToolGUIArea (  ) [virtual]

Definition at line 26 of file QmitkToolGUIArea.cpp.

{
}

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines