#include "linux_inotify.h"#include <qsocketnotifier.h>#include <qsignal.h>#include <qstring.h>#include <qobject.h>#include <qfile.h>Include dependency graph for ofilenotify.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | Opie |
| namespace | Opie::Core |
Enumerations | |
| enum | OFileNotificationType { Nothing = 0, Access = IN_ACCESS, Modify = IN_MODIFY, Attrib = IN_ATTRIB, CloseWrite = IN_CLOSE_WRITE, CloseNoWrite = IN_CLOSE_NOWRITE, Open = IN_OPEN, MovedFrom = IN_MOVED_FROM, MovedTo = IN_MOVED_TO, DeleteSubdir = IN_DELETE_SUBDIR, DeleteFile = IN_DELETE_FILE, CreateSubdir = IN_CREATE_SUBDIR, CreateFile = IN_CREATE_FILE, DeleteSelf = IN_DELETE_SELF, Unmount = IN_UNMOUNT, _QueueOverflow = IN_Q_OVERFLOW, _Ignored = IN_IGNORED } |
| An enumerate for the different types of file notifications. More... | |
|
|
An enumerate for the different types of file notifications. This enumerate provides a means to specify the type of events that you are interest in. Valid values are:
Definition at line 112 of file ofilenotify.h. |
1.4.2