map2d_widget
Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
core::Point Struct Reference

#include <point.h>

Public Member Functions

 Point ()
 
 Point (int x, int y)
 
 Point (Size sz)
 
 Point (int dw)
 
bool IsEmpty ()
 
int X () const
 
int Y () const
 
void SetX (const int &value)
 
void SetY (const int &value)
 
QString ToString () const
 
void Offset (const int &dx, const int &dy)
 
void Offset (Point p)
 

Static Public Member Functions

static int HIWORD (int n)
 
static int LOWORD (int n)
 

Static Public Attributes

static Point Empty =Point()
 

Friends

uint qHash (Point const &point)
 
bool operator== (Point const &lhs, Point const &rhs)
 
bool operator!= (Point const &lhs, Point const &rhs)
 

The documentation for this struct was generated from the following files: