26 #ifndef YQBusyIndicator_h 27 #define YQBusyIndicator_h 32 #include <yui/YBusyIndicator.h> 48 const std::string & label,
60 virtual void setLabel(
const std::string & label );
83 virtual void setAlive(
bool newAlive );
111 virtual void setSize(
int newWidth,
int newHeight );
152 void paintEvent(QPaintEvent *event);
166 #endif // YQBusyIndicator_h virtual void setLabel(const std::string &label)
Definition: YQBusyIndicator.cc:157
Definition: YQBusyIndicator.h:134
virtual int preferredHeight()
Definition: YQBusyIndicator.cc:211
void run()
Definition: YQBusyIndicator.cc:86
virtual void setEnabled(bool enabled)
Definition: YQBusyIndicator.cc:194
virtual int preferredWidth()
Definition: YQBusyIndicator.cc:202
void stop()
Definition: YQBusyIndicator.cc:91
virtual void setSize(int newWidth, int newHeight)
Definition: YQBusyIndicator.cc:217
virtual void setAlive(bool newAlive)
Definition: YQBusyIndicator.cc:164
virtual void setTimeout(int newTimeout)
Definition: YQBusyIndicator.cc:187
int timeout() const
Definition: YQBusyIndicator.h:76
virtual bool setKeyboardFocus()
Definition: YQBusyIndicator.cc:223
YQBusyIndicator(YWidget *parent, const std::string &label, int timeout=1000)
Definition: YQBusyIndicator.cc:119
virtual ~YQBusyIndicator()
Definition: YQBusyIndicator.cc:151
Definition: YQBusyIndicator.h:39