Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Classes | Typedefs | Functions
qSlicerQListQVariantMapMetaType.h File Reference
#include <QMetaType>
#include <QVariant>
Include dependency graph for qSlicerQListQVariantMapMetaType.h:

Go to the source code of this file.

Classes

class  QList< T >
 
class  QMap< Key, T >
 

Typedefs

typedef QMap< QString, QVariant > QVariantMap
 

Functions

 Q_DECLARE_METATYPE (QList< QVariantMap >)
 

Typedef Documentation

◆ QVariantMap

typedef QMap<QString, QVariant> QVariantMap

Definition at line 9 of file qSlicerQListQVariantMapMetaType.h.

Function Documentation

◆ Q_DECLARE_METATYPE()

Q_DECLARE_METATYPE ( QList< QVariantMap )