26#ifndef YQPartitionSplitter_h
27#define YQPartitionSplitter_h
30#include <yui/YPartitionSplitter.h>
53 const std::string & usedLabel,
54 const std::string & freeLabel,
55 const std::string & newPartLabel,
56 const std::string & freeFieldLabel,
57 const std::string & newPartFieldLabel );
76 virtual void setValue(
int newValue );
104 virtual void setSize(
int newWidth,
int newHeight );
Definition YQBarGraph.h:38
Definition YQIntField.h:40
Definition YQPartitionSplitter.h:39
virtual bool setKeyboardFocus()
Definition YQPartitionSplitter.cc:205
virtual void setEnabled(bool enabled)
Definition YQPartitionSplitter.cc:126
virtual void setSize(int newWidth, int newHeight)
Definition YQPartitionSplitter.cc:147
void setFreeSizeSlot(int newFreeSize)
Definition YQPartitionSplitter.cc:185
YQPartitionSplitter(YWidget *parent, int usedSize, int freeSize, int newPartSize, int minNewPartSize, int minFreeSize, const std::string &usedLabel, const std::string &freeLabel, const std::string &newPartLabel, const std::string &freeFieldLabel, const std::string &newPartFieldLabel)
Definition YQPartitionSplitter.cc:44
virtual int value()
Definition YQPartitionSplitter.cc:154
void setNewPartSizeSlot(int newNewSize)
Definition YQPartitionSplitter.cc:196
~YQPartitionSplitter()
Definition YQPartitionSplitter.cc:120
virtual void setValue(int newValue)
Definition YQPartitionSplitter.cc:162
virtual int preferredHeight()
Definition YQPartitionSplitter.cc:141
virtual int preferredWidth()
Definition YQPartitionSplitter.cc:135