#include "ofilenotify.h"#include <qobject.h>#include <qsocketnotifier.h>#include <qsignal.h>#include <qintdict.h>#include <qdir.h>#include <sys/types.h>#include <sys/stat.h>#include <sys/ioctl.h>#include <fcntl.h>#include <assert.h>#include <string.h>#include <errno.h>#include <unistd.h>Include dependency graph for ofilenotify.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | Opie |
| namespace | Opie::Core |
Defines | |
| #define | INOTIFY_DEVICE "/dev/inotify" |
Variables | |
| static QIntDict< OFileNotification > | notification_list |
|
|
Definition at line 56 of file ofilenotify.cpp. Referenced by Opie::Core::OFileNotification::registerEventHandler(). |
|
|
Definition at line 51 of file ofilenotify.cpp. |
1.4.2