#include <BCL.hpp>
Public Member Functions | |
BCLFile (const QDomElement &fileElement) | |
std::string | checksum () const |
std::string | filename () const |
std::string | filetype () const |
std::string | identifier () const |
boost::optional< VersionString > | maxCompatibleVersion () const |
boost::optional< VersionString > | minCompatibleVersion () const |
std::string | softwareProgram () const |
std::string | url () const |
std::string | usageType () const |
This gives information about a single file in a BCL search result.
openstudio::BCLFile::BCLFile | ( | const QDomElement & | fileElement | ) |
std::string openstudio::BCLFile::checksum | ( | ) | const |
std::string openstudio::BCLFile::filename | ( | ) | const |
std::string openstudio::BCLFile::filetype | ( | ) | const |
std::string openstudio::BCLFile::identifier | ( | ) | const |
boost::optional<VersionString> openstudio::BCLFile::maxCompatibleVersion | ( | ) | const |
boost::optional<VersionString> openstudio::BCLFile::minCompatibleVersion | ( | ) | const |
std::string openstudio::BCLFile::softwareProgram | ( | ) | const |
std::string openstudio::BCLFile::url | ( | ) | const |
std::string openstudio::BCLFile::usageType | ( | ) | const |