Tizen Native API
5.0
|
Structure describing the a collection of uint16_t. More...
Public Member Functions | |
Extents () | |
Default constructor which provides an initialized Dali::Extents( 0u, 0u, 0u, 0u ). | |
Extents (const Extents ©) | |
Copy constructor. | |
Extents (uint16_t start, uint16_t end, uint16_t top, uint16_t bottom) | |
Constructor. | |
Extents & | operator= (const Extents ©) |
Copy Assignment operator. | |
Extents & | operator= (const uint16_t *array) |
Assignment operator. | |
bool | operator== (const Extents &rhs) const |
Equality operator. | |
bool | operator!= (const Extents &rhs) const |
Inequality operator. | |
Public Attributes | |
uint16_t | start |
The start extent. | |
uint16_t | end |
The end extent. | |
uint16_t | top |
The top extent. | |
uint16_t | bottom |
The bottom extent. |
Structure describing the a collection of uint16_t.
Default constructor which provides an initialized Dali::Extents( 0u, 0u, 0u, 0u ).
Dali::Extents::Extents | ( | const Extents & | copy | ) |
Copy constructor.
[in] | copy | A reference to the copied Extents |
Dali::Extents::Extents | ( | uint16_t | start, |
uint16_t | end, | ||
uint16_t | top, | ||
uint16_t | bottom | ||
) |
Constructor.
[in] | start | Start extent |
[in] | end | End extent |
[in] | top | Top extent |
[in] | bottom | Bottom extent |
bool Dali::Extents::operator!= | ( | const Extents & | rhs | ) | const |
Inequality operator.
[in] | rhs | The Extents to test against |
Copy Assignment operator.
[in] | copy | A reference to the copied Extents |
Extents& Dali::Extents::operator= | ( | const uint16_t * | array | ) |
Assignment operator.
[in] | array | Array of uint16_t |
bool Dali::Extents::operator== | ( | const Extents & | rhs | ) | const |
Equality operator.
[in] | rhs | The Extents to test against |
uint16_t Dali::Extents::bottom |
The bottom extent.
uint16_t Dali::Extents::end |
The end extent.
uint16_t Dali::Extents::start |
The start extent.
uint16_t Dali::Extents::top |
The top extent.