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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Dlines.h235 inline wxList& GetArrows() const { return (wxList&) m_arcArrows; }
291 wxList m_arcArrows; member in class:wxLineShape
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dlines.cpp532 wxNode *node = m_arcArrows.GetFirst();
1405 if (m_arcArrows.GetCount() > 0)
1408 node = m_arcArrows.GetFirst();
1620 node = m_arcArrows.GetFirst();
1624 lineCopy.m_arcArrows.Append(new wxArrowHead(*arrow));
2008 m_arcArrows.Append(arrow);
2018 wxNode *currNode = m_arcArrows.GetFirst();
2028 m_arcArrows.Insert(arrow);
2051 m_arcArrows.Insert(currNode, arrow);
2053 m_arcArrows
[all...]

Completed in 47 milliseconds