Searched refs:m_attachmentSet (Results 1 – 2 of 2) sorted by relevance
87 bool isAttachmentSet() const { return m_attachmentSet; } in isAttachmentSet()98 …void setAttachment(EFillAttachment attachment) { m_attachment = attachment; m_attachmentSet = true… in setAttachment()111 void clearAttachment() { m_attachmentSet = false; } in clearAttachment()188 bool m_attachmentSet : 1; variable
41 , m_attachmentSet(false) in FillLayer()67 , m_attachmentSet(o.m_attachmentSet) in FillLayer()104 m_attachmentSet = o.m_attachmentSet; in operator =()