|
MythTV master
|
#import "mythosxutils.h"#import "mythutilscocoa.h"#import <CoreFoundation/CFNumber.h>#include <cstdio>Go to the source code of this file.
Functions | |
| int | get_int_CF (CFDictionaryRef dict, CFStringRef key) |
| float | get_float_CF (CFDictionaryRef dict, CFStringRef key) |
| double | get_double_CF (CFDictionaryRef dict, CFStringRef key) |
| bool | get_bool_CF (CFDictionaryRef dict, CFStringRef key) |
| CGDirectDisplayID | GetOSXDisplay (WId win) |
| bool get_bool_CF | ( | CFDictionaryRef | dict, |
| CFStringRef | key | ||
| ) |
Definition at line 59 of file mythosxutils.cpp.
| double get_double_CF | ( | CFDictionaryRef | dict, |
| CFStringRef | key | ||
| ) |
Definition at line 48 of file mythosxutils.cpp.
| float get_float_CF | ( | CFDictionaryRef | dict, |
| CFStringRef | key | ||
| ) |
Definition at line 37 of file mythosxutils.cpp.
| 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().