Rogue Wave Views Foundation Package API Reference Guide |
Rogue Wave Views Documentation Home |
This class is a helper to deal with the Windows API structure POINT
in Rogue Wave Views code.
More...
#include <ilviews/windows/config.h>
Public Member Functions | |
IlvWindowsPoint (const POINT &pt) | |
Conversion constructor from a Windows API structure POINT . More... | |
IlvWindowsPoint (IlvPos x, IlvPos y) | |
Constructor from coordinates. More... | |
IlvWindowsPoint (const IlvPoint &pt) | |
Constructor from an IlvPoint . More... | |
IlvWindowsPoint () | |
The default constructor. More... | |
POINT & | fill (POINT &pt) |
Fills a Windows API structure POINT. More... | |
operator const POINT () | |
Conversion operator into a Windows API Structure POINT. More... | |
Public Member Functions inherited from IlvPoint | |
IlvPoint (IlvPos x=0, IlvPos y=0) | |
Constructor. More... | |
IlvPos | getX () const |
Retrieves the current x coordinate. More... | |
IlvPos | getY () const |
Retrieves the current y coordinate. More... | |
void | move (IlvPos x, IlvPos y) |
Sets the new position. More... | |
int | operator!= (const IlvPoint &p) const |
Inequality operator. More... | |
IlvPoint & | operator= (const IlvPoint &p) |
Assignment operator. More... | |
int | operator== (const IlvPoint &p) const |
Equality operator. More... | |
void | set (IlvPos x, IlvPos y) |
Sets the new position. More... | |
void | setX (IlvPos newX) |
Sets the x coordinate. More... | |
void | setY (IlvPos yy) |
Sets the y coordinate. More... | |
void | translate (IlvPos dx, IlvPos dy) |
Translates to a new position. More... | |
void | translate (const IlvPoint &delta) |
Translates to a new position. More... | |
IlvPos | x () const |
Retrieves the current x coordinate. More... | |
void | x (IlvPos newX) |
Sets the x coordinate. More... | |
IlvPos | y () const |
Retrieves the current y coordinate. More... | |
void | y (IlvPos newY) |
Sets the y coordinate. More... | |
This class is a helper to deal with the Windows API structure POINT
in Rogue Wave Views code.
Library: winviews
IlvWindowsPoint::IlvWindowsPoint | ( | const POINT & | pt | ) |
Conversion constructor from a Windows API structure POINT
.
pt | A const reference to a POINT to be converted into an IlvWindowsPoint . |
Constructor from coordinates.
x | An IlvPos that is the abscissa of the point. |
y | An IlvPos that is the ordinate of the point. |
IlvWindowsPoint::IlvWindowsPoint | ( | const IlvPoint & | pt | ) |
IlvWindowsPoint::IlvWindowsPoint | ( | ) |
The default constructor.
The coordinates of the point are (0, 0).
POINT& IlvWindowsPoint::fill | ( | POINT & | pt | ) |
Fills a Windows API structure POINT.
pt | A reference to a Windows API structure POINT to be filled with the values of the instance of IlvWindowsPoint . |
IlvWindowsPoint::operator const POINT | ( | ) |
Conversion operator into a Windows API Structure POINT.
The Windows API Structure POINT is filled with the values of the instance of IlvWindowsPoint
.
© Copyright 2016, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.