MyBooks
Public Member Functions | Private Attributes | List of all members
CuteReport::Units Class Reference

#include <cutereport_types.h>

Public Member Functions

 Units ()
 
 Units (qreal mm, qreal inch, int pixel)
 
 ~Units ()
 
void setMM (qreal value)
 
void setInch (qreal value)
 
void setPixel (int value)
 
qreal mm () const
 
qreal inch () const
 
int pixel () const
 
 Units ()
 
 Units (qreal mm, qreal inch, int pixel)
 
 ~Units ()
 
void setMM (qreal value)
 
void setInch (qreal value)
 
void setPixel (int value)
 
qreal mm () const
 
qreal inch () const
 
int pixel () const
 

Private Attributes

qreal m_mm
 
qreal m_inch
 
int m_pixel
 

Constructor & Destructor Documentation

◆ Units() [1/4]

CuteReport::Units::Units ( )
explicit

◆ Units() [2/4]

CuteReport::Units::Units ( qreal  mm,
qreal  inch,
int  pixel 
)
explicit

◆ ~Units() [1/2]

CuteReport::Units::~Units ( )

◆ Units() [3/4]

CuteReport::Units::Units ( )
explicit

◆ Units() [4/4]

CuteReport::Units::Units ( qreal  mm,
qreal  inch,
int  pixel 
)
explicit

◆ ~Units() [2/2]

CuteReport::Units::~Units ( )

Member Function Documentation

◆ inch() [1/2]

qreal CuteReport::Units::inch ( ) const

◆ inch() [2/2]

qreal CuteReport::Units::inch ( ) const

◆ mm() [1/2]

qreal CuteReport::Units::mm ( ) const

◆ mm() [2/2]

qreal CuteReport::Units::mm ( ) const

◆ pixel() [1/2]

int CuteReport::Units::pixel ( ) const

◆ pixel() [2/2]

int CuteReport::Units::pixel ( ) const

◆ setInch() [1/2]

void CuteReport::Units::setInch ( qreal  value)

◆ setInch() [2/2]

void CuteReport::Units::setInch ( qreal  value)

◆ setMM() [1/2]

void CuteReport::Units::setMM ( qreal  value)

◆ setMM() [2/2]

void CuteReport::Units::setMM ( qreal  value)

◆ setPixel() [1/2]

void CuteReport::Units::setPixel ( int  value)

◆ setPixel() [2/2]

void CuteReport::Units::setPixel ( int  value)

Member Data Documentation

◆ m_inch

qreal CuteReport::Units::m_inch
private

◆ m_mm

qreal CuteReport::Units::m_mm
private

◆ m_pixel

int CuteReport::Units::m_pixel
private

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