3 #include "helpers/ScopeButton.h"
12 public CWindowImpl<CScopeButtonCtrl, CButton> {
32 REFLECTED_COMMAND_CODE_HANDLER_EX(BN_CLICKED,
OnClicked)
34 MESSAGE_HANDLER(WM_KEYUP,
OnKeyUp)
35 DEFAULT_REFLECTION_HANDLER()
47 LRESULT
OnClicked(UINT uNotifyCode,
int nID, CWindow wndCtl);
51 LRESULT
OnKeyDown(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled);
54 LRESULT
OnKeyUp(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled);
59 void Connect(
ScopeButton* _butt, const
bool& _connectcontrolstate = true);
67 void Enable(const
bool& state);
Various helper functions and classes for Scope.