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

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

Typedefs

typedef QSharedPointer< StrategyIsis::SharedStrategy
 Definition for a SharedStrategy, a shared pointer to a Strategy.
 
typedef QList< SharedStrategyIsis::StrategyList
 Definition for a StrategyList, a list of SharedStrategy types.
 

Functions

 Q_DECLARE_METATYPE (Isis::SharedStrategy)
 

Function Documentation

◆ Q_DECLARE_METATYPE()

Q_DECLARE_METATYPE ( Isis::SharedStrategy )