filters
PDFImport::DRect Class Reference
List of all members.Detailed Description
Definition at line 89 of file misc.h.
Public Member Functions | |
| DRect () | |
| DRect (double left, double right, double top, double bottom) | |
| bool | isValid () const |
| void | setTop (double top) |
| void | setBottom (double bottom) |
| void | setRight (double right) |
| void | setLeft (double left) |
| double | top () const |
| double | bottom () const |
| double | left () const |
| double | right () const |
| double | width () const |
| double | height () const |
| bool | operator== (const DRect &) const |
| bool | isInside (const DRect &, double percent=0.01) const |
| void | unite (const DRect &) |
| QString | toString () const |
The documentation for this class was generated from the following files:

