Diana Software
Classes | Typedefs
QBaseType.hh File Reference

Go to the source code of this file.

Classes

class  QBaseType< T >
 base types wrapped into a QObject. Currently implemented types are QInt QDouble and QFloat. QBool and QString are implemented elsewhere. More...
 

Typedefs

typedef QBaseType< int > QInt
 int wrapped in a QObject More...
 
typedef QBaseType< float > QFloat
 float wrapped in a QObject More...
 
typedef QBaseType< double > QDouble
 double wrapped in a QObject More...
 
typedef QBaseType< Long64_t > QLong64
 double wrapped in a QObject More...
 
typedef QBaseType< ULong64_t > QULong64
 unsigned long wrapped in a QObject More...
 

Typedef Documentation

◆ QDouble

typedef QBaseType< double > QDouble

double wrapped in a QObject

Definition at line 184 of file QBaseType.hh.

◆ QFloat

typedef QBaseType< float > QFloat

float wrapped in a QObject

Definition at line 179 of file QBaseType.hh.

◆ QInt

typedef QBaseType< int > QInt

int wrapped in a QObject

Definition at line 174 of file QBaseType.hh.

◆ QLong64

typedef QBaseType< Long64_t > QLong64

double wrapped in a QObject

Definition at line 189 of file QBaseType.hh.

◆ QULong64

typedef QBaseType< Long64_t > QULong64

unsigned long wrapped in a QObject

Definition at line 196 of file QBaseType.hh.