Public Member Functions | |
QModFactory (const std::string &name) | |
const std::string & | GetName () const |
void | SetOccurrence (T *mod) |
Private Member Functions | |
T * | Create (QSequence *s) |
virtual T * | GetObject (QSequence *s)=0 |
Private Attributes | |
std::string | fName |
int | fOccurrence |
QSequence * | fCurrentSequence |
Friends | |
class | QGeneralFactory |