MythTV  master
Functions
mythosxutils.h File Reference
#include <QWidget>
#include "mythuiexp.h"
#import <CoreFoundation/CFDictionary.h>
#import <ApplicationServices/ApplicationServices.h>
Include dependency graph for mythosxutils.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ get_int_CF()

MUI_PUBLIC int get_int_CF ( CFDictionaryRef  dict,
CFStringRef  key 
)

Definition at line 26 of file mythosxutils.cpp.

◆ get_float_CF()

MUI_PUBLIC float get_float_CF ( CFDictionaryRef  dict,
CFStringRef  key 
)

Definition at line 37 of file mythosxutils.cpp.

◆ get_double_CF()

MUI_PUBLIC double get_double_CF ( CFDictionaryRef  dict,
CFStringRef  key 
)

Definition at line 48 of file mythosxutils.cpp.

◆ get_bool_CF()

MUI_PUBLIC bool get_bool_CF ( CFDictionaryRef  dict,
CFStringRef  key 
)

Definition at line 59 of file mythosxutils.cpp.

◆ GetOSXDisplay()

CGDirectDisplayID GetOSXDisplay ( WId  win)