SavvyUI C++ UI Library
Loading...
Searching...
No Matches
Pager Class Referenceabstract

#include <Models.h>

Public Member Functions

virtual BOOL GetPage (const PagerRequest &request, const vector< wstring > &columnNames, vector< vector< wstring > > &rows, __int64 &totalRowCount)=0
virtual ~Pager ()

Constructor & Destructor Documentation

◆ ~Pager()

virtual Pager::~Pager ( )
inlinevirtual

Member Function Documentation

◆ GetPage()

virtual BOOL Pager::GetPage ( const PagerRequest & request,
const vector< wstring > & columnNames,
vector< vector< wstring > > & rows,
__int64 & totalRowCount )
pure virtual

Fetches a page of data.

Parameters
requestThe pager object containing the paging info.
columnNamesList of column names to fetch.
rowsOutput parameter to receive the fetched rows; each row is a vector of strings.
totalRowCountOutput parameter to receive the total number of rows available.
Returns
TRUE if page fetch was successful, FALSE otherwise.

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