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

Public Slots | |
| void | setFreeSizeSlot (int newFreeSize) |
| void | setNewPartSizeSlot (int newNewSize) |
Public Member Functions | |
| YQPartitionSplitter (QWidget *parent, const YWidgetOpt &opt, int usedSize, int freeSize, int newPartSize, int minNewPartSize, int minFreeSize, const YCPString &usedLabel, const YCPString &freeLabel, const YCPString &newPartLabel, const YCPString &freeFieldLabel, const YCPString &newPartFieldLabel) | |
| void | setEnabling (bool enabled) |
| long | nicesize (YUIDimension dim) |
| void | setSize (long newWidth, long newHeight) |
| virtual bool | setKeyboardFocus () |
| void | setValue (int newValue) |
Protected Attributes | |
| QY2BarGraph * | _barGraph |
| QHBox * | _labels_hbox |
| QLabel * | _qt_freeFieldLabel |
| QLabel * | _qt_newPartFieldLabel |
| QHBox * | _fields_hbox |
| QSpinBox * | _qt_freeSizeField |
| QSlider * | _qt_freeSizeSlider |
| QSpinBox * | _qt_newPartSizeField |
| bool | _countShowDelta |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Constructor. |
|
|
Preferred size. Inherited from YWidget. Implements YWidget. |
|
|
Sets the widget's enabled state. Inherited from YWidget. Reimplemented from YWidget. |
|
|
Slot for setting the free size. |
|
|
Accept the keyboard focus. Reimplemented from YWidget. |
|
|
Slot for setting the new size. |
|
||||||||||||
|
Set the new size of the widget. Inherited from YWidget. Reimplemented from YWidget. |
|
|
Change the value. Calls YPartitionSplitter::setProgress() internally. Inherited from YPartitionSplitter. Reimplemented from YPartitionSplitter. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4