13 #ifndef ROOT_TMacOSXSystem 14 #define ROOT_TMacOSXSystem 59 std::unique_ptr<ROOT::MacOSX::Details::MacOSXSystem>
fPimpl;
bool ProcessPendingEvents()
Namespace for new ROOT classes and functions.
TMacOSXSystem & operator=(const TMacOSXSystem &rhs)
std::unique_ptr< ROOT::MacOSX::Details::MacOSXSystem > fPimpl
bool CocoaInitialized() const
void ProcessApplicationDefinedEvent(void *event)
void DispatchOneEvent(Bool_t pendingOnly)
Dispatch a single event.
#define ClassDef(name, id)
TFileHandler * RemoveFileHandler(TFileHandler *fh)
Remove a file handler from the list of file handlers.
void WaitEvents(Long_t nextto)
void AddFileHandler(TFileHandler *fh)
Add a file handler to the list of system file handlers.
This class implements TVirtualX interface for MacOS X, using Cocoa and Quartz 2D. ...