13 #ifndef ROOT_TMacOSXSystem 14 #define ROOT_TMacOSXSystem 45 void DispatchOneEvent(
Bool_t pendingOnly);
46 bool CocoaInitialized()
const;
49 void InitializeCocoa();
51 bool ProcessPendingEvents();
52 void WaitEvents(
Long_t nextto);
57 void ProcessApplicationDefinedEvent(
void *event);
59 std::unique_ptr<ROOT::MacOSX::Details::MacOSXSystem>
fPimpl;
Namespace for new ROOT classes and functions.
std::unique_ptr< ROOT::MacOSX::Details::MacOSXSystem > fPimpl
#define ClassDef(name, id)
Binding & operator=(OUT(*fun)(void))
This class implements TVirtualX interface for MacOS X, using Cocoa and Quartz 2D. ...