◆ YQBusyIndicator()
YQBusyIndicator::YQBusyIndicator |
( |
YWidget * |
parent, |
|
|
const std::string & |
label, |
|
|
int |
timeout = 1000 |
|
) |
| |
◆ ~YQBusyIndicator()
YQBusyIndicator::~YQBusyIndicator |
( |
| ) |
|
|
virtual |
◆ preferredHeight()
int YQBusyIndicator::preferredHeight |
( |
| ) |
|
|
virtual |
Preferred height of the widget.
Reimplemented from YWidget.
◆ preferredWidth()
int YQBusyIndicator::preferredWidth |
( |
| ) |
|
|
virtual |
Preferred width of the widget.
Reimplemented from YWidget.
◆ setAlive()
void YQBusyIndicator::setAlive |
( |
bool |
newAlive | ) |
|
|
virtual |
Send a keep allive message.
Reimplemented from YBusyIndicator.
◆ setEnabled()
void YQBusyIndicator::setEnabled |
( |
bool |
enabled | ) |
|
|
virtual |
Set enabled/disabled state.
Reimplemented from YWidget.
◆ setKeyboardFocus()
bool YQBusyIndicator::setKeyboardFocus |
( |
| ) |
|
|
virtual |
Accept the keyboard focus.
◆ setLabel()
void YQBusyIndicator::setLabel |
( |
const std::string & |
label | ) |
|
|
virtual |
Set the label (the caption above the progress bar).
Reimplemented from YBusyIndicator.
◆ setSize()
void YQBusyIndicator::setSize |
( |
int |
newWidth, |
|
|
int |
newHeight |
|
) |
| |
|
virtual |
Set the new size of the widget.
Reimplemented from YWidget.
◆ setTimeout()
void YQBusyIndicator::setTimeout |
( |
int |
newTimeout | ) |
|
|
virtual |
Set the timeout is ms after that the widget shows 'stalled' when no new tick is received.
Reimplemented from YBusyIndicator.
◆ timeout()
int YQBusyIndicator::timeout |
( |
| ) |
const |
|
inline |
Return the timeout is ms after that the widget shows 'stalled' when no new tick is received.
Reimplemented from YBusyIndicator.
The documentation for this class was generated from the following files:
- /builddir/build/BUILD/libyui-4.6.0/libyui-qt/src/YQBusyIndicator.h
- /builddir/build/BUILD/libyui-4.6.0/libyui-qt/src/YQBusyIndicator.cc