Searched refs:m_outlineLevel (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextbuffer.h407 void SetOutlineLevel(int level) { m_outlineLevel = level; SetFlags(GetFlags() | wxTEXT_ATTR_OUTLINE_LEVEL); }
423 int GetOutlineLevel() const { return m_outlineLevel; }
473 int m_outlineLevel; member in class:wxTextAttrEx
560 void SetOutlineLevel(int level) { m_outlineLevel = level; SetFlags(GetFlags() | wxTEXT_ATTR_OUTLINE_LEVEL); }
591 int GetOutlineLevel() const { return m_outlineLevel; }
664 int m_outlineLevel; member in class:wxRichTextAttr
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextbuffer.cpp8620 m_outlineLevel = 0;
8655 m_outlineLevel = attr.m_outlineLevel;
8692 m_outlineLevel = attr.GetOutlineLevel();
8726 attr.SetOutlineLevel(m_outlineLevel);
8996 m_outlineLevel = 0;
9018 m_outlineLevel = attr.m_outlineLevel;

Completed in 178 milliseconds