wxSQLite3 4.9.10
Loading...
Searching...
No Matches
Public Member Functions | List of all members
wxSQLite3BackupProgress Class Reference

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.
 

Detailed Description

Interface for a user defined backup progress function.

Constructor & Destructor Documentation

◆ wxSQLite3BackupProgress()

wxSQLite3BackupProgress::wxSQLite3BackupProgress ( )
inline

Default constructor.

◆ ~wxSQLite3BackupProgress()

virtual wxSQLite3BackupProgress::~wxSQLite3BackupProgress ( )
inlinevirtual

Virtual destructor.

Member Function Documentation

◆ Progress()

virtual bool wxSQLite3BackupProgress::Progress ( int WXUNUSEDtotalPages,
int WXUNUSEDremainingPages )
inlinevirtual

Execute the backup progress callback.

This method allows an application to display information about the progress of a backup operation to the user.

Parameters
totalPagestotal number of pages to copy
remainingPagesnumber of pages remaining to be copied
Returns
TRUE if backup should continue, FALSE otherwise

The documentation for this class was generated from the following file: