![]() |
videoLat 2.0
Video conferencing delay measurements
|
Defines, typedefs and functions to handle iOS/OSX compatibility. More...
#import <Foundation/Foundation.h>
Go to the source code of this file.
Functions | |
uint64_t | monotonicMicroSecondClock () |
void | showErrorAlert (NSError *error) |
void | showWarningAlert (NSString *warning) |
#define | WITH_APPKIT |
#define | NSorUIMakePoint NSMakePoint |
#define | NSorUIWidth NSWidth |
#define | NSorUIHeight NSHeight |
#define | NSorUIRectFill NSRectFill |
#define | NSorUIMakeRect NSMakeRect |
#define | NSorUIMidX NSMidX |
#define | NSorUIMidY NSMidY |
typedef NSApplication | NSorUIApplication |
typedef NSRect | NSorUIRect |
typedef NSPopUpButton | NSorUIPopUpButton |
typedef NSButton | NSorUIButton |
typedef NSButton | NSorUISwitch |
typedef NSTextField | NSorUITextField |
typedef NSTextField | NSorUILabel |
typedef NSView | NSorUIView |
typedef NSLevelIndicator | NSorUILevelIndicator |
typedef NSSlider | NSorUISlider |
typedef RunManagerView | MeasurementMasterType |
typedef NSColor | NSorUIColor |
typedef NSBezierPath | NSorUIBezierPath |
Defines, typedefs and functions to handle iOS/OSX compatibility.
#define WITH_APPKIT |
Defines and typedefs to ease iOS/OSX compatibility. These forestall a large number of ifdefs in the code by resolving to either an AppKit or a UIKit type or function.
uint64_t monotonicMicroSecondClock | ( | ) |
A monotonic clock.
void showErrorAlert | ( | NSError * | error | ) |
Present an error message to the user.
error | The information to present in the error message. |
void showWarningAlert | ( | NSString * | warning | ) |
Present a warning dialog to the user.
warning | The message to show. |