Go to the documentation of this file.
30 #ifndef ABSTRACT_IMPORT_FILTER_H
31 #define ABSTRACT_IMPORT_FILTER_H
34 #include <QStringList>
41 #define READER(type, name) \
42 type name() const { return d_ ## name; }
50 #define ACCESSOR(type, name) \
51 type name() const { return d_ ## name; }; \
52 void set_ ## name(const type value) { d_ ## name = value; }
90 virtual QString
name()
const = 0;
97 #endif // ifndef ABSTRACT_IMPORT_FILTER_H