class CCL::ViewFinder

Finds views covered behind a given skipView.

#include <viewfinder.h>

class ViewFinder
{
public:
    // construction

    ViewFinder (IView* skipView);

    // methods

    IView* findNextView (IView* parent, const Point& where);
};