Public Member Functions | |
QGlobalReaderFactory (const std::string &name, const std::string &ext) | |
const std::string & | GetName () const |
const std::string & | GetExt () const |
Private Member Functions | |
virtual QGlobalReader * | Create ()=0 |
Private Attributes | |
std::string | fName |
std::string | fExt |
Friends | |
class | QGlobalRWFactory |