Audacity 3.2.0
|
Namespaces | |
namespace | Detail |
Classes | |
struct | RectangleArgs |
Functions | |
template<ClipButtonId id> | |
bool | HitTest (const RectangleArgs &args, const wxPoint &mousePos) |
template<ClipButtonId id> | |
std::optional< wxRect > | DrawOnClip (const RectangleArgs &args, wxDC &dc) |
std::optional< wxRect > LowlitClipButton::DrawOnClip | ( | const RectangleArgs & | args, |
wxDC & | dc | ||
) |
Definition at line 96 of file LowlitClipButton.h.
References LowlitClipButton::RectangleArgs::clip, ClipButtonSpecializations< id >::DrawOnClip(), and LowlitClipButton::Detail::GetButtonInnerRectangle().
bool LowlitClipButton::HitTest | ( | const RectangleArgs & | args, |
const wxPoint & | mousePos | ||
) |
Definition at line 87 of file LowlitClipButton.h.
References LowlitClipButton::RectangleArgs::clip, and LowlitClipButton::Detail::GetButtonRectangle().
Referenced by AdornedRulerPanel::QPCell::HitTest().