Searched refs:m_attachmentTo (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.h119 inline virtual int GetAttachmentTo() { return m_attachmentTo; }
184 inline void SetAttachmentTo(int attach) { m_attachmentTo = attach; }
284 int m_attachmentTo; // Attachment point at one end 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.cpp43 m_attachmentTo = 0;
455 m_attachmentTo = to_attach;
921 this_attachment = m_attachmentTo;
948 if (line->m_attachmentTo == this_attachment)
1118 m_to->GetAttachmentPosition(m_attachmentTo, &other_end_x, &other_end_y, nth, no_arcs, this);
1145 m_to->GetAttachmentPosition(m_attachmentTo, &other_end_x, &other_end_y, nth, no_arcs, this);
1371 if (m_attachmentTo != 0)
1372 clause->AddAttributeValue(_T("attachment_to"), (long)m_attachmentTo);
1479 m_attachmentTo = 0;
1482 clause->AssignAttributeValue(wxT("attachment_to"), &m_attachmentTo);
[all...]

Completed in 57 milliseconds