Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of SimpleGUI by
SpinnerDialog.h
00001 #ifndef SIMPLEGUI_SPINNER_DIALOG_H 00002 #define SIMPLEGUI_SPINNER_DIALOG_H 00003 00004 #include "OKCancelDialog.h" 00005 #include "SpinnerWidget.h" 00006 #include "BitmapWidget.h" 00007 00008 class SpinnerDialog : public OKCancelDialog 00009 { 00010 public: 00011 00012 SpinnerDialog(GraphicsContext *context); 00013 SpinnerWidget *getSpinner(); 00014 00015 private: 00016 00017 SpinnerWidget *_spinner; 00018 00019 }; 00020 00021 #endif
Generated on Tue Jul 12 2022 22:27:14 by
