| 
    Quantum GIS API Documentation
    1.7.4
    
   
   | 
  
  
  
 
#include <iostream>#include <QString>#include <QPoint>

Go to the source code of this file.
Classes | |
| class | QgsVector | 
| A class to represent a vector.  More... | |
| class | QgsPoint | 
| A class to represent a point geometry.  More... | |
Functions | |
| bool | operator== (const QgsPoint &p1, const QgsPoint &p2) | 
| std::ostream & | operator<< (std::ostream &os, const QgsPoint &p) | 
| std::ostream& operator<< | ( | std::ostream & | os, | 
| const QgsPoint & | p | ||
| ) |  [inline] | 
        
Definition at line 200 of file qgspoint.h.
References QgsPoint::toString().
Definition at line 192 of file qgspoint.h.
References QgsPoint::x(), and QgsPoint::y().
 1.7.6.1