blob: 68d5cc5e352f17beda751600bb6a12ec9287a7bd [file] [log] [blame]
/*
* Copyright 2006 The Android Open Source Project
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SkHitTest_DEFINED
#define SkHitTest_DEFINED
#include "SkDrawable.h"
#include "SkTypedArray.h"
class SkHitTest : public SkDrawable {
DECLARE_MEMBER_INFO(HitTest);
SkHitTest();
virtual bool draw(SkAnimateMaker& );
virtual bool enable(SkAnimateMaker& );
virtual bool hasEnable() const;
virtual const SkMemberInfo* preferredChild(SkDisplayTypes type);
private:
SkTDDisplayableArray bullets;
SkTDIntArray hits;
SkTDDisplayableArray targets;
SkBool value;
};
#endif // SkHitTest_DEFINED