Isis Developer Reference
Strategy.h File Reference
#include <QList>
#include <QPair>
#include <QScopedPointer>
#include <QSharedPointer>
#include <QString>
#include "Resource.h"
#include "PvlObject.h"

Go to the source code of this file.

Classes

class  Isis::Strategy
 Strategy - Supports algorithm development. More...
 

Namespaces

 Isis
 This is free and unencumbered software released into the public domain.
 

Typedefs

typedef QSharedPointer< Strategy > Isis::SharedStrategy
 Definition for a SharedStrategy, a shared pointer to a Strategy. More...
 
typedef QList< SharedStrategy > Isis::StrategyList
 Definition for a StrategyList, a list of SharedStrategy types. More...
 

Functions

 Q_DECLARE_METATYPE (Isis::SharedStrategy)
 

Function Documentation

◆ Q_DECLARE_METATYPE()

Q_DECLARE_METATYPE ( Isis::SharedStrategy  )