MythTV  master
Functions
mythosxutils.cpp File Reference
#import "mythosxutils.h"
#import "mythutilscocoa.h"
#import <CoreFoundation/CFNumber.h>
#include <cstdio>
Include dependency graph for mythosxutils.cpp:

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)
 

Function Documentation

◆ get_int_CF()

int get_int_CF ( CFDictionaryRef  dict,
CFStringRef  key 
)

Definition at line 26 of file mythosxutils.cpp.

◆ get_float_CF()

float get_float_CF ( CFDictionaryRef  dict,
CFStringRef  key 
)

Definition at line 37 of file mythosxutils.cpp.

◆ get_double_CF()

double get_double_CF ( CFDictionaryRef  dict,
CFStringRef  key 
)

Definition at line 48 of file mythosxutils.cpp.

◆ get_bool_CF()

bool get_bool_CF ( CFDictionaryRef  dict,
CFStringRef  key 
)

Definition at line 59 of file mythosxutils.cpp.

◆ GetOSXDisplay()

CGDirectDisplayID GetOSXDisplay ( WId  win)