Nana C++ Library. Reference for users.
What we need to use nana
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
nana::arg_notifier Struct Reference
Inheritance diagram for nana::arg_notifier:
nana::event_arg

Public Member Functions

 operator arg_mouse () const
 
- Public Member Functions inherited from nana::event_arg
virtual ~event_arg ()=default
 
void stop_propagation () const
 ignorable handlers behind the current one in a chain of event handlers will not get called. More...
 
bool propagation_stopped () const
 

Public Attributes

event_code evt_code
 
notifiernotifier_ptr
 
nana::point pos
 
bool left_button
 
bool mid_button
 
bool right_button
 

Member Function Documentation

nana::arg_notifier::operator arg_mouse ( ) const

Member Data Documentation

event_code nana::arg_notifier::evt_code
bool nana::arg_notifier::left_button
bool nana::arg_notifier::mid_button
notifier* nana::arg_notifier::notifier_ptr
nana::point nana::arg_notifier::pos
bool nana::arg_notifier::right_button