#include <uniconfroot.h>
Collaboration diagram for UniWatchInfo:
For internal use only.
Holds information about a single watch.
Definition at line 18 of file uniconfroot.h.
Public Member Functions | |
UniWatchInfo (void *_cookie, bool _recurse, UniConfCallback _cb) | |
bool | recursive () |
Returns watch recursion. | |
void | notify (const UniConf &cfg, const UniConfKey &key) |
Notifies that a key has changed. | |
bool | operator== (const UniWatchInfo &other) const |
Equality test. | |
Public Attributes | |
void * | cookie |
bool | recurse |
UniConfCallback | cb |
|
Definition at line 25 of file uniconfroot.h. |
|
Notifies that a key has changed.
Definition at line 33 of file uniconfroot.h. References cb. |
|
Equality test.
Definition at line 37 of file uniconfroot.h. References cookie. |
|
Returns watch recursion.
Definition at line 29 of file uniconfroot.h. References recurse. |
|
Definition at line 23 of file uniconfroot.h. Referenced by notify(). |
|
Definition at line 21 of file uniconfroot.h. Referenced by operator==(), and UniWatchInfo(). |
|
Definition at line 22 of file uniconfroot.h. Referenced by recursive(), and UniWatchInfo(). |