13 #ifndef ROOT_TMacOSXSystem
14 #define ROOT_TMacOSXSystem
18 #ifndef ROOT_TUnixSystem
61 std::auto_ptr<ROOT::MacOSX::Detail::MacOSXSystem>
fPimpl;
bool ProcessPendingEvents()
Namespace for new ROOT classes and functions.
TMacOSXSystem & operator=(const TMacOSXSystem &rhs)
void ProcessApplicationDefinedEvent(void *event)
void DispatchOneEvent(Bool_t pendingOnly)
Dispatch a single event.
TFileHandler * RemoveFileHandler(TFileHandler *fh)
Remove a file handler from the list of file handlers.
std::auto_ptr< ROOT::MacOSX::Detail::MacOSXSystem > fPimpl
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. ...
bool CocoaInitialized() const
ClassDef(TMacOSXSystem, 0)