Developer Documentation
|
Public Member Functions | |
TypeInfo (DataType _type, QString _name, QString _iconName, QString _readableName) | |
Public Attributes | |
DataType | type |
The id of the datatype. More... | |
QString | name |
The name of the datatype. More... | |
QString | iconName |
The icon of the datatype. More... | |
QIcon | icon |
QString | readableName |
Human readable name. More... | |
Definition at line 131 of file DataTypes.hh.
|
inline |
Definition at line 135 of file DataTypes.hh.
QIcon TypeInfo::icon |
Definition at line 155 of file DataTypes.hh.
QString TypeInfo::iconName |
The icon of the datatype.
Definition at line 153 of file DataTypes.hh.
QString TypeInfo::name |
The name of the datatype.
Definition at line 150 of file DataTypes.hh.
QString TypeInfo::readableName |
Human readable name.
Definition at line 158 of file DataTypes.hh.
DataType TypeInfo::type |
The id of the datatype.
Definition at line 147 of file DataTypes.hh.