Home
last modified time | relevance | path

Searched refs:wxTextBuffer (Results 1 – 25 of 98) sorted by relevance

1234

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dtextbuf.cpp34 const wxTextFileType wxTextBuffer::typeDefault =
44 const wxChar *wxTextBuffer::GetEOL(wxTextFileType type) in GetEOL()
123 wxString wxTextBuffer::ms_eof;
129 wxTextBuffer::wxTextBuffer(const wxString& strBufferName) in wxTextBuffer() function in wxTextBuffer
136 wxTextBuffer::~wxTextBuffer() in ~wxTextBuffer()
145 bool wxTextBuffer::Exists() const in Exists()
150 bool wxTextBuffer::Create(const wxString& strBufferName) in Create()
157 bool wxTextBuffer::Create() in Create()
179 bool wxTextBuffer::Open(const wxMBConv& conv) in Open()
198 wxTextFileType wxTextBuffer::GuessType() const in GuessType()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dtextbuf.cpp38 const wxTextFileType wxTextBuffer::typeDefault =
50 const wxChar *wxTextBuffer::GetEOL(wxTextFileType type) in GetEOL()
129 wxString wxTextBuffer::ms_eof;
135 wxTextBuffer::wxTextBuffer(const wxString& strBufferName) in wxTextBuffer() function in wxTextBuffer
142 wxTextBuffer::~wxTextBuffer() in ~wxTextBuffer()
151 bool wxTextBuffer::Exists() const in Exists()
156 bool wxTextBuffer::Create(const wxString& strBufferName) in Create()
163 bool wxTextBuffer::Create() in Create()
185 bool wxTextBuffer::Open(const wxMBConv& conv) in Open()
204 wxTextFileType wxTextBuffer::GuessType() const in GuessType()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dtextbuf.cpp42 const wxTextFileType wxTextBuffer::typeDefault =
56 const wxChar *wxTextBuffer::GetEOL(wxTextFileType type) in GetEOL()
135 wxString wxTextBuffer::ms_eof;
141 wxTextBuffer::wxTextBuffer(const wxString& strBufferName) in wxTextBuffer() function in wxTextBuffer
148 wxTextBuffer::~wxTextBuffer() in ~wxTextBuffer()
157 bool wxTextBuffer::Exists() const in Exists()
162 bool wxTextBuffer::Create(const wxString& strBufferName) in Create()
169 bool wxTextBuffer::Create() in Create()
191 bool wxTextBuffer::Open(const wxMBConv& conv) in Open()
210 wxTextFileType wxTextBuffer::GuessType() const in GuessType()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dtextbuf.cpp42 const wxTextFileType wxTextBuffer::typeDefault =
56 const wxChar *wxTextBuffer::GetEOL(wxTextFileType type) in GetEOL()
135 wxString wxTextBuffer::ms_eof;
141 wxTextBuffer::wxTextBuffer(const wxString& strBufferName) in wxTextBuffer() function in wxTextBuffer
148 wxTextBuffer::~wxTextBuffer() in ~wxTextBuffer()
157 bool wxTextBuffer::Exists() const in Exists()
162 bool wxTextBuffer::Create(const wxString& strBufferName) in Create()
169 bool wxTextBuffer::Create() in Create()
191 bool wxTextBuffer::Open(const wxMBConv& conv) in Open()
210 wxTextFileType wxTextBuffer::GuessType() const in GuessType()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dtextbuf.cpp42 const wxTextFileType wxTextBuffer::typeDefault =
56 const wxChar *wxTextBuffer::GetEOL(wxTextFileType type) in GetEOL()
135 wxString wxTextBuffer::ms_eof;
141 wxTextBuffer::wxTextBuffer(const wxString& strBufferName) in wxTextBuffer() function in wxTextBuffer
148 wxTextBuffer::~wxTextBuffer() in ~wxTextBuffer()
157 bool wxTextBuffer::Exists() const in Exists()
162 bool wxTextBuffer::Create(const wxString& strBufferName) in Create()
169 bool wxTextBuffer::Create() in Create()
191 bool wxTextBuffer::Open(const wxMBConv& conv) in Open()
210 wxTextFileType wxTextBuffer::GuessType() const in GuessType()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dtextbuf.cpp42 const wxTextFileType wxTextBuffer::typeDefault =
56 const wxChar *wxTextBuffer::GetEOL(wxTextFileType type) in GetEOL()
135 wxString wxTextBuffer::ms_eof;
141 wxTextBuffer::wxTextBuffer(const wxString& strBufferName) in wxTextBuffer() function in wxTextBuffer
148 wxTextBuffer::~wxTextBuffer() in ~wxTextBuffer()
157 bool wxTextBuffer::Exists() const in Exists()
162 bool wxTextBuffer::Create(const wxString& strBufferName) in Create()
169 bool wxTextBuffer::Create() in Create()
191 bool wxTextBuffer::Open(const wxMBConv& conv) in Open()
210 wxTextFileType wxTextBuffer::GuessType() const in GuessType()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dtextbuf.cpp38 const wxTextFileType wxTextBuffer::typeDefault =
50 const wxChar *wxTextBuffer::GetEOL(wxTextFileType type) in GetEOL()
129 wxString wxTextBuffer::ms_eof;
135 wxTextBuffer::wxTextBuffer(const wxString& strBufferName) in wxTextBuffer() function in wxTextBuffer
142 wxTextBuffer::~wxTextBuffer() in ~wxTextBuffer()
151 bool wxTextBuffer::Exists() const in Exists()
156 bool wxTextBuffer::Create(const wxString& strBufferName) in Create()
163 bool wxTextBuffer::Create() in Create()
185 bool wxTextBuffer::Open(const wxMBConv& conv) in Open()
204 wxTextFileType wxTextBuffer::GuessType() const in GuessType()
[all …]
/dports/games/scorched3d/scorched-dep-win32/include/wx/wx/
H A Dtextbuf.h49 class WXDLLEXPORT wxTextBuffer
154 virtual ~wxTextBuffer();
161 wxTextBuffer() { } in wxTextBuffer() function
164 wxTextBuffer(const wxString& strBufferName);
188 wxTextBuffer(const wxTextBuffer&);
189 wxTextBuffer& operator=(const wxTextBuffer&);
H A Dtextfile.h33 class WXDLLEXPORT wxTextFile : public wxTextBuffer
58 typedef wxTextBuffer wxTextFile;
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/
H A Dtextbuf.h49 class WXDLLIMPEXP_BASE wxTextBuffer
168 virtual ~wxTextBuffer();
175 wxTextBuffer() { m_nCurLine = 0; m_isOpened = false; } in wxTextBuffer() function
178 wxTextBuffer(const wxString& strBufferName);
203 wxTextBuffer(const wxTextBuffer&);
204 wxTextBuffer& operator=(const wxTextBuffer&);
H A Dtextfile.h29 class WXDLLIMPEXP_BASE wxTextFile : public wxTextBuffer
57 typedef wxTextBuffer wxTextFile;
H A Dmemtext.h22 class WXDLLIMPEXP_BASE wxMemoryText : public wxTextBuffer
27 wxMemoryText(const wxString& name) : wxTextBuffer(name) { } in wxMemoryText()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/
H A Dtextbuf.h49 class WXDLLIMPEXP_BASE wxTextBuffer
168 virtual ~wxTextBuffer();
175 wxTextBuffer() { m_nCurLine = 0; m_isOpened = false; } in wxTextBuffer() function
178 wxTextBuffer(const wxString& strBufferName);
203 wxTextBuffer(const wxTextBuffer&);
204 wxTextBuffer& operator=(const wxTextBuffer&);
H A Dtextfile.h29 class WXDLLIMPEXP_BASE wxTextFile : public wxTextBuffer
57 typedef wxTextBuffer wxTextFile;
H A Dmemtext.h22 class WXDLLIMPEXP_BASE wxMemoryText : public wxTextBuffer
27 wxMemoryText(const wxString& name) : wxTextBuffer(name) { } in wxMemoryText()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/
H A Dtextbuf.h49 class WXDLLIMPEXP_BASE wxTextBuffer
168 virtual ~wxTextBuffer();
175 wxTextBuffer() { m_nCurLine = 0; m_isOpened = false; } in wxTextBuffer() function
178 wxTextBuffer(const wxString& strBufferName);
203 wxTextBuffer(const wxTextBuffer&);
204 wxTextBuffer& operator=(const wxTextBuffer&);
H A Dtextfile.h29 class WXDLLIMPEXP_BASE wxTextFile : public wxTextBuffer
57 typedef wxTextBuffer wxTextFile;
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/
H A Dtextbuf.h49 class WXDLLIMPEXP_BASE wxTextBuffer
168 virtual ~wxTextBuffer();
175 wxTextBuffer() { m_nCurLine = 0; m_isOpened = false; } in wxTextBuffer() function
178 wxTextBuffer(const wxString& strBufferName);
203 wxTextBuffer(const wxTextBuffer&);
204 wxTextBuffer& operator=(const wxTextBuffer&);
H A Dtextfile.h29 class WXDLLIMPEXP_BASE wxTextFile : public wxTextBuffer
57 typedef wxTextBuffer wxTextFile;
H A Dmemtext.h22 class WXDLLIMPEXP_BASE wxMemoryText : public wxTextBuffer
27 wxMemoryText(const wxString& name) : wxTextBuffer(name) { } in wxMemoryText()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/
H A Dtextbuf.h49 class WXDLLIMPEXP_BASE wxTextBuffer
168 virtual ~wxTextBuffer();
175 wxTextBuffer() { m_nCurLine = 0; m_isOpened = false; } in wxTextBuffer() function
178 wxTextBuffer(const wxString& strBufferName);
203 wxTextBuffer(const wxTextBuffer&);
204 wxTextBuffer& operator=(const wxTextBuffer&);
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/
H A Dtextbuf.h49 class WXDLLIMPEXP_BASE wxTextBuffer
170 virtual ~wxTextBuffer();
177 wxTextBuffer() { m_nCurLine = 0; m_isOpened = false; } in wxTextBuffer() function
180 wxTextBuffer(const wxString& strBufferName);
205 wxTextBuffer(const wxTextBuffer&);
206 wxTextBuffer& operator=(const wxTextBuffer&);
H A Dtextfile.h28 class WXDLLIMPEXP_BASE wxTextFile : public wxTextBuffer
56 typedef wxTextBuffer wxTextFile;
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/
H A Dtextbuf.h49 class WXDLLIMPEXP_BASE wxTextBuffer
170 virtual ~wxTextBuffer();
177 wxTextBuffer() { m_nCurLine = 0; m_isOpened = false; } in wxTextBuffer() function
180 wxTextBuffer(const wxString& strBufferName);
205 wxTextBuffer(const wxTextBuffer&);
206 wxTextBuffer& operator=(const wxTextBuffer&);
H A Dtextfile.h28 class WXDLLIMPEXP_BASE wxTextFile : public wxTextBuffer
56 typedef wxTextBuffer wxTextFile;

1234