avcpp  2.0
Wrapper for the FFmpeg that simplify usage from C++ projects.
Public Member Functions | List of all members
av::Rect Class Reference

#include <rect.h>

Public Member Functions

 Rect () noexcept=default
 
 Rect (int width, int height) noexcept
 
 Rect (int x, int y, int width, int height) noexcept
 
void setX (int x) noexcept
 
void setY (int y) noexcept
 
void setWidth (int w) noexcept
 
void setHeight (int h) noexcept
 
int getX () const noexcept
 
int getY () const noexcept
 
int getWidth () const noexcept
 
int getHeight () const noexcept
 

Constructor & Destructor Documentation

◆ Rect() [1/3]

av::Rect::Rect ( )
defaultnoexcept

◆ Rect() [2/3]

av::Rect::Rect ( int  width,
int  height 
)
noexcept

◆ Rect() [3/3]

av::Rect::Rect ( int  x,
int  y,
int  width,
int  height 
)
noexcept

Member Function Documentation

◆ getHeight()

int av::Rect::getHeight ( ) const
inlinenoexcept

◆ getWidth()

int av::Rect::getWidth ( ) const
inlinenoexcept

◆ getX()

int av::Rect::getX ( ) const
inlinenoexcept

◆ getY()

int av::Rect::getY ( ) const
inlinenoexcept

◆ setHeight()

void av::Rect::setHeight ( int  h)
inlinenoexcept

◆ setWidth()

void av::Rect::setWidth ( int  w)
inlinenoexcept

◆ setX()

void av::Rect::setX ( int  x)
inlinenoexcept

◆ setY()

void av::Rect::setY ( int  y)
inlinenoexcept

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