1 #ifndef _Q_FRAMEWORKCONFIG_HH_
2 #define _Q_FRAMEWORKCONFIG_HH_
30 void Dump(std::ostream& o)
const;
37 bool SaveSequence(
const std::string& seq,
const std::string& outputfile =
"",
bool append =
false)
const;
43 bool SaveFile(
const std::string& origfilename,
const std::string& outputfile =
"")
const;
46 bool SaveAllFiles(
const std::string& outputdir =
".",
const std::string& prefix =
"")
const;
error class with error type and description
QObject storing a set of QSecuenceConfigs.
void Dump(std::ostream &o) const
print all sequences to stream
bool SaveSequence(const std::string &seq, const std::string &outputfile="", bool append=false) const
save sequence with name seq to outputfile (defaults to QSequenceConfig::fFilename),...
void Clear()
clear members
bool SaveAllSequences(const std::string &outputfilename) const
save all sequences to a single file. Returns true/false in case of success/failure.
bool SaveFile(const std::string &origfilename, const std::string &outputfile="") const
save all sequences belonging to origfilename to outputfile (defaults to origfilename)....
std::vector< QSequenceConfig * > fSequences
QSequenceConfig of all sequences run on this data.
void List() const
list all sequence names and file names
bool SaveAllFiles(const std::string &outputdir=".", const std::string &prefix="") const
calls SaveFile on all files present in the QSequenceConfigs and saves each file (preprnding an option...
QObjectDef(QFrameWorkConfig, 2)
QError GetModuleByLabel(const std::string &label, QModuleConfig &mod) const
get QModuleConfig matching label
QObject to store a QBaseModule configuration.