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
The core String class for the NDEVR API.
Definition String.h:69
t_type getAs() const
Converts a string into an object. To use this function an object must have overwritten StringStream<t...
Definition String.h:143