29 bool moveSelectedContent()
const;
30 bool antiAliasSelection()
const;
31 int growSelection()
const;
32 bool stopGrowingAtDarkestPixel()
const;
33 int featherSelection()
const;
34 ReferenceLayers referenceLayers()
const;
39 void setMoveSelectedContent(
bool newMoveSelectedContent);
40 void setAntiAliasSelection(
bool newAntiAliasSelection);
41 void setGrowSelection(
int newGrowSelection);
42 void setStopGrowingAtDarkestPixel(
bool newStopGrowingAtDarkestPixel);
43 void setFeatherSelection(
int newFeatherSelection);
44 void setReferenceLayers(ReferenceLayers newReferenceLayers);
45 void setSelectedColorLabels(
const QList<int> &newSelectedColorLabels);
47 void setModeSectionVisible(
bool visible);
48 void setActionSectionVisible(
bool visible);
49 void setAdjustmentsSectionVisible(
bool visible);
50 void setStopGrowingAtDarkestPixelButtonVisible(
bool visible);
51 void setReferenceSectionVisible(
bool visible);
54 const QKeySequence &shortcut);
68 void slotConfigChanged();
69 void slotSelectionActionsPanelCheckboxToggled(
bool value);
73 QScopedPointer<Private>
m_d;