wxSQLite3 3.0.0
|
Interface for a user defined backup progress function. More...
#include <wxsqlite3.h>
Public Member Functions | |
wxSQLite3BackupProgress () | |
Default constructor. | |
virtual | ~wxSQLite3BackupProgress () |
Virtual destructor. | |
virtual bool | Progress (int WXUNUSED(totalPages), int WXUNUSED(remainingPages)) |
Execute the backup progress callback. |
Interface for a user defined backup progress function.
wxSQLite3BackupProgress::wxSQLite3BackupProgress | ( | ) | [inline] |
Default constructor.
virtual wxSQLite3BackupProgress::~wxSQLite3BackupProgress | ( | ) | [inline, virtual] |
Virtual destructor.
virtual bool wxSQLite3BackupProgress::Progress | ( | int | WXUNUSEDtotalPages, |
int | WXUNUSEDremainingPages | ||
) | [inline, virtual] |
Execute the backup progress callback.
This method allows an application to display information about the progress of a backup operation to the user.
totalPages | total number of pages to copy |
remainingPages | number of pages remaining to be copied |