Home
last modified time | relevance | path

Searched refs:on_bn_clicked (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/contract/example/mitchell02/counter/
Ddecrement_button.hpp27 BOOST_CONTRACT_OVERRIDES(on_bn_clicked, up_to_date_with_subject, update);
50 virtual void on_bn_clicked(boost::contract::virtual_* v = 0) in on_bn_clicked() function in decrement_button
56 >(v, &decrement_button::on_bn_clicked, this) in on_bn_clicked()
Dpush_button.hpp69 virtual void on_bn_clicked(boost::contract::virtual_* v = 0) = 0;
75 void push_button::on_bn_clicked(boost::contract::virtual_* v) { in on_bn_clicked() function in push_button
/third_party/boost/libs/contract/example/mitchell02/
Dcounter_main.cpp75 dec.on_bn_clicked(); in main()