Searched refs:m_strBufferName (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/common/
H A Dtextbuf.cpp142 : m_strBufferName(strBufferName)
164 m_strBufferName = strBufferName;
172 wxASSERT( !m_strBufferName.empty() );
177 if ( !OnOpen(m_strBufferName, WriteAccess) )
186 m_strBufferName = strBufferName;
194 wxASSERT( !m_strBufferName.empty() );
197 if ( !OnOpen(m_strBufferName, ReadAccess) )
245 wxLogWarning(_("'%s' is probably a binary buffer."), m_strBufferName.c_str());
H A Dtextfile.cpp56 return wxFile::Exists(m_strBufferName);
268 wxFileName fn = m_strBufferName;
279 wxLogError(_("can't write buffer '%s' to disk."), m_strBufferName.c_str());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtextbuf.h135 const wxChar *GetName() const { return m_strBufferName.c_str(); }
191 wxString m_strBufferName; // name of the buffer member in class:wxTextBuffer

Completed in 107 milliseconds