Audacity 3.2.0
|
Go to the source code of this file.
Classes | |
struct | graphics::RectType< DataType > |
Rectangle that is defined by the top left corner and the size. More... | |
Namespaces | |
namespace | graphics |
Typedefs | |
using | graphics::Rect = RectType< float > |
Alias for rectangle with float data type. More... | |
Functions | |
template<typename DataType > | |
bool | graphics::operator== (const RectType< DataType > lhs, const RectType< DataType > rhs) noexcept |
template<typename DataType > | |
bool | graphics::operator!= (const RectType< DataType > lhs, const RectType< DataType > rhs) noexcept |
template<typename To , typename From > | |
RectType< To > | graphics::rect_cast (RectType< From > rect) |
Cast the rectangle to another data type. More... | |