Searched refs:m_Cell (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmlwin.cpp299 m_Cell = NULL;
341 delete m_Cell;
449 if (m_Cell)
451 delete m_Cell;
452 m_Cell = NULL;
454 m_Cell = (wxHtmlContainerCell*) m_Parser->Parse(newsrc);
456 m_Cell->SetIndent(m_Borders, wxHTML_INDENT_ALL, wxHTML_UNITS_PIXELS);
457 m_Cell->SetAlignHor(wxHTML_ALIGN_CENTER);
627 const wxHtmlCell *c = m_Cell->Find(wxHTML_COND_ISANCHOR, &anchor);
664 if (!m_Cell) retur
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhtmlcell.h249 // Example : m_Cell->Find(wxHTML_COND_ISANCHOR, "news");
623 { m_Href = m_Target = wxEmptyString; m_Event = NULL, m_Cell = NULL; }
625 { m_Href = href; m_Target = target; m_Event = NULL, m_Cell = NULL; }
628 m_Cell = l.m_Cell; }
631 m_Cell = l.m_Cell; return *this; }
634 void SetHtmlCell(const wxHtmlCell *e) { m_Cell = e; }
639 const wxHtmlCell* GetHtmlCell() const { return m_Cell; }
644 const wxHtmlCell *m_Cell; member in class:wxHtmlLinkInfo
[all...]
H A Dhtmlwin.h338 wxHtmlContainerCell* GetInternalRepresentation() const {return m_Cell;}
468 wxHtmlContainerCell *m_Cell; member in class:wxHtmlWindow

Completed in 107 milliseconds