Searched refs:m_attachmentFrom (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.h118 inline virtual int GetAttachmentFrom() { return m_attachmentFrom; }
183 inline void SetAttachmentFrom(int attach) { m_attachmentFrom = attach; }
285 int m_attachmentFrom; // Attachment point at other 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.cpp44 m_attachmentFrom = 0;
454 m_attachmentFrom = from_attach;
923 this_attachment = m_attachmentFrom;
937 if (line->m_attachmentFrom == this_attachment)
1107 m_from->GetAttachmentPosition(m_attachmentFrom, &end_x, &end_y, nth, no_arcs, this);
1136 m_from->GetAttachmentPosition(m_attachmentFrom, &end_x, &end_y, nth, no_arcs, this);
1373 if (m_attachmentFrom != 0)
1374 clause->AddAttributeValue(_T("attachment_from"), (long)m_attachmentFrom);
1480 m_attachmentFrom = 0;
1483 clause->AssignAttributeValue(wxT("attachment_from"), &m_attachmentFrom);
[all...]

Completed in 113 milliseconds