Searched refs:wxTextBuffer (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtextbuf.cpp3 // Purpose: implementation of wxTextBuffer class
30 // wxTextBuffer class implementation
42 const wxTextFileType wxTextBuffer::typeDefault =
53 #error "wxTextBuffer: unsupported platform."
56 const wxChar *wxTextBuffer::GetEOL(wxTextFileType type)
60 wxFAIL_MSG(wxT("bad buffer type in wxTextBuffer::GetEOL."));
70 wxString wxTextBuffer::Translate(const wxString& text, wxTextFileType type)
135 wxString wxTextBuffer::ms_eof;
141 wxTextBuffer::wxTextBuffer(cons function in class:wxTextBuffer
[all...]
H A Dtextfile.cpp45 : wxTextBuffer(strFileName)
H A Dfileconf.cpp533 str = wxTextBuffer::Translate(str);
543 const wxChar *pEOL = wxTextBuffer::GetEOL(wxTextBuffer::typeDefault);
596 void wxFileConfig::Parse(const wxTextBuffer& buffer, bool bLocal)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtextfile.h29 class WXDLLIMPEXP_BASE wxTextFile : public wxTextBuffer
55 // and they still are available in wxTextBuffer (even if !wxUSE_TEXTBUFFER), so
57 typedef wxTextBuffer wxTextFile;
H A Dmemtext.h3 // Purpose: wxMemoryText allows to use wxTextBuffer without a file
22 class WXDLLIMPEXP_BASE wxMemoryText : public wxTextBuffer
27 wxMemoryText(const wxString& name) : wxTextBuffer(name) { }
H A Dtextbuf.h3 // Purpose: class wxTextBuffer to work with text buffers of _small_ size
40 // wxTextBuffer
49 class WXDLLIMPEXP_BASE wxTextBuffer class
168 virtual ~wxTextBuffer();
175 wxTextBuffer() { m_nCurLine = 0; m_isOpened = false; } function in class:wxTextBuffer
178 wxTextBuffer(const wxString& strBufferName);
203 wxTextBuffer(const wxTextBuffer&);
204 wxTextBuffer& operator=(const wxTextBuffer
[all...]
H A Dfileconf.h203 void Parse(const wxTextBuffer& buffer, bool bLocal);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DTextFile.cpp180 wxString result = wxTextBuffer::Translate(line);
186 result = wxTextBuffer::GetEOL() + result;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DScintillaWX.cpp224 type = wxTextBuffer::typeDefault;
517 wxString text = wxTextBuffer::Translate(data.GetText(),
544 wxString text = wxTextBuffer::Translate(stc2wx(st.s, st.len-1));
913 wxString text = wxTextBuffer::Translate(data.GetText(),
1048 wxString text = wxTextBuffer::Translate(data,

Completed in 192 milliseconds