Public Types |
enum | Type { Insert = 1 << 0,
Delete = 1 << 1
} |
Public Member Functions |
| Change (const QString &klass, const QSet< QString > &predicates, unsigned int type) |
bool | hasPredicateId (int predicateId) const |
Public Attributes |
QString | klass |
QSet< QString > | predicates |
QSet< int > | predicateIds |
unsigned int | type |