Logo ROOT  
Reference Guide
 
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Loading...
Searching...
No Matches
CocoaConstants.mm
Go to the documentation of this file.
1#include "CocoaConstants.h"
2
3namespace ROOT {
4namespace MacOSX {
5namespace Details {
6
7#ifdef MAC_OS_X_VERSION_10_12
8
9const NSUInteger kEventMaskAny = NSEventMaskAny;
16
19
22
24
30
31#else
32
33const NSUInteger kEventMaskAny = NSAnyEventMask;
35const NSUInteger kShiftKeyMask = NSShiftKeyMask;
40
43
46
48
54
55#endif // MAC_OS_X_VERSION_10_12
56
57}
58}
59}
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
const NSEventType kApplicationDefined
const NSUInteger kCommandKeyMask
const NSUInteger kMiniaturizableWindowMask
const NSUInteger kDeviceIndependentModifierFlagsMask
const NSEventType kLeftMouseDown
const NSEventType kRightMouseDown
const NSUInteger kAlternateKeyMask
const NSUInteger kTitledWindowMask
const NSUInteger kControlKeyMask
const NSEventType kKeyUp
const NSUInteger kEventMaskAny
const NSUInteger kResizableWindowMask
const NSUInteger kAlphaShiftKeyMask
const NSUInteger kShiftKeyMask
const NSUInteger kClosableWindowMask
const NSUInteger kBorderlessWindowMask
const NSEventType kKeyDown
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...