Isis 3 Programmer Reference
|
This is free and unencumbered software released into the public domain. More...
#include <IsisAmlData.h>
Public Attributes | |
QString | value |
QString | brief |
QString | description |
std::vector< QString > | exclude |
std::vector< QString > | include |
This is free and unencumbered software released into the public domain.
The authors of ISIS do not claim copyright on the contents of this file. For more details about the LICENSE terms and the AUTHORS, you will find files of those names at the top level of this repository.
Definition at line 19 of file IsisAmlData.h.
IsisListOptionData::IsisListOptionData | ( | ) |
Definition at line 43 of file IsisAmlData.cpp.
IsisListOptionData::~IsisListOptionData | ( | ) |
Definition at line 46 of file IsisAmlData.cpp.
QString IsisListOptionData::brief |
Definition at line 22 of file IsisAmlData.h.
QString IsisListOptionData::description |
Definition at line 23 of file IsisAmlData.h.
std::vector<QString> IsisListOptionData::exclude |
Definition at line 24 of file IsisAmlData.h.
std::vector<QString> IsisListOptionData::include |
Definition at line 25 of file IsisAmlData.h.
QString IsisListOptionData::value |
Definition at line 21 of file IsisAmlData.h.