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 );
147 #endif // YQPartitionSplitter_h Definition: YQSlider.h:36
void setNewPartSizeSlot(int newNewSize)
Definition: YQPartitionSplitter.cc:195
virtual int value()
Definition: YQPartitionSplitter.cc:153
virtual bool setKeyboardFocus()
Definition: YQPartitionSplitter.cc:204
virtual void setEnabled(bool enabled)
Definition: YQPartitionSplitter.cc:125
virtual void setSize(int newWidth, int newHeight)
Definition: YQPartitionSplitter.cc:146
Definition: YQIntField.h:39
~YQPartitionSplitter()
Definition: YQPartitionSplitter.cc:119
Definition: YQPartitionSplitter.h:38
virtual void setValue(int newValue)
Definition: YQPartitionSplitter.cc:161
Definition: YQBarGraph.h:39
void setFreeSizeSlot(int newFreeSize)
Definition: YQPartitionSplitter.cc:184
virtual int preferredHeight()
Definition: YQPartitionSplitter.cc:140
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:43
virtual int preferredWidth()
Definition: YQPartitionSplitter.cc:134