Searched refs:m_aLines (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/
H A Dtextbuf.h99 size_t GetLineCount() const { return m_aLines.size(); }
102 wxString& GetLine(size_t n) const { return (wxString&)m_aLines[n]; }
103 wxString& operator[](size_t n) const { return (wxString&)m_aLines[n]; }
110 bool Eof() const { return m_nCurLine == m_aLines.size(); }
119 { return m_aLines.empty() ? ms_eof : m_aLines[m_nCurLine = 0]; }
121 { return ++m_nCurLine == m_aLines.size() ? ms_eof
122 : m_aLines[m_nCurLine]; }
124 { wxASSERT(m_nCurLine > 0); return m_aLines[--m_nCurLine]; }
126 { m_nCurLine = m_aLines
195 wxArrayString m_aLines; // lines of file member in class:wxTextBuffer
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtextbuf.cpp221 size_t nCount = m_aLines.Count() / 3,

Completed in 32 milliseconds