|
@@ -61,6 +61,7 @@ public:
|
|
|
virtual void candidate(const MouseWatcherParameter ¶m, bool background);
|
|
virtual void candidate(const MouseWatcherParameter ¶m, bool background);
|
|
|
|
|
|
|
|
virtual void accept(const MouseWatcherParameter ¶m);
|
|
virtual void accept(const MouseWatcherParameter ¶m);
|
|
|
|
|
+ virtual void accept_failed(const MouseWatcherParameter ¶m);
|
|
|
virtual void overflow(const MouseWatcherParameter ¶m);
|
|
virtual void overflow(const MouseWatcherParameter ¶m);
|
|
|
virtual void type(const MouseWatcherParameter ¶m);
|
|
virtual void type(const MouseWatcherParameter ¶m);
|
|
|
virtual void erase(const MouseWatcherParameter ¶m);
|
|
virtual void erase(const MouseWatcherParameter ¶m);
|
|
@@ -118,11 +119,13 @@ PUBLISHED:
|
|
|
virtual void set_focus(bool focus);
|
|
virtual void set_focus(bool focus);
|
|
|
|
|
|
|
|
INLINE static string get_accept_prefix();
|
|
INLINE static string get_accept_prefix();
|
|
|
|
|
+ INLINE static string get_accept_failed_prefix();
|
|
|
INLINE static string get_overflow_prefix();
|
|
INLINE static string get_overflow_prefix();
|
|
|
INLINE static string get_type_prefix();
|
|
INLINE static string get_type_prefix();
|
|
|
INLINE static string get_erase_prefix();
|
|
INLINE static string get_erase_prefix();
|
|
|
|
|
|
|
|
INLINE string get_accept_event(const ButtonHandle &button) const;
|
|
INLINE string get_accept_event(const ButtonHandle &button) const;
|
|
|
|
|
+ INLINE string get_accept_failed_event(const ButtonHandle &button) const;
|
|
|
INLINE string get_overflow_event() const;
|
|
INLINE string get_overflow_event() const;
|
|
|
INLINE string get_type_event() const;
|
|
INLINE string get_type_event() const;
|
|
|
INLINE string get_erase_event() const;
|
|
INLINE string get_erase_event() const;
|