|
MythTV master
|
#include <QWidget>#include "mythuiexp.h"#import <CoreFoundation/CFDictionary.h>#import <ApplicationServices/ApplicationServices.h>Go to the source code of this file.
Functions | |
| MUI_PUBLIC int | get_int_CF (CFDictionaryRef dict, CFStringRef key) |
| MUI_PUBLIC float | get_float_CF (CFDictionaryRef dict, CFStringRef key) |
| MUI_PUBLIC double | get_double_CF (CFDictionaryRef dict, CFStringRef key) |
| MUI_PUBLIC bool | get_bool_CF (CFDictionaryRef dict, CFStringRef key) |
| CGDirectDisplayID | GetOSXDisplay (WId win) |
| MUI_PUBLIC bool get_bool_CF | ( | CFDictionaryRef | dict, |
| CFStringRef | key | ||
| ) |
Definition at line 59 of file mythosxutils.cpp.
| MUI_PUBLIC double get_double_CF | ( | CFDictionaryRef | dict, |
| CFStringRef | key | ||
| ) |
Definition at line 48 of file mythosxutils.cpp.
| MUI_PUBLIC float get_float_CF | ( | CFDictionaryRef | dict, |
| CFStringRef | key | ||
| ) |
Definition at line 37 of file mythosxutils.cpp.
| MUI_PUBLIC int get_int_CF | ( | CFDictionaryRef | dict, |
| CFStringRef | key | ||
| ) |
Definition at line 26 of file mythosxutils.cpp.
| CGDirectDisplayID GetOSXDisplay | ( | WId | win | ) |
Definition at line 70 of file mythosxutils.cpp.
Referenced by MythDisplayOSX::GetVideoModes(), MythDisplayOSX::SwitchToVideoMode(), and MythDisplayOSX::UpdateCurrentMode().