TDEABC::DistributionListWatcher Class Reference
#include <distributionlist.h>
Inherits TQObject.
Signals | |
void | changed () |
Static Public Member Functions | |
static DistributionListWatcher * | self () |
Detailed Description
Watchdog for distribution lists.
This class provides a changed() signal that i emitted when the distribution lists has changed in some way.
Exapmle:
connect( watchdog, TQ_SIGNAL( changed() ), TQ_SLOT( doSomething() ) );
static DistributionListWatcher * self()
Returns the watcher object.
Definition: distributionlist.cpp:288
void changed()
This signal is emmitted whenever the distribution lists has changed (if a list was added or removed,...
Definition at line 189 of file distributionlist.h.
Member Function Documentation
◆ changed
|
signal |
This signal is emmitted whenever the distribution lists has changed (if a list was added or removed, when a list was renamed or the entries of the list changed).
◆ self()
|
static |
Returns the watcher object.
Definition at line 288 of file distributionlist.cpp.
The documentation for this class was generated from the following files: