#include <esve/ui/base/End_Condition.hxx>
Inheritance diagram for esve::ui::base::End_Condition:

Protected Member Functions | |
| bool | handle_driver_start () |
| We have just entered a driving loop. | |
| bool | handle_driver_check_finished () |
| Do you want the driving loop to end? | |
| bool | handle_driver_finish () |
| We are about to exit the driving loop. | |
| bool | driver_started () const |
| Are we inside a driving loop? | |
Returns true from handle_driver_check_finished() when the platform-specific condition is met (for instance, Control-Q, or all the Displays being closed).
1.3.4