13#ifndef ROOT_TMacOSXSystem 
   14#define ROOT_TMacOSXSystem 
   59   std::unique_ptr<ROOT::MacOSX::Details::MacOSXSystem> 
fPimpl; 
 
 
This class implements TVirtualX interface for MacOS X, using Cocoa and Quartz 2D.
 
bool ProcessPendingEvents()
 
ClassDef(TMacOSXSystem, 0)
 
void AddFileHandler(TFileHandler *fh)
Add a file handler to the list of system file handlers.
 
void WaitEvents(Long_t nextto)
 
bool CocoaInitialized() const
 
void DispatchOneEvent(Bool_t pendingOnly)
Dispatch a single event.
 
TFileHandler * RemoveFileHandler(TFileHandler *fh)
Remove a file handler from the list of file handlers.
 
void ProcessApplicationDefinedEvent(void *event)
 
TMacOSXSystem(const TMacOSXSystem &rhs)
 
TMacOSXSystem & operator=(const TMacOSXSystem &rhs)
 
std::unique_ptr< ROOT::MacOSX::Details::MacOSXSystem > fPimpl
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...