Public Member Functions | Public Attributes

QmitkLevelWindowPresetDefinitionDialog::PresetTableModel::Entry Struct Reference

#include <QmitkLevelWindowPresetDefinitionDialog.h>

List of all members.

Public Member Functions

 Entry (const std::string &n, double l, double w)

Public Attributes

std::string name
double level
double window

Detailed Description

Definition at line 63 of file QmitkLevelWindowPresetDefinitionDialog.h.


Constructor & Destructor Documentation

QmitkLevelWindowPresetDefinitionDialog::PresetTableModel::Entry::Entry ( const std::string &  n,
double  l,
double  w 
) [inline]

Definition at line 68 of file QmitkLevelWindowPresetDefinitionDialog.h.

       : name(n), level(l), window(w) {}

Member Data Documentation


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