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 ()
 
 Rect (int width, int height)
 
 Rect (int x, int y, int width, int height)
 
void setX (int x)
 
void setY (int y)
 
void setWidth (int w)
 
void setHeight (int h)
 
int getX ()
 
int getY ()
 
int getWidth ()
 
int getHeight ()
 

Constructor & Destructor Documentation

◆ Rect() [1/3]

av::Rect::Rect ( )

◆ Rect() [2/3]

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

◆ Rect() [3/3]

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

Member Function Documentation

◆ getHeight()

int av::Rect::getHeight ( )
inline

◆ getWidth()

int av::Rect::getWidth ( )
inline

◆ getX()

int av::Rect::getX ( )
inline

◆ getY()

int av::Rect::getY ( )
inline

◆ setHeight()

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

◆ setWidth()

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

◆ setX()

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

◆ setY()

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

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