Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
OVERSCAN Struct Reference

#include <Resolution.h>

Public Member Functions

 OVERSCAN ()
 
 OVERSCAN (const OVERSCAN &os)
 
OVERSCANoperator= (const OVERSCAN &)=default
 
bool operator== (const OVERSCAN &other)
 
bool operator!= (const OVERSCAN &other)
 

Public Attributes

int left
 
int top
 
int right
 
int bottom
 

Constructor & Destructor Documentation

◆ OVERSCAN() [1/2]

OVERSCAN::OVERSCAN ( )
inline

◆ OVERSCAN() [2/2]

OVERSCAN::OVERSCAN ( const OVERSCAN & os)
inline

Member Function Documentation

◆ operator!=()

bool OVERSCAN::operator!= ( const OVERSCAN & other)
inline

◆ operator=()

OVERSCAN & OVERSCAN::operator= ( const OVERSCAN & )
default

◆ operator==()

bool OVERSCAN::operator== ( const OVERSCAN & other)
inline

Member Data Documentation

◆ bottom

int OVERSCAN::bottom

◆ left

int OVERSCAN::left

◆ right

int OVERSCAN::right

◆ top

int OVERSCAN::top

The documentation for this struct was generated from the following file: