![]() |
FLImaging 7.6.11.1
|
Simplified class representing a rectangle. More...
#include <TRect.h>
Public Member Functions | |
| TRect () | |
| Default constructor. | |
| TRect (const TRect< int8_t > &tr) | |
| Copy constructor. | |
| TRect (const TRect< int8_t > *pTr) | |
| Copy constructor. | |
| TRect (const TRect< uint8_t > &tr) | |
| Copy constructor. | |
| TRect (const TRect< uint8_t > *pTr) | |
| Copy constructor. | |
| TRect (const TRect< int16_t > &tr) | |
| Copy constructor. | |
| TRect (const TRect< int16_t > *pTr) | |
| Copy constructor. | |
| TRect (const TRect< uint16_t > &tr) | |
| Copy constructor. | |
| TRect (const TRect< uint16_t > *pTr) | |
| Copy constructor. | |
| TRect (const TRect< int32_t > &tr) | |
| Copy constructor. | |
| TRect (const TRect< int32_t > *pTr) | |
| Copy constructor. | |
| TRect (const TRect< uint32_t > &tr) | |
| Copy constructor. | |
| TRect (const TRect< uint32_t > *pTr) | |
| Copy constructor. | |
| TRect (const TRect< int64_t > &tr) | |
| Copy constructor. | |
| TRect (const TRect< int64_t > *pTr) | |
| Copy constructor. | |
| TRect (const TRect< uint64_t > &tr) | |
| Copy constructor. | |
| TRect (const TRect< uint64_t > *pTr) | |
| Copy constructor. | |
| TRect (const TRect< float > &tr) | |
| Copy constructor. | |
| TRect (const TRect< float > *pTr) | |
| Copy constructor. | |
| TRect (const TRect< double > &tr) | |
| Copy constructor. | |
| TRect (const TRect< double > *pTr) | |
| Copy constructor. | |
| TRect (int8_t left, int8_t top, int8_t right, int8_t bottom) | |
| Constructs a rectangle using the specified coordinates. | |
| TRect (uint8_t left, uint8_t top, uint8_t right, uint8_t bottom) | |
| Constructs a rectangle using the specified coordinates. | |
| TRect (int16_t left, int16_t top, int16_t right, int16_t bottom) | |
| Constructs a rectangle using the specified coordinates. | |
| TRect (uint16_t left, uint16_t top, uint16_t right, uint16_t bottom) | |
| Constructs a rectangle using the specified coordinates. | |
| TRect (int32_t left, int32_t top, int32_t right, int32_t bottom) | |
| Constructs a rectangle using the specified coordinates. | |
| TRect (uint32_t left, uint32_t top, uint32_t right, uint32_t bottom) | |
| Constructs a rectangle using the specified coordinates. | |
| TRect (int64_t left, int64_t top, int64_t right, int64_t bottom) | |
| Constructs a rectangle using the specified coordinates. | |
| TRect (uint64_t left, uint64_t top, uint64_t right, uint64_t bottom) | |
| Constructs a rectangle using the specified coordinates. | |
| TRect (float left, float top, float right, float bottom) | |
| Constructs a rectangle using the specified coordinates. | |
| TRect (double left, double top, double right, double bottom) | |
| Constructs a rectangle using the specified coordinates. | |
| void | Set (const TRect< int8_t > &tr) |
| Sets the rectangle from another TRect object. | |
| void | Set (const TRect< int8_t > *pTr) |
| Sets the rectangle from a TRect pointer. | |
| void | Set (const TRect< uint8_t > &tr) |
| Sets the rectangle from another TRect object. | |
| void | Set (const TRect< uint8_t > *pTr) |
| Sets the rectangle from a TRect pointer. | |
| void | Set (const TRect< int16_t > &tr) |
| Sets the rectangle from another TRect object. | |
| void | Set (const TRect< int16_t > *pTr) |
| Sets the rectangle from a TRect pointer. | |
| void | Set (const TRect< uint16_t > &tr) |
| Sets the rectangle from another TRect object. | |
| void | Set (const TRect< uint16_t > *pTr) |
| Sets the rectangle from a TRect pointer. | |
| void | Set (const TRect< int32_t > &tr) |
| Sets the rectangle from another TRect object. | |
| void | Set (const TRect< int32_t > *pTr) |
| Sets the rectangle from a TRect pointer. | |
| void | Set (const TRect< uint32_t > &tr) |
| Sets the rectangle from another TRect object. | |
| void | Set (const TRect< uint32_t > *pTr) |
| Sets the rectangle from a TRect pointer. | |
| void | Set (const TRect< int64_t > &tr) |
| Sets the rectangle from another TRect object. | |
| void | Set (const TRect< int64_t > *pTr) |
| Sets the rectangle from a TRect pointer. | |
| void | Set (const TRect< uint64_t > &tr) |
| Sets the rectangle from another TRect object. | |
| void | Set (const TRect< uint64_t > *pTr) |
| Sets the rectangle from a TRect pointer. | |
| void | Set (const TRect< float > &tr) |
| Sets the rectangle from another TRect object. | |
| void | Set (const TRect< float > *pTr) |
| Sets the rectangle from a TRect pointer. | |
| void | Set (const TRect< double > &tr) |
| Sets the rectangle from another TRect object. | |
| void | Set (const TRect< double > *pTr) |
| Sets the rectangle from a TRect pointer. | |
| void | Set (int8_t left, int8_t top, int8_t right, int8_t bottom) |
| Sets the rectangle using the specified coordinates. | |
| void | Set (uint8_t left, uint8_t top, uint8_t right, uint8_t bottom) |
| Sets the rectangle using the specified coordinates. | |
| void | Set (int16_t left, int16_t top, int16_t right, int16_t bottom) |
| Sets the rectangle using the specified coordinates. | |
| void | Set (uint16_t left, uint16_t top, uint16_t right, uint16_t bottom) |
| Sets the rectangle using the specified coordinates. | |
| void | Set (int32_t left, int32_t top, int32_t right, int32_t bottom) |
| Sets the rectangle using the specified coordinates. | |
| void | Set (uint32_t left, uint32_t top, uint32_t right, uint32_t bottom) |
| Sets the rectangle using the specified coordinates. | |
| void | Set (int64_t left, int64_t top, int64_t right, int64_t bottom) |
| Sets the rectangle using the specified coordinates. | |
| void | Set (uint64_t left, uint64_t top, uint64_t right, uint64_t bottom) |
| Sets the rectangle using the specified coordinates. | |
| void | Set (float left, float top, float right, float bottom) |
| Sets the rectangle using the specified coordinates. | |
| void | Set (double left, double top, double right, double bottom) |
| Sets the rectangle using the specified coordinates. | |
| const TRect< T > & | operator= (int32_t value) |
| Assignment operator. | |
| const TRect< T > & | operator= (int64_t value) |
| Assignment operator. | |
| const TRect< T > & | operator= (float value) |
| Assignment operator. | |
| const TRect< T > & | operator= (double value) |
| Assignment operator. | |
| const TRect< T > & | operator= (const TRect< int32_t > &tr) |
| Assignment operator. | |
| const TRect< T > & | operator= (const TRect< int64_t > &tr) |
| Assignment operator. | |
| const TRect< T > & | operator= (const TRect< float > &tr) |
| Assignment operator. | |
| const TRect< T > & | operator= (const TRect< double > &tr) |
| Assignment operator. | |
| bool | operator== (const TRect< int32_t > &tr) |
| Equality operator. | |
| bool | operator== (const TRect< int64_t > &tr) |
| Equality operator. | |
| bool | operator== (const TRect< float > &tr) |
| Equality operator. | |
| bool | operator== (const TRect< double > &tr) |
| Equality operator. | |
| bool | operator!= (const TRect< int32_t > &tr) |
| Inequality operator. | |
| bool | operator!= (const TRect< int64_t > &tr) |
| Inequality operator. | |
| bool | operator!= (const TRect< float > &tr) |
| Inequality operator. | |
| bool | operator!= (const TRect< double > &tr) |
| Inequality operator. | |
| const TRect< T > & | operator+= (int32_t value) |
| Addition assignment operator. | |
| const TRect< T > & | operator+= (int64_t value) |
| Addition assignment operator. | |
| const TRect< T > & | operator+= (float value) |
| Addition assignment operator. | |
| const TRect< T > & | operator+= (double value) |
| Addition assignment operator. | |
| const TRect< T > & | operator+= (const TRect< int32_t > &tr) |
| Addition assignment operator. | |
| const TRect< T > & | operator+= (const TRect< int64_t > &tr) |
| Addition assignment operator. | |
| const TRect< T > & | operator+= (const TRect< float > &tr) |
| Addition assignment operator. | |
| const TRect< T > & | operator+= (const TRect< double > &tr) |
| Addition assignment operator. | |
| const TRect< T > & | operator-= (int32_t value) |
| Subtraction assignment operator. | |
| const TRect< T > & | operator-= (int64_t value) |
| Subtraction assignment operator. | |
| const TRect< T > & | operator-= (float value) |
| Subtraction assignment operator. | |
| const TRect< T > & | operator-= (double value) |
| Subtraction assignment operator. | |
| const TRect< T > & | operator-= (const TRect< int32_t > &tr) |
| Subtraction assignment operator. | |
| const TRect< T > & | operator-= (const TRect< int64_t > &tr) |
| Subtraction assignment operator. | |
| const TRect< T > & | operator-= (const TRect< float > &tr) |
| Subtraction assignment operator. | |
| const TRect< T > & | operator-= (const TRect< double > &tr) |
| Subtraction assignment operator. | |
| const TRect< T > & | operator*= (int32_t value) |
| Multiplication assignment operator. | |
| const TRect< T > & | operator*= (int64_t value) |
| Multiplication assignment operator. | |
| const TRect< T > & | operator*= (float value) |
| Multiplication assignment operator. | |
| const TRect< T > & | operator*= (double value) |
| Multiplication assignment operator. | |
| const TRect< T > & | operator*= (const TRect< int32_t > &tr) |
| Multiplication assignment operator. | |
| const TRect< T > & | operator*= (const TRect< int64_t > &tr) |
| Multiplication assignment operator. | |
| const TRect< T > & | operator*= (const TRect< float > &tr) |
| Multiplication assignment operator. | |
| const TRect< T > & | operator*= (const TRect< double > &tr) |
| Multiplication assignment operator. | |
| const TRect< T > & | operator/= (int32_t value) |
| Division assignment operator. | |
| const TRect< T > & | operator/= (int64_t value) |
| Division assignment operator. | |
| const TRect< T > & | operator/= (float value) |
| Division assignment operator. | |
| const TRect< T > & | operator/= (double value) |
| Division assignment operator. | |
| const TRect< T > & | operator/= (const TRect< int32_t > &tr) |
| Division assignment operator. | |
| const TRect< T > & | operator/= (const TRect< int64_t > &tr) |
| Division assignment operator. | |
| const TRect< T > & | operator/= (const TRect< float > &tr) |
| Division assignment operator. | |
| const TRect< T > & | operator/= (const TRect< double > &tr) |
| Division assignment operator. | |
| TRect< T > | operator+ (int32_t value) |
| Addition operator. | |
| TRect< T > | operator+ (int64_t value) |
| Addition operator. | |
| TRect< T > | operator+ (float value) |
| Addition operator. | |
| TRect< T > | operator+ (double value) |
| Addition operator. | |
| TRect< T > | operator+ (const TRect< int32_t > &tr) |
| Addition operator. | |
| TRect< T > | operator+ (const TRect< int64_t > &tr) |
| Addition operator. | |
| TRect< T > | operator+ (const TRect< float > &tr) |
| Addition operator. | |
| TRect< T > | operator+ (const TRect< double > &tr) |
| Addition operator. | |
| TRect< T > | operator- (int32_t value) |
| Subtraction operator. | |
| TRect< T > | operator- (int64_t value) |
| Subtraction operator. | |
| TRect< T > | operator- (float value) |
| Subtraction operator. | |
| TRect< T > | operator- (double value) |
| Subtraction operator. | |
| TRect< T > | operator- (const TRect< int32_t > &tr) |
| Subtraction operator. | |
| TRect< T > | operator- (const TRect< int64_t > &tr) |
| Subtraction operator. | |
| TRect< T > | operator- (const TRect< float > &tr) |
| Subtraction operator. | |
| TRect< T > | operator- (const TRect< double > &tr) |
| Subtraction operator. | |
| TRect< T > | operator* (int32_t value) |
| Multiplication operator. | |
| TRect< T > | operator* (int64_t value) |
| Multiplication operator. | |
| TRect< T > | operator* (float value) |
| Multiplication operator. | |
| TRect< T > | operator* (double value) |
| Multiplication operator. | |
| TRect< T > | operator* (const TRect< int32_t > &tr) |
| Multiplication operator. | |
| TRect< T > | operator* (const TRect< int64_t > &tr) |
| Multiplication operator. | |
| TRect< T > | operator* (const TRect< float > &tr) |
| Multiplication operator. | |
| TRect< T > | operator* (const TRect< double > &tr) |
| Multiplication operator. | |
| TRect< T > | operator/ (int32_t value) |
| Division operator. | |
| TRect< T > | operator/ (int64_t value) |
| Division operator. | |
| TRect< T > | operator/ (float value) |
| Division operator. | |
| TRect< T > | operator/ (double value) |
| Division operator. | |
| TRect< T > | operator/ (const TRect< int32_t > &tr) |
| Division operator. | |
| TRect< T > | operator/ (const TRect< int64_t > &tr) |
| Division operator. | |
| TRect< T > | operator/ (const TRect< float > &tr) |
| Division operator. | |
| TRect< T > | operator/ (const TRect< double > &tr) |
| Division operator. | |
Public Attributes | |
| T | left |
| T | top |
| T | right |
| T | bottom |
Friends | |
| TRect< T > | operator+ (int32_t value, const TRect< T > &tr) |
| Addition operator. | |
| TRect< T > | operator+ (int64_t value, const TRect< T > &tr) |
| Addition operator. | |
| TRect< T > | operator+ (float value, const TRect< T > &tr) |
| Addition operator. | |
| TRect< T > | operator+ (double value, const TRect< T > &tr) |
| Addition operator. | |
| TRect< T > | operator- (int32_t value, const TRect< T > &tr) |
| Subtraction operator. | |
| TRect< T > | operator- (int64_t value, const TRect< T > &tr) |
| Subtraction operator. | |
| TRect< T > | operator- (float value, const TRect< T > &tr) |
| Subtraction operator. | |
| TRect< T > | operator- (double value, const TRect< T > &tr) |
| Subtraction operator. | |
| TRect< T > | operator* (int32_t value, const TRect< T > &tr) |
| Multiplication operator. | |
| TRect< T > | operator* (int64_t value, const TRect< T > &tr) |
| Multiplication operator. | |
| TRect< T > | operator* (float value, const TRect< T > &tr) |
| Multiplication operator. | |
| TRect< T > | operator* (double value, const TRect< T > &tr) |
| Multiplication operator. | |
| TRect< T > | operator/ (int32_t value, const TRect< T > &tr) |
| Division operator. | |
| TRect< T > | operator/ (int64_t value, const TRect< T > &tr) |
| Division operator. | |
| TRect< T > | operator/ (float value, const TRect< T > &tr) |
| Division operator. | |
| TRect< T > | operator/ (double value, const TRect< T > &tr) |
| Division operator. | |
Simplified class representing a rectangle.
The default constructor does not initialize member variables for performance.
|
inline |
Copy constructor.
| [in] | tr | TRect object to copy. |
|
inline |
Copy constructor.
| [in] | pTr | Pointer to the TRect object to copy. |
|
inline |
Copy constructor.
| [in] | tr | TRect object to copy. |
|
inline |
Copy constructor.
| [in] | pTr | Pointer to the TRect object to copy. |
|
inline |
Copy constructor.
| [in] | tr | TRect object to copy. |
|
inline |
Copy constructor.
| [in] | pTr | Pointer to the TRect object to copy. |
|
inline |
Copy constructor.
| [in] | tr | TRect object to copy. |
|
inline |
Copy constructor.
| [in] | pTr | Pointer to the TRect object to copy. |
|
inline |
Copy constructor.
| [in] | tr | TRect object to copy. |
|
inline |
Copy constructor.
| [in] | pTr | Pointer to the TRect object to copy. |
|
inline |
Copy constructor.
| [in] | tr | TRect object to copy. |
|
inline |
Copy constructor.
| [in] | pTr | Pointer to the TRect object to copy. |
|
inline |
Copy constructor.
| [in] | tr | TRect object to copy. |
|
inline |
Copy constructor.
| [in] | pTr | Pointer to the TRect object to copy. |
|
inline |
Copy constructor.
| [in] | tr | TRect object to copy. |
|
inline |
Copy constructor.
| [in] | pTr | Pointer to the TRect object to copy. |
|
inline |
Copy constructor.
| [in] | tr | TRect object to copy. |
|
inline |
Copy constructor.
| [in] | pTr | Pointer to the TRect object to copy. |
|
inline |
Copy constructor.
| [in] | tr | TRect object to copy. |
|
inline |
Copy constructor.
| [in] | pTr | Pointer to the TRect object to copy. |
|
inline |
Constructs a rectangle using the specified coordinates.
| [in] | left | Left coordinate. |
| [in] | top | Top coordinate. |
| [in] | right | Right coordinate. |
| [in] | bottom | Bottom coordinate. |
|
inline |
Constructs a rectangle using the specified coordinates.
| [in] | left | Left coordinate. |
| [in] | top | Top coordinate. |
| [in] | right | Right coordinate. |
| [in] | bottom | Bottom coordinate. |
|
inline |
Constructs a rectangle using the specified coordinates.
| [in] | left | Left coordinate. |
| [in] | top | Top coordinate. |
| [in] | right | Right coordinate. |
| [in] | bottom | Bottom coordinate. |
|
inline |
Constructs a rectangle using the specified coordinates.
| [in] | left | Left coordinate. |
| [in] | top | Top coordinate. |
| [in] | right | Right coordinate. |
| [in] | bottom | Bottom coordinate. |
|
inline |
Constructs a rectangle using the specified coordinates.
| [in] | left | Left coordinate. |
| [in] | top | Top coordinate. |
| [in] | right | Right coordinate. |
| [in] | bottom | Bottom coordinate. |
|
inline |
Constructs a rectangle using the specified coordinates.
| [in] | left | Left coordinate. |
| [in] | top | Top coordinate. |
| [in] | right | Right coordinate. |
| [in] | bottom | Bottom coordinate. |
|
inline |
Constructs a rectangle using the specified coordinates.
| [in] | left | Left coordinate. |
| [in] | top | Top coordinate. |
| [in] | right | Right coordinate. |
| [in] | bottom | Bottom coordinate. |
|
inline |
Constructs a rectangle using the specified coordinates.
| [in] | left | Left coordinate. |
| [in] | top | Top coordinate. |
| [in] | right | Right coordinate. |
| [in] | bottom | Bottom coordinate. |
|
inline |
Constructs a rectangle using the specified coordinates.
| [in] | left | Left coordinate. |
| [in] | top | Top coordinate. |
| [in] | right | Right coordinate. |
| [in] | bottom | Bottom coordinate. |
|
inline |
Constructs a rectangle using the specified coordinates.
| [in] | left | Left coordinate. |
| [in] | top | Top coordinate. |
| [in] | right | Right coordinate. |
| [in] | bottom | Bottom coordinate. |
|
inline |
Inequality operator.
| [in] | tr | Rectangle to compare. |
| bool | true if the two rectangles are not equal, otherwise false. |
|
inline |
Inequality operator.
| [in] | tr | Rectangle to compare. |
| bool | true if the two rectangles are not equal, otherwise false. |
|
inline |
Inequality operator.
| [in] | tr | Rectangle to compare. |
| bool | true if the two rectangles are not equal, otherwise false. |
|
inline |
Inequality operator.
| [in] | tr | Rectangle to compare. |
| bool | true if the two rectangles are not equal, otherwise false. |
|
inline |
Multiplication operator.
| [in] | tr | Rectangle to multiply by. |
| TRect<T> | Resulting rectangle. |
|
inline |
Multiplication operator.
| [in] | tr | Rectangle to multiply by. |
| TRect<T> | Resulting rectangle. |
|
inline |
Multiplication operator.
| [in] | tr | Rectangle to multiply by. |
| TRect<T> | Resulting rectangle. |
|
inline |
Multiplication operator.
| [in] | tr | Rectangle to multiply by. |
| TRect<T> | Resulting rectangle. |
|
inline |
Multiplication operator.
| [in] | value | Value to multiply by. |
| TRect<T> | Resulting rectangle. |
|
inline |
Multiplication operator.
| [in] | value | Value to multiply by. |
| TRect<T> | Resulting rectangle. |
|
inline |
Multiplication operator.
| [in] | value | Value to multiply by. |
| TRect<T> | Resulting rectangle. |
|
inline |
Multiplication operator.
| [in] | value | Value to multiply by. |
| TRect<T> | Resulting rectangle. |
|
inline |
Multiplication assignment operator.
| [in] | tr | Rectangle to multiply by. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Multiplication assignment operator.
| [in] | tr | Rectangle to multiply by. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Multiplication assignment operator.
| [in] | tr | Rectangle to multiply by. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Multiplication assignment operator.
| [in] | tr | Rectangle to multiply by. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Multiplication assignment operator.
| [in] | value | Value to multiply by. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Multiplication assignment operator.
| [in] | value | Value to multiply by. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Multiplication assignment operator.
| [in] | value | Value to multiply by. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Multiplication assignment operator.
| [in] | value | Value to multiply by. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Addition operator.
| [in] | tr | Rectangle to add. |
| TRect<T> | Resulting rectangle. |
|
inline |
Addition operator.
| [in] | tr | Rectangle to add. |
| TRect<T> | Resulting rectangle. |
|
inline |
Addition operator.
| [in] | tr | Rectangle to add. |
| TRect<T> | Resulting rectangle. |
|
inline |
Addition operator.
| [in] | tr | Rectangle to add. |
| TRect<T> | Resulting rectangle. |
|
inline |
Addition operator.
| [in] | value | Value to add. |
| TRect<T> | Resulting rectangle. |
|
inline |
Addition operator.
| [in] | value | Value to add. |
| TRect<T> | Resulting rectangle. |
|
inline |
Addition operator.
| [in] | value | Value to add. |
| TRect<T> | Resulting rectangle. |
|
inline |
Addition operator.
| [in] | value | Value to add. |
| TRect<T> | Resulting rectangle. |
|
inline |
Addition assignment operator.
| [in] | tr | Rectangle to add. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Addition assignment operator.
| [in] | tr | Rectangle to add. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Addition assignment operator.
| [in] | tr | Rectangle to add. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Addition assignment operator.
| [in] | tr | Rectangle to add. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Addition assignment operator.
| [in] | value | Value to add. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Addition assignment operator.
| [in] | value | Value to add. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Addition assignment operator.
| [in] | value | Value to add. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Addition assignment operator.
| [in] | value | Value to add. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Subtraction operator.
| [in] | tr | Rectangle to subtract. |
| TRect<T> | Resulting rectangle. |
|
inline |
Subtraction operator.
| [in] | tr | Rectangle to subtract. |
| TRect<T> | Resulting rectangle. |
|
inline |
Subtraction operator.
| [in] | tr | Rectangle to subtract. |
| TRect<T> | Resulting rectangle. |
|
inline |
Subtraction operator.
| [in] | tr | Rectangle to subtract. |
| TRect<T> | Resulting rectangle. |
|
inline |
Subtraction operator.
| [in] | value | Value to subtract. |
| TRect<T> | Resulting rectangle. |
|
inline |
Subtraction operator.
| [in] | value | Value to subtract. |
| TRect<T> | Resulting rectangle. |
|
inline |
Subtraction operator.
| [in] | value | Value to subtract. |
| TRect<T> | Resulting rectangle. |
|
inline |
Subtraction operator.
| [in] | value | Value to subtract. |
| TRect<T> | Resulting rectangle. |
|
inline |
Subtraction assignment operator.
| [in] | tr | Rectangle to subtract. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Subtraction assignment operator.
| [in] | tr | Rectangle to subtract. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Subtraction assignment operator.
| [in] | tr | Rectangle to subtract. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Subtraction assignment operator.
| [in] | tr | Rectangle to subtract. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Subtraction assignment operator.
| [in] | value | Value to subtract. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Subtraction assignment operator.
| [in] | value | Value to subtract. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Subtraction assignment operator.
| [in] | value | Value to subtract. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Subtraction assignment operator.
| [in] | value | Value to subtract. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Division operator.
| [in] | tr | Rectangle to divide by. |
| TRect<T> | Resulting rectangle. |
|
inline |
Division operator.
| [in] | tr | Rectangle to divide by. |
| TRect<T> | Resulting rectangle. |
|
inline |
Division operator.
| [in] | tr | Rectangle to divide by. |
| TRect<T> | Resulting rectangle. |
|
inline |
Division operator.
| [in] | tr | Rectangle to divide by. |
| TRect<T> | Resulting rectangle. |
|
inline |
Division operator.
| [in] | value | Value to divide by. |
| TRect<T> | Resulting rectangle. |
|
inline |
Division operator.
| [in] | value | Value to divide by. |
| TRect<T> | Resulting rectangle. |
|
inline |
Division operator.
| [in] | value | Value to divide by. |
| TRect<T> | Resulting rectangle. |
|
inline |
Division operator.
| [in] | value | Value to divide by. |
| TRect<T> | Resulting rectangle. |
|
inline |
Division assignment operator.
| [in] | tr | Rectangle to divide by. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Division assignment operator.
| [in] | tr | Rectangle to divide by. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Division assignment operator.
| [in] | tr | Rectangle to divide by. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Division assignment operator.
| [in] | tr | Rectangle to divide by. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Division assignment operator.
| [in] | value | Value to divide by. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Division assignment operator.
| [in] | value | Value to divide by. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Division assignment operator.
| [in] | value | Value to divide by. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Division assignment operator.
| [in] | value | Value to divide by. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Assignment operator.
| [in] | tr | Rectangle to assign. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Assignment operator.
| [in] | tr | Rectangle to assign. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Assignment operator.
| [in] | tr | Rectangle to assign. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Assignment operator.
| [in] | tr | Rectangle to assign. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Assignment operator.
| [in] | value | Value to assign. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Assignment operator.
| [in] | value | Value to assign. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Assignment operator.
| [in] | value | Value to assign. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Assignment operator.
| [in] | value | Value to assign. |
| const | TRect<T>& Reference to this rectangle. |
|
inline |
Equality operator.
| [in] | tr | Rectangle to compare. |
| bool | true if the two rectangles are equal, otherwise false. |
|
inline |
Equality operator.
| [in] | tr | Rectangle to compare. |
| bool | true if the two rectangles are equal, otherwise false. |
|
inline |
Equality operator.
| [in] | tr | Rectangle to compare. |
| bool | true if the two rectangles are equal, otherwise false. |
|
inline |
Equality operator.
| [in] | tr | Rectangle to compare. |
| bool | true if the two rectangles are equal, otherwise false. |
|
inline |
Sets the rectangle from another TRect object.
| [in] | tr | Source rectangle. |
|
inline |
|
inline |
Sets the rectangle from another TRect object.
| [in] | tr | Source rectangle. |
|
inline |
|
inline |
Sets the rectangle from another TRect object.
| [in] | tr | Source rectangle. |
|
inline |
|
inline |
Sets the rectangle from another TRect object.
| [in] | tr | Source rectangle. |
|
inline |
|
inline |
Sets the rectangle from another TRect object.
| [in] | tr | Source rectangle. |
|
inline |
|
inline |
Sets the rectangle from another TRect object.
| [in] | tr | Source rectangle. |
|
inline |
|
inline |
Sets the rectangle from another TRect object.
| [in] | tr | Source rectangle. |
|
inline |
|
inline |
Sets the rectangle from another TRect object.
| [in] | tr | Source rectangle. |
|
inline |
|
inline |
Sets the rectangle from another TRect object.
| [in] | tr | Source rectangle. |
|
inline |
|
inline |
Sets the rectangle from another TRect object.
| [in] | tr | Source rectangle. |
|
inline |
|
inline |
Sets the rectangle using the specified coordinates.
| [in] | left | Left coordinate. |
| [in] | top | Top coordinate. |
| [in] | right | Right coordinate. |
| [in] | bottom | Bottom coordinate. |
|
inline |
Sets the rectangle using the specified coordinates.
| [in] | left | Left coordinate. |
| [in] | top | Top coordinate. |
| [in] | right | Right coordinate. |
| [in] | bottom | Bottom coordinate. |
|
inline |
Sets the rectangle using the specified coordinates.
| [in] | left | Left coordinate. |
| [in] | top | Top coordinate. |
| [in] | right | Right coordinate. |
| [in] | bottom | Bottom coordinate. |
|
inline |
Sets the rectangle using the specified coordinates.
| [in] | left | Left coordinate. |
| [in] | top | Top coordinate. |
| [in] | right | Right coordinate. |
| [in] | bottom | Bottom coordinate. |
|
inline |
Sets the rectangle using the specified coordinates.
| [in] | left | Left coordinate. |
| [in] | top | Top coordinate. |
| [in] | right | Right coordinate. |
| [in] | bottom | Bottom coordinate. |
|
inline |
Sets the rectangle using the specified coordinates.
| [in] | left | Left coordinate. |
| [in] | top | Top coordinate. |
| [in] | right | Right coordinate. |
| [in] | bottom | Bottom coordinate. |
|
inline |
Sets the rectangle using the specified coordinates.
| [in] | left | Left coordinate. |
| [in] | top | Top coordinate. |
| [in] | right | Right coordinate. |
| [in] | bottom | Bottom coordinate. |
|
inline |
Sets the rectangle using the specified coordinates.
| [in] | left | Left coordinate. |
| [in] | top | Top coordinate. |
| [in] | right | Right coordinate. |
| [in] | bottom | Bottom coordinate. |
|
inline |
Sets the rectangle using the specified coordinates.
| [in] | left | Left coordinate. |
| [in] | top | Top coordinate. |
| [in] | right | Right coordinate. |
| [in] | bottom | Bottom coordinate. |
|
inline |
Sets the rectangle using the specified coordinates.
| [in] | left | Left coordinate. |
| [in] | top | Top coordinate. |
| [in] | right | Right coordinate. |
| [in] | bottom | Bottom coordinate. |
Multiplication operator.
| [in] | value | Value to multiply by. |
| [in] | tr | Rectangle to multiply. |
| TRect<T> | Resulting rectangle. |
Multiplication operator.
| [in] | value | Value to multiply by. |
| [in] | tr | Rectangle to multiply. |
| TRect<T> | Resulting rectangle. |
Multiplication operator.
| [in] | value | Value to multiply by. |
| [in] | tr | Rectangle to multiply. |
| TRect<T> | Resulting rectangle. |
Multiplication operator.
| [in] | value | Value to multiply by. |
| [in] | tr | Rectangle to multiply. |
| TRect<T> | Resulting rectangle. |
Addition operator.
| [in] | value | Value to add. |
| [in] | tr | Rectangle to add the value to. |
| TRect<T> | Resulting rectangle. |
Addition operator.
| [in] | value | Value to add. |
| [in] | tr | Rectangle to add the value to. |
| TRect<T> | Resulting rectangle. |
Addition operator.
| [in] | value | Value to add. |
| [in] | tr | Rectangle to add the value to. |
| TRect<T> | Resulting rectangle. |
Addition operator.
| [in] | value | Value to add. |
| [in] | tr | Rectangle to add the value to. |
| TRect<T> | Resulting rectangle. |
Subtraction operator.
| [in] | value | Value to subtract from. |
| [in] | tr | Rectangle to subtract. |
| TRect<T> | Resulting rectangle. |
Subtraction operator.
| [in] | value | Value to subtract from. |
| [in] | tr | Rectangle to subtract. |
| TRect<T> | Resulting rectangle. |
Subtraction operator.
| [in] | value | Value to subtract from. |
| [in] | tr | Rectangle to subtract. |
| TRect<T> | Resulting rectangle. |
Subtraction operator.
| [in] | value | Value to subtract from. |
| [in] | tr | Rectangle to subtract. |
| TRect<T> | Resulting rectangle. |
Division operator.
| [in] | value | Dividend value. |
| [in] | tr | Divisor rectangle. |
| TRect<T> | Resulting rectangle. |
Division operator.
| [in] | value | Dividend value. |
| [in] | tr | Divisor rectangle. |
| TRect<T> | Resulting rectangle. |
Division operator.
| [in] | value | Dividend value. |
| [in] | tr | Divisor rectangle. |
| TRect<T> | Resulting rectangle. |
Division operator.
| [in] | value | Dividend value. |
| [in] | tr | Divisor rectangle. |
| TRect<T> | Resulting rectangle. |
| T FLImaging::Base::TRect< T >::bottom |
the bottom coordinate of the rectangle
| T FLImaging::Base::TRect< T >::left |
the left coordinate of the rectangle
| T FLImaging::Base::TRect< T >::right |
the right coordinate of the rectangle
| T FLImaging::Base::TRect< T >::top |
the top coordinate of the rectangle