wxWidgets/include/wx/unix
Vadim Zeitlin 5cd9986613 Refactor wxEventLoopSource-related code.
Currently wxEventLoopSource can't be created directly and can only be used to
monitor file descriptors so reduce the API to just wxEventLoop::AddSourceForFD()
and remove AddSource(), RemoveSource() and RemoveAllSources() which couldn't
be implemented for all ports. This makes the code much simpler without any
loss of functionality.

Make wxEventLoopSource responsible for removing itself from the event loop
when it is deleted. This allows to remove IsOk() and Invalidate() methods
making the code simpler and gets rid of various sets/maps which were used
before.

This also allows to support event loop sources in Carbon as well: wxOSX/Carbon
now compiles and works with wxUSE_FSWATCHER==1.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2009-10-22 11:36:35 +00:00
..
private Refactor wxEventLoopSource-related code. 2009-10-22 11:36:35 +00:00
app.h
apptbase.h Cleanly separate GUI socket-related code from net library. 2009-08-17 23:02:46 +00:00
apptrait.h Cleanly separate GUI socket-related code from net library. 2009-08-17 23:02:46 +00:00
chkconf.h
evtloop.h Refactor wxEventLoopSource-related code. 2009-10-22 11:36:35 +00:00
evtloopsrc.h Refactor wxEventLoopSource-related code. 2009-10-22 11:36:35 +00:00
execute.h
fontutil.h
fswatcher_inotify.h Merge SOC2009_FSWATCHER branch into trunk. 2009-10-22 11:35:43 +00:00
fswatcher_kqueue.h Merge SOC2009_FSWATCHER branch into trunk. 2009-10-22 11:35:43 +00:00
glx11.h
joystick.h
mimetype.h replace TRUE/FALSE with true/false 2009-10-09 17:39:19 +00:00
pipe.h replace TRUE/FALSE with true/false 2009-10-09 17:39:19 +00:00
private.h
sound.h
stackwalk.h
stdpaths.h
taskbarx11.h
tls.h
utilsx11.h