Filter

class Filter

Used to Filter file data of book projects.

Public Functions

Filter() = default

Takes page name and extension of the pages and formats the data.

It sets the name of the page to variable m_name and then it takes a string (eg. jpeg;jpg;png) and splits them by “;”, and stores the result in a list.

Parameters:

const – std::string & pName, const std::string & pExt

QString name() const

returns the name of the page as a constant value

returns the list of the extensions as a constant value

Returns:

m_name

Returns:

m_extensions