Go to the source code of this file.
Classes | |
class | US_Report |
class | US_Report::ReportTypes |
Map report types: name-to-label and name-to-mimetype. More... | |
class | US_Report::ReportDocument |
The ReportDocument class describes an individual report document. This document would be a png or an html snippet that could be included as one of many documents available to be a part of a report. More... | |
class | US_Report::ReportTriple |
The ReportTriple class describes an individual report. This report would ordinarily be associated with a particular runID and triple ( c/c/w ) within the experiment, and could contain any number of report documents. More... | |
Macros | |
#define | DbgLv(a) if(dbg_level>=a)qDebug() |
debug-level-conditioned qDebug() More... | |
#define DbgLv | ( | a | ) | if(dbg_level>=a)qDebug() |
debug-level-conditioned qDebug()
Definition at line 9 of file us_report.h.