Isis Developer 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< Strategy > | Isis::SharedStrategy |
Definition for a SharedStrategy, a shared pointer to a Strategy. | |
typedef QList< SharedStrategy > | Isis::StrategyList |
Definition for a StrategyList, a list of SharedStrategy types. | |
Functions | |
Q_DECLARE_METATYPE (Isis::SharedStrategy) | |
Q_DECLARE_METATYPE | ( | Isis::SharedStrategy | ) |