|
MythTV
0.26-pre
|
#include <settings.h>
Public Slots | |
| virtual void | ChangeResolution (const QString &resolution) |
Public Member Functions | |
| HostRefreshRateComboBox (const QString &name, bool rw=false) | |
| virtual | ~HostRefreshRateComboBox () |
Static Private Member Functions | |
| static const vector< double > | GetRefreshRates (const QString &resolution) |
Definition at line 665 of file settings.h.
| HostRefreshRateComboBox::HostRefreshRateComboBox | ( | const QString & | name, |
| bool | rw = false |
||
| ) | [inline] |
Definition at line 669 of file settings.h.
| virtual HostRefreshRateComboBox::~HostRefreshRateComboBox | ( | ) | [inline, virtual] |
Definition at line 671 of file settings.h.
| void HostRefreshRateComboBox::ChangeResolution | ( | const QString & | resolution | ) | [virtual, slot] |
Definition at line 801 of file settings.cpp.
| const vector< double > HostRefreshRateComboBox::GetRefreshRates | ( | const QString & | resolution | ) | [static, private] |
Definition at line 825 of file settings.cpp.
Referenced by ChangeResolution().
1.7.6.1