CMS 3D CMS Logo

List of all members | Public Member Functions
DDPassAllFilter Class Reference

A DDFilter that always returns true. More...

#include <DDFilter.h>

Inheritance diagram for DDPassAllFilter:
DDFilter

Public Member Functions

bool accept (const DDExpandedView &) const final
 true, if the DDExpandedNode fulfills the filter criteria More...
 
- Public Member Functions inherited from DDFilter
 DDFilter ()
 
virtual ~DDFilter ()
 

Detailed Description

A DDFilter that always returns true.

Definition at line 27 of file DDFilter.h.

Member Function Documentation

bool DDPassAllFilter::accept ( const DDExpandedView ) const
inlinefinalvirtual

true, if the DDExpandedNode fulfills the filter criteria

Implements DDFilter.

Definition at line 30 of file DDFilter.h.

Referenced by Vispa.Gui.BoxContentDialog.BoxContentDialog::apply(), Vispa.Plugins.ConfigEditor.ToolDialog.ToolDialog::apply(), and esMonitoring.FDJsonServer::handle_accept().

30  {
31  return true;
32  }