#include <wx_fstream_progress.h>
Definition at line 29 of file wx_fstream_progress.h.
◆ wxFileOutputStreamWithProgress() [1/3]
wxFileOutputStreamWithProgress::wxFileOutputStreamWithProgress |
( |
const wxString & |
aFileName | ) |
|
|
inline |
◆ wxFileOutputStreamWithProgress() [2/3]
wxFileOutputStreamWithProgress::wxFileOutputStreamWithProgress |
( |
wxFile & |
aFile | ) |
|
|
inline |
◆ wxFileOutputStreamWithProgress() [3/3]
wxFileOutputStreamWithProgress::wxFileOutputStreamWithProgress |
( |
int |
aFd | ) |
|
|
inline |
◆ ~wxFileOutputStreamWithProgress()
virtual wxFileOutputStreamWithProgress::~wxFileOutputStreamWithProgress |
( |
| ) |
|
|
virtualdefault |
◆ OnSysWrite()
virtual size_t wxFileOutputStreamWithProgress::OnSysWrite |
( |
const void * |
aBuffer, |
|
|
size_t |
aSize |
|
) |
| |
|
inlineoverridevirtual |
◆ SetProgressCallback()
void wxFileOutputStreamWithProgress::SetProgressCallback |
( |
std::function< void(size_t)> |
aCallback | ) |
|
|
inline |
◆ m_callback
std::function<void( size_t )> wxFileOutputStreamWithProgress::m_callback |
|
private |
The documentation for this class was generated from the following file: