|
MythTV
0.26-pre
|
#include <mythdisplay.h>
Public Member Functions | |
| DisplayInfo (void) | |
| DisplayInfo (int r) | |
| int | Rate (void) const |
Public Attributes | |
| QSize | size |
| QSize | res |
| float | rate |
Definition at line 10 of file mythdisplay.h.
| DisplayInfo::DisplayInfo | ( | void | ) | [inline] |
Definition at line 13 of file mythdisplay.h.
| DisplayInfo::DisplayInfo | ( | int | r | ) | [inline] |
Definition at line 14 of file mythdisplay.h.
| int DisplayInfo::Rate | ( | void | ) | const [inline] |
Definition at line 16 of file mythdisplay.h.
Referenced by MythPlayer::InitAVSync(), MythPlayer::ReinitVideo(), and MythPlayer::VideoStart().
| QSize DisplayInfo::size |
Definition at line 17 of file mythdisplay.h.
Referenced by mythburn.FontDef::drawText(), DisplayResOSX::GetDisplayInfo(), DisplayResX::GetDisplayInfo(), MythDisplay::GetDisplayInfo(), mythburn.FontDef::getFont(), and VideoOutput::InitDisplayMeasurements().
| QSize DisplayInfo::res |
Definition at line 18 of file mythdisplay.h.
Referenced by DisplayResOSX::GetDisplayInfo(), DisplayResX::GetDisplayInfo(), MythDisplay::GetDisplayInfo(), and VideoOutput::InitDisplayMeasurements().
| float DisplayInfo::rate |
Definition at line 19 of file mythdisplay.h.
Referenced by DisplayResOSX::GetDisplayInfo(), DisplayResX::GetDisplayInfo(), MythDisplay::GetDisplayInfo(), and Rate().
1.7.6.1