class CCL::WaitCursor

Helper for setting the wait cursor.

#include <iuserinterface.h>

class WaitCursor
{
public:
    // construction

    WaitCursor (IUserInterface& gui, bool state = true);
};