29 bool antiAliasSelection()
const;
30 int growSelection()
const;
31 bool stopGrowingAtDarkestPixel()
const;
32 int featherSelection()
const;
33 ReferenceLayers referenceLayers()
const;
38 void setAntiAliasSelection(
bool newAntiAliasSelection);
39 void setGrowSelection(
int newGrowSelection);
40 void setStopGrowingAtDarkestPixel(
bool newStopGrowingAtDarkestPixel);
41 void setFeatherSelection(
int newFeatherSelection);
42 void setReferenceLayers(ReferenceLayers newReferenceLayers);
43 void setSelectedColorLabels(
const QList<int> &newSelectedColorLabels);
45 void setModeSectionVisible(
bool visible);
46 void setActionSectionVisible(
bool visible);
47 void setAdjustmentsSectionVisible(
bool visible);
48 void setStopGrowingAtDarkestPixelButtonVisible(
bool visible);
49 void setReferenceSectionVisible(
bool visible);
52 const QKeySequence &shortcut);
66 QScopedPointer<Private>
m_d;