Crossfire Server, Trunk
CREReportDefinition Class Reference

#include <CREReportDefinition.h>

+ Inheritance diagram for CREReportDefinition:
+ Collaboration diagram for CREReportDefinition:

Public Member Functions

 CREReportDefinition ()
 
 CREReportDefinition (const CREReportDefinition &other)
 
const QString & footer () const
 
const QString & header () const
 
const QString & itemDisplay () const
 
const QString & itemSort () const
 
const QString & name () const
 
void setFooter (const QString &footer)
 
void setHeader (const QString &header)
 
void setItemDisplay (const QString &display)
 
void setItemSort (const QString &sort)
 
void setName (const QString &name)
 
virtual ~CREReportDefinition ()
 

Protected Attributes

QString myFooter
 
QString myHeader
 
QString myItemDisplay
 
QString myItemSort
 
QString myName
 

Detailed Description

Definition at line 19 of file CREReportDefinition.h.

Constructor & Destructor Documentation

◆ CREReportDefinition() [1/2]

CREReportDefinition::CREReportDefinition ( )

Definition at line 15 of file CREReportDefinition.cpp.

◆ CREReportDefinition() [2/2]

CREReportDefinition::CREReportDefinition ( const CREReportDefinition other)

Definition at line 19 of file CREReportDefinition.cpp.

References footer(), header(), itemDisplay(), itemSort(), name(), setFooter(), setHeader(), setItemDisplay(), setItemSort(), and setName().

+ Here is the call graph for this function:

◆ ~CREReportDefinition()

CREReportDefinition::~CREReportDefinition ( )
virtual

Definition at line 28 of file CREReportDefinition.cpp.

Member Function Documentation

◆ footer()

const QString & CREReportDefinition::footer ( ) const

Definition at line 72 of file CREReportDefinition.cpp.

References myFooter.

Referenced by CREReportDefinition(), and setFooter().

+ Here is the caller graph for this function:

◆ header()

const QString & CREReportDefinition::header ( ) const

Definition at line 42 of file CREReportDefinition.cpp.

References myHeader.

Referenced by CREReportDefinition(), and setHeader().

+ Here is the caller graph for this function:

◆ itemDisplay()

const QString & CREReportDefinition::itemDisplay ( ) const

Definition at line 62 of file CREReportDefinition.cpp.

References myItemDisplay.

Referenced by CREReportDefinition().

+ Here is the caller graph for this function:

◆ itemSort()

const QString & CREReportDefinition::itemSort ( ) const

Definition at line 52 of file CREReportDefinition.cpp.

References myItemSort.

Referenced by CREReportDefinition().

+ Here is the caller graph for this function:

◆ name()

const QString & CREReportDefinition::name ( ) const

Definition at line 32 of file CREReportDefinition.cpp.

References myName.

Referenced by CREReportDefinition(), and setName().

+ Here is the caller graph for this function:

◆ setFooter()

void CREReportDefinition::setFooter ( const QString &  footer)

Definition at line 77 of file CREReportDefinition.cpp.

References footer(), and myFooter.

Referenced by CREReportDefinition().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setHeader()

void CREReportDefinition::setHeader ( const QString &  header)

Definition at line 47 of file CREReportDefinition.cpp.

References header(), and myHeader.

Referenced by CREReportDefinition().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setItemDisplay()

void CREReportDefinition::setItemDisplay ( const QString &  display)

Definition at line 67 of file CREReportDefinition.cpp.

References myItemDisplay.

Referenced by CREReportDefinition().

+ Here is the caller graph for this function:

◆ setItemSort()

void CREReportDefinition::setItemSort ( const QString &  sort)

Definition at line 57 of file CREReportDefinition.cpp.

References myItemSort.

Referenced by CREReportDefinition().

+ Here is the caller graph for this function:

◆ setName()

void CREReportDefinition::setName ( const QString &  name)

Definition at line 37 of file CREReportDefinition.cpp.

References myName, and name().

Referenced by CREReportDefinition().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Field Documentation

◆ myFooter

QString CREReportDefinition::myFooter
protected

Definition at line 48 of file CREReportDefinition.h.

Referenced by footer(), and setFooter().

◆ myHeader

QString CREReportDefinition::myHeader
protected

Definition at line 45 of file CREReportDefinition.h.

Referenced by header(), and setHeader().

◆ myItemDisplay

QString CREReportDefinition::myItemDisplay
protected

Definition at line 47 of file CREReportDefinition.h.

Referenced by itemDisplay(), and setItemDisplay().

◆ myItemSort

QString CREReportDefinition::myItemSort
protected

Definition at line 46 of file CREReportDefinition.h.

Referenced by itemSort(), and setItemSort().

◆ myName

QString CREReportDefinition::myName
protected

Definition at line 44 of file CREReportDefinition.h.

Referenced by name(), and setName().


The documentation for this class was generated from the following files: