26 #ifndef NCBusyIndicator_h
27 #define NCBusyIndicator_h
31 #include <yui/YBusyIndicator.h>
45 friend std::ostream & operator<<( std::ostream & STREAM,
const NCBusyIndicator & OBJ );
50 typedef long long Value_t;
65 float _timer_progress;
71 virtual const char * location()
const {
return "NCBusyIndicator"; }
73 virtual void wCreate(
const wrect & newrect );
74 virtual void wDelete();
81 const std::string & label,
85 virtual int preferredWidth();
86 virtual int preferredHeight();
88 virtual void setSize(
int newWidth,
int newHeight );
90 virtual void setLabel(
const std::string & nlabel );
92 virtual void setTimeout(
int newTimeout );
94 virtual void setAlive(
bool newAlive );
98 int timeout()
const {
return _timeout; }
102 static void staticHandler(
int sig_num );
106 #endif // NCBusyIndicator_h
virtual void setAlive(bool newAlive)
virtual void setEnabled(bool do_bv)
void handler(int sig_num)