21 #ifndef COPASI_CReport_Definition
22 #define COPASI_CReport_Definition
180 virtual const std::string &
getKey()
const;
bool setTaskType(const CCopasiTask::Type &taskType)
std::vector< CRegisteredObjectName > mHeaderVector
void setTitle(bool title)
std::vector< CRegisteredObjectName > mFooterVector
const CCopasiTask::Type & getTaskType() const
const CCopasiReportSeparator & getSeparator() const
CCopasiTask::Type mTaskType
void setSeparator(const CCopasiReportSeparator &Separator)
std::vector< CRegisteredObjectName > mTableVector
const std::string & getComment() const
const unsigned C_INT32 & getPrecision() const
void setIsTable(bool table)
static const std::vector< CCopasiContainer * > EmptyList
void setComment(const std::string &comment)
std::vector< CRegisteredObjectName > * getTableAddr()
std::vector< CRegisteredObjectName > * getFooterAddr()
std::vector< CRegisteredObjectName > mBodyVector
virtual const std::string & getKey() const
CReportDefinition(const std::string &name="NoName", const CCopasiContainer *pParent=NULL)
CCopasiReportSeparator mSeparator
void setPrecision(const unsigned C_INT32 &precision)
std::vector< CRegisteredObjectName > * getBodyAddr()
void addTableElement(const CCopasiObject *pObject)
unsigned C_INT32 mPrecision
std::vector< CRegisteredObjectName > * getHeaderAddr()
bool preCompileTable(const std::vector< CCopasiContainer * > &listOfContainer=CCopasiContainer::EmptyList)