vdr  1.7.31
Public Member Functions | Private Attributes | List of all members
cPoint Class Reference

#include <osd.h>

Public Member Functions

 cPoint (void)
 cPoint (int X, int Y)
 cPoint (const cPoint &Point)
bool operator== (const cPoint &Point) const
bool operator!= (const cPoint &Point) const
cPoint operator- (void) const
cPoint operator- (const cPoint &Point) const
int X (void) const
int Y (void) const
void SetX (int X)
void SetY (int Y)
void Set (int X, int Y)
void Set (const cPoint &Point)
void Shift (int Dx, int Dy)
void Shift (const cPoint &Dp)
cPoint Shifted (int Dx, int Dy) const
cPoint Shifted (const cPoint &Dp) const
 cPoint (void)
 cPoint (int X, int Y)
 cPoint (const cPoint &Point)
bool operator== (const cPoint &Point) const
bool operator!= (const cPoint &Point) const
cPoint operator- (void) const
cPoint operator- (const cPoint &Point) const
int X (void) const
int Y (void) const
void SetX (int X)
void SetY (int Y)
void Set (int X, int Y)
void Set (const cPoint &Point)
void Shift (int Dx, int Dy)
void Shift (const cPoint &Dp)
cPoint Shifted (int Dx, int Dy) const
cPoint Shifted (const cPoint &Dp) const

Private Attributes

int x
int y

Detailed Description

Definition at line 302 of file include/vdr/osd.h.

Constructor & Destructor Documentation

cPoint::cPoint ( void  )
inline

Definition at line 307 of file include/vdr/osd.h.

References x, and y.

Referenced by operator-().

cPoint::cPoint ( int  X,
int  Y 
)
inline

Definition at line 308 of file include/vdr/osd.h.

References x, X(), y, and Y().

cPoint::cPoint ( const cPoint Point)
inline

Definition at line 309 of file include/vdr/osd.h.

References x, X(), y, and Y().

cPoint::cPoint ( void  )
inline

Definition at line 307 of file osd.h.

References x, and y.

cPoint::cPoint ( int  X,
int  Y 
)
inline

Definition at line 308 of file osd.h.

References x, X(), y, and Y().

cPoint::cPoint ( const cPoint Point)
inline

Definition at line 309 of file osd.h.

References x, X(), y, and Y().

Member Function Documentation

bool cPoint::operator!= ( const cPoint Point) const
inline

Definition at line 311 of file include/vdr/osd.h.

bool cPoint::operator!= ( const cPoint Point) const
inline

Definition at line 311 of file osd.h.

cPoint cPoint::operator- ( void  ) const
inline

Definition at line 312 of file osd.h.

References cPoint(), x, and y.

cPoint cPoint::operator- ( void  ) const
inline

Definition at line 312 of file include/vdr/osd.h.

References cPoint(), x, and y.

cPoint cPoint::operator- ( const cPoint Point) const
inline

Definition at line 313 of file include/vdr/osd.h.

References cPoint(), x, X(), y, and Y().

cPoint cPoint::operator- ( const cPoint Point) const
inline

Definition at line 313 of file osd.h.

References cPoint(), x, X(), y, and Y().

bool cPoint::operator== ( const cPoint Point) const
inline

Definition at line 310 of file include/vdr/osd.h.

References x, X(), y, and Y().

bool cPoint::operator== ( const cPoint Point) const
inline

Definition at line 310 of file osd.h.

References x, X(), y, and Y().

void cPoint::Set ( int  X,
int  Y 
)
inline

Definition at line 318 of file include/vdr/osd.h.

References x, X(), y, and Y().

Referenced by cTrueColorDemo::Action(), cRect::Set(), and cRect::SetPoint().

void cPoint::Set ( int  X,
int  Y 
)
inline

Definition at line 318 of file osd.h.

References x, X(), y, and Y().

void cPoint::Set ( const cPoint Point)
inline

Definition at line 319 of file include/vdr/osd.h.

References x, X(), y, and Y().

void cPoint::Set ( const cPoint Point)
inline

Definition at line 319 of file osd.h.

References x, X(), y, and Y().

void cPoint::SetX ( int  X)
inline

Definition at line 316 of file osd.h.

References x, and X().

void cPoint::SetX ( int  X)
inline

Definition at line 316 of file include/vdr/osd.h.

References x, and X().

Referenced by cPixmap::DrawPixmap(), cTrueColorDemo::ProcessKey(), and cRect::SetX().

void cPoint::SetY ( int  Y)
inline

Definition at line 317 of file osd.h.

References y, and Y().

void cPoint::SetY ( int  Y)
inline

Definition at line 317 of file include/vdr/osd.h.

References y, and Y().

Referenced by cTrueColorDemo::Action(), cTrueColorDemo::ProcessKey(), and cRect::SetY().

void cPoint::Shift ( int  Dx,
int  Dy 
)
inline

Definition at line 320 of file include/vdr/osd.h.

References x, and y.

Referenced by cPixmap::DrawPixmap(), cRect::Grow(), cRect::Shift(), and Shifted().

void cPoint::Shift ( int  Dx,
int  Dy 
)
inline

Definition at line 320 of file osd.h.

References x, and y.

void cPoint::Shift ( const cPoint Dp)
inline

Definition at line 321 of file include/vdr/osd.h.

References x, X(), y, and Y().

void cPoint::Shift ( const cPoint Dp)
inline

Definition at line 321 of file osd.h.

References x, X(), y, and Y().

cPoint cPoint::Shifted ( int  Dx,
int  Dy 
) const
inline

Definition at line 322 of file osd.h.

References Shift().

cPoint cPoint::Shifted ( int  Dx,
int  Dy 
) const
inline
cPoint cPoint::Shifted ( const cPoint Dp) const
inline

Definition at line 323 of file include/vdr/osd.h.

References Shift().

cPoint cPoint::Shifted ( const cPoint Dp) const
inline

Definition at line 323 of file osd.h.

References Shift().

int cPoint::X ( void  ) const
inline

Definition at line 314 of file osd.h.

References x.

int cPoint::X ( void  ) const
inline
int cPoint::Y ( void  ) const
inline
int cPoint::Y ( void  ) const
inline

Definition at line 315 of file osd.h.

References y.

Member Data Documentation

int cPoint::x
private

Definition at line 304 of file include/vdr/osd.h.

Referenced by cPoint(), operator-(), operator==(), Set(), SetX(), Shift(), and X().

int cPoint::y
private

Definition at line 305 of file include/vdr/osd.h.

Referenced by cPoint(), operator-(), operator==(), Set(), SetY(), Shift(), and Y().


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