QSFML
Classes | Namespaces | Typedefs
qvector2.hpp File Reference
#include <SFML/System/Vector2.hpp>
#include <QPoint>
#include <QSize>
Include dependency graph for qvector2.hpp:

Go to the source code of this file.

Classes

class  qsf::QVector2< N >
 Compatibility layer sf::Vector2<N> ↔ QPoint; QSize. More...
 

Namespaces

 qsf
 Namespace containing all qsf classes and methods.
 

Typedefs

typedef QVector2< int > qsf::QVector2i
 Alias to QVector with template int. More...
 
typedef QVector2< unsigned int > qsf::QVector2u
 Alias to QVector with template unsigned int. More...
 
typedef QVector2< float > qsf::QVector2f
 Alias to QVector with template float. More...
 

Detailed Description

QVector2 implementation file