marble/src
BoundingBox Class Reference
#include <BoundingBox.h>
Inheritance diagram for BoundingBox:

Detailed Description
Definition at line 17 of file BoundingBox.h.
Public Member Functions | |
| BoundingBox () | |
| BoundingBox (const QVector< QPointF > &) | |
| bool | contains (const QPointF &) |
| bool | intersects (BoundingBox) |
| bool | isValid () |
| QString | string () |
Constructor & Destructor Documentation
| BoundingBox::BoundingBox | ( | ) |
Definition at line 15 of file BoundingBox.cpp.
Definition at line 23 of file BoundingBox.cpp.
Member Function Documentation
| bool BoundingBox::contains | ( | const QPointF & | point | ) |
Definition at line 48 of file BoundingBox.cpp.
| bool BoundingBox::intersects | ( | BoundingBox | box | ) |
Definition at line 60 of file BoundingBox.cpp.
| bool BoundingBox::isValid | ( | ) |
Definition at line 80 of file BoundingBox.cpp.
| QString BoundingBox::string | ( | ) |
Definition at line 89 of file BoundingBox.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference