class FPoint

More...

Definition#include <scribus/fpoint.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Private Members


Detailed Description

 FPoint ()

FPoint

 FPoint (double x, double y)

FPoint

 FPoint (QPoint p)

FPoint

 ~FPoint ()

~FPoint

double  x ()

x

double  y ()

y

void  setX (double x)

setX

void  setY (double y)

setY

bool  operator== (const FPoint &rhs)

operator==

bool  operator!= (const FPoint &rhs)

operator!=

FPointoperator+= ( const FPoint &p )

operator+=

FPointoperator-= ( const FPoint &p )

operator-=

double xp

xp

[private]

double yp

yp

[private]