#include <YQBarGraph.h>
Inheritance diagram for YQBarGraph:

Public Member Functions | |
| YQBarGraph (QWidget *parent, const YWidgetOpt &opt) | |
| void | setEnabling (bool enabled) |
| long | nicesize (YUIDimension dim) |
| void | setSize (long newWidth, long newHeight) |
| void | doUpdate () |
Protected Attributes | |
| QY2BarGraph * | _barGraph |
|
||||||||||||
|
Constructor. |
|
|
Perform a visual update on the screen. Inherited from YBarGraph. Reimplemented from YBarGraph. |
|
|
Minimum size the widget should have to make it look and feel nice. Dimension, either YD_HORIZ or YD_VERT Implements YWidget. |
|
|
Inherited from YWidget: Sets the enabled state of the widget. All new widgets are enabled per definition. Only enabled widgets can take user input. Reimplemented from YWidget. |
|
||||||||||||
|
Sets the new size of the widget. Reimplemented from YWidget. |
|
|
|
1.4.4