AndConstraint Class Reference

constraint for ANDing two other constraints together More...

#include <constraint.h>

Inheritance diagram for AndConstraint:

Inheritance graph
[legend]
Collaboration diagram for AndConstraint:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 AndConstraint (Constraint *c1, Constraint *c2)
bool accepts (QVariant qv) const
 
Parameters:
value the value to check the constraint against

QString toString () const
 
Returns:
an informative string describing this constraint (XML)


Detailed Description

constraint for ANDing two other constraints together

Definition at line 123 of file constraint.h.


Member Function Documentation

bool AndConstraint::accepts ( QVariant  qv  )  const [inline, virtual]

Parameters:
value the value to check the constraint against

Returns:
true if the value is accepted by this constraint

Reimplemented from Constraint.

Definition at line 128 of file constraint.h.


The documentation for this class was generated from the following file:
Generated on Wed Sep 30 01:15:43 2009 for oopapidocs by  doxygen 1.5.1