#include <search.hh>
Inheritance diagram for LocalSearch:
Definition at line 115 of file search.hh.
|
Constructor.
Definition at line 50 of file search.cc. Referenced by new_LocalSearch(). |
|
Destructor.
|
|
Definition at line 304 of file search.cc. Referenced by search(). |
|
Definition at line 221 of file search.cc. Referenced by actOnChildren(), and search(). |
|
Handle message search ( Initiate a search. Starting from each vobject listed in "start", apply a type and child name based filter to determine which vobjects to select, then apply a list of actions to each selected vobject.) Definition at line 388 of file search.cc. Referenced by LocalSearch(). |
|
Initialize required subproperties. If access control has been previously set with initialize(PropertyAccessControl*) or setPropertyAccessControl(), then that policy will be used. Otherwise, NoPropertyAccessControl will be used. Definition at line 66 of file search.cc. Referenced by initialize(). |
|
Initialize required subproperties with given access control.
|
|
Definition at line 138 of file search.cc. Referenced by handleSearch(). |
|
Static generator, for factory.
Definition at line 549 of file search.cc. Referenced by Search::registerExtenders(). |
|
Definition at line 340 of file search.cc. Referenced by doActions(), and handleSearch(). |
|
Definition at line 178 of file search.hh. Referenced by actOnChildren(), handleSearch(), and search(). |