|
|
A NotificationFilter object specifies either an entire Category or a subset of Items within a Category to be monitored. It can also specify monitoring of changes of the attributes of the Category.
See Category.h for more details on the use of NotificationFilter(s).
|
Constructor.
|
Copy Constructor.
~ |
[virtual]
Destructor.
void |
[virtual]
Register interest in Item named by "selector". Any prior call to monitorAllItems() for this NotificationFilter is no longer in effect.
void |
[virtual]
Unregister interest in Item named by "selector". It is an error to call this method if a monitorAllItems() call is in effect.
void |
[virtual]
Register interest in all Items in Category.
void |
[virtual]
Unregister interest in all Items in Category.
void |
[virtual]
Register interest in all Category attributes.
void |
[virtual]
Unregister interest in all Category attributes.
bool |
[virtual]
Determine if the filter monitors specified item
bool |
[virtual]
Determine if the filter monitors category attributes
NotificationFilter* |
[const]
Create a copy of this NotificationFilter.
Generated by: rusty@irem on Mon Sep 18 18:07:52 2000, using kdoc 2.0a36. |