QAlgorithm
 All Classes Files Functions Typedefs Properties Macros
QAlgorithm.h File Reference
#include <QtCore>
#include <QtConcurrent/qtconcurrentrun.h>
#include "qa_macros.h"

Go to the source code of this file.

Classes

class  QAlgorithm
 Abstract class that implements a generic algorithm. More...
 

Typedefs

typedef QSharedPointer
< QAlgorithm
QAShrAlgorithm
 
typedef QMap< QString, QVariant > QAPropertyMap
 
typedef QMultiMap< QString,
QString > 
QAPropagationRules
 
typedef QMap< QAShrAlgorithm,
bool > 
QACompletionMap
 
typedef QMap< QAShrAlgorithm,
QSet< QAShrAlgorithm > > 
QAFlatRepresentation
 

Detailed Description

Declarations for the QAlgorithm class.

Definition in file QAlgorithm.h.

Typedef Documentation

typedef QMap<QAShrAlgorithm, bool> QACompletionMap

Definition at line 36 of file QAlgorithm.h.

Definition at line 37 of file QAlgorithm.h.

typedef QMultiMap<QString, QString> QAPropagationRules

Definition at line 35 of file QAlgorithm.h.

typedef QMap<QString, QVariant> QAPropertyMap

Definition at line 34 of file QAlgorithm.h.

typedef QSharedPointer<QAlgorithm> QAShrAlgorithm

Definition at line 31 of file QAlgorithm.h.