Developer Documentation
TypeInfo Class Reference

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...
 

Detailed Description

Definition at line 131 of file DataTypes.hh.

Constructor & Destructor Documentation

◆ TypeInfo()

TypeInfo::TypeInfo ( DataType  _type,
QString  _name,
QString  _iconName,
QString  _readableName 
)
inline

Definition at line 135 of file DataTypes.hh.

Member Data Documentation

◆ icon

QIcon TypeInfo::icon

Definition at line 155 of file DataTypes.hh.

◆ iconName

QString TypeInfo::iconName

The icon of the datatype.

Definition at line 153 of file DataTypes.hh.

◆ name

QString TypeInfo::name

The name of the datatype.

Definition at line 150 of file DataTypes.hh.

◆ readableName

QString TypeInfo::readableName

Human readable name.

Definition at line 158 of file DataTypes.hh.

◆ type

DataType TypeInfo::type

The id of the datatype.

Definition at line 147 of file DataTypes.hh.


The documentation for this class was generated from the following file: