Skip to main content

The CiteInfoImpl Class Reference

Declaration

class CiteInfoImpl { ... }

Base class

structCiteInfo

Citation-related data. More...

Public Constructors Index

CiteInfoImpl (const QCString &label, const QCString &text=QCString())

Public Member Functions Index

QCStringlabel () const override
QCStringtext () const override
QCStringshortAuthor () const override
QCStringyear () const override
voidsetText (const QCString &s)
voidsetShortAuthor (const QCString &s)
voidsetYear (const QCString &s)

Private Member Attributes Index

QCStringm_label
QCStringm_text
QCStringm_shortAuthor
QCStringm_year

Definition at line 57 of file cite.cpp.

Public Constructors

CiteInfoImpl()

CiteInfoImpl::CiteInfoImpl (const QCString & label, const QCString & text=QCString())
inline

Definition at line 60 of file cite.cpp.

References label, m_label, m_shortAuthor, m_text, m_year and text.

Public Member Functions

label()

QCString CiteInfoImpl::label ()
inline virtual

Definition at line 63 of file cite.cpp.

63 QCString label() const override { return m_label; }

Reference m_label.

Referenced by CiteInfoImpl.

setShortAuthor()

void CiteInfoImpl::setShortAuthor (const QCString & s)
inline

Definition at line 69 of file cite.cpp.

69 void setShortAuthor(const QCString &s) { m_shortAuthor = s; }

Reference m_shortAuthor.

setText()

void CiteInfoImpl::setText (const QCString & s)
inline

Definition at line 68 of file cite.cpp.

68 void setText(const QCString &s) { m_text = s; }

Reference m_text.

setYear()

void CiteInfoImpl::setYear (const QCString & s)
inline

Definition at line 70 of file cite.cpp.

70 void setYear(const QCString &s) { m_year = s; }

Reference m_year.

shortAuthor()

QCString CiteInfoImpl::shortAuthor ()
inline virtual

Definition at line 65 of file cite.cpp.

65 QCString shortAuthor() const override { return m_shortAuthor; }

Reference m_shortAuthor.

text()

QCString CiteInfoImpl::text ()
inline virtual

Definition at line 64 of file cite.cpp.

64 QCString text() const override { return m_text; }

Reference m_text.

Referenced by CiteInfoImpl.

year()

QCString CiteInfoImpl::year ()
inline virtual

Definition at line 66 of file cite.cpp.

66 QCString year() const override { return m_year; }

Reference m_year.

Private Member Attributes

m_label

QCString CiteInfoImpl::m_label

Definition at line 73 of file cite.cpp.

Referenced by CiteInfoImpl and label.

m_shortAuthor

QCString CiteInfoImpl::m_shortAuthor

Definition at line 75 of file cite.cpp.

Referenced by CiteInfoImpl, setShortAuthor and shortAuthor.

m_text

QCString CiteInfoImpl::m_text

Definition at line 74 of file cite.cpp.

Referenced by CiteInfoImpl, setText and text.

m_year

QCString CiteInfoImpl::m_year

Definition at line 76 of file cite.cpp.

Referenced by CiteInfoImpl, setYear and year.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.