18 #ifndef SAMPLE_FORMAT_H 19 #define SAMPLE_FORMAT_H 59 inline operator Format()
const {
return m_format; }
65 inline bool operator == (
const Format &f)
const {
66 return (f == m_format);
70 inline int toInt()
const {
return static_cast<int>(m_format); }
90 virtual ~
Map() Q_DECL_OVERRIDE;
93 virtual void fill() Q_DECL_OVERRIDE;