#include "mitkDataNode.h"
#include "mitkWeakPointer.h"
#include <QAbstractTableModel>
#include <vector>
#include <string>
Go to the source code of this file.
Classes | |
class | QmitkPropertiesTableModel |
Header guard. More... | |
struct | QmitkPropertiesTableModel::PropertyDataSetCompareFunction |
A struct that inherits from std::binary_function. You can use it in std::sort algorithm for sorting the property list elements. More... | |
struct | QmitkPropertiesTableModel::PropertyListElementFilterFunction |