13 #ifndef ROOT_TMacOSXSystem 14 #define ROOT_TMacOSXSystem 18 #ifndef ROOT_TUnixSystem 47 void DispatchOneEvent(
Bool_t pendingOnly);
48 bool CocoaInitialized()
const;
51 void InitializeCocoa();
53 bool ProcessPendingEvents();
54 void WaitEvents(
Long_t nextto);
59 void ProcessApplicationDefinedEvent(
void *event);
61 std::auto_ptr<ROOT::MacOSX::Detail::MacOSXSystem>
fPimpl;
Namespace for new ROOT classes and functions.
#define ClassDef(name, id)
std::auto_ptr< ROOT::MacOSX::Detail::MacOSXSystem > fPimpl
Binding & operator=(OUT(*fun)(void))
This class implements TVirtualX interface for MacOS X, using Cocoa and Quartz 2D. ...