4#include "include/ncreport.h"
27 NCReportSource* source =
new NCReportSource();
28 source->setSourceType(NCReportSource::File);
30 setReportSource(source);
Definition NCCustomReport.h:8
const String & reportName() const
Definition NCCustomReport.h:36
virtual void setReportOptions(const ReportOptions &format_source)
Definition NCCustomReport.h:23
String m_report_icon
Definition NCCustomReport.h:51
virtual void setupReport()
Definition NCCustomReport.h:33
ReportOptions m_options
Definition NCCustomReport.h:49
String m_report_name
Definition NCCustomReport.h:50
const ReportOptions & reportOptions() const
Definition NCCustomReport.h:19
const String & reportDescription() const
Definition NCCustomReport.h:44
NCCustomReport()
Definition NCCustomReport.h:10
const String & reportIcon() const
Definition NCCustomReport.h:40
virtual void setToDefaults()
Definition NCCustomReport.h:15
String m_report_description
Definition NCCustomReport.h:52
Definition ReportOptions.h:9
String format_source
Definition ReportOptions.h:11
t_type getAs() const
Definition String.h:334