24#ifndef COMMON_WIDGETS_WX_BUSY_INDICATOR__H
25#define COMMON_WIDGETS_WX_BUSY_INDICATOR__H
A class that can be used to implement a "busy" indicator.
Simple wrapper around wxBusyCursor for used with the generic BUSY_INDICATOR interface.
WX_BUSY_INDICATOR()
Construct a busy indicator represented by a wxBusyCursor, which will be active as long as this object...
std::unique_ptr< wxBusyCursor > m_cursor
This is the actual WX cursor that is the indicator.