| 
    QAlgorithm
    
   | 
 
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 | 
Declarations for the QAlgorithm class.
Definition in file QAlgorithm.h.
| typedef QMap<QAShrAlgorithm, bool> QACompletionMap | 
Definition at line 36 of file QAlgorithm.h.
| typedef QMap<QAShrAlgorithm, QSet<QAShrAlgorithm> > QAFlatRepresentation | 
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.