|
Developer Documentation
|
Public Member Functions | |
| TypeInfo (DataType _type, QString _name, QString _iconName, QString _readableName) | |
Public Attributes | |
| DataType | type |
| The id of the datatype. | |
| QString | name |
| The name of the datatype. | |
| QString | iconName |
| The icon of the datatype. | |
| QIcon | icon |
| QString | readableName |
| Human readable name. | |
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.