doxy
This commit is contained in:
parent
d09c1bd733
commit
cbe6399008
@ -57,13 +57,14 @@ namespace nana
|
|||||||
|
|
||||||
struct general_events;
|
struct general_events;
|
||||||
|
|
||||||
/// \brief the type of the members of general_events.
|
/** @brief the type of the members of general_events.
|
||||||
|
*
|
||||||
/// It connect the functions to be called as response to the event and manages that chain of responses
|
* It connect the functions to be called as response to the event and manages that chain of responses
|
||||||
/// It is a functor, that get called to connect a "normal" response function, with normal "priority".
|
* It is a functor, that get called to connect a "normal" response function, with normal "priority".
|
||||||
/// If a response function need another priority (unignorable or called first) it will need to be connected with
|
* If a response function need another priority (unignorable or called first) it will need to be connected with
|
||||||
/// the specific connect function not with the operator()
|
* the specific connect function not with the operator()
|
||||||
/// It also permit to "emit" that event, calling all the active responders.
|
* It also permit to "emit" that event, calling all the active responders.
|
||||||
|
*/
|
||||||
template<typename Arg>
|
template<typename Arg>
|
||||||
class basic_event : public detail::event_interface
|
class basic_event : public detail::event_interface
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user