54 lager::cursor<bool> checkedCursor);
56 lager::cursor<bool> checkedCursor,
57 lager::reader<bool> externallyEnabledLink);
61 virtual bool isCheckable()
const;
63 virtual bool isChecked()
const;
64 virtual void setChecked(
bool checked);
66 bool isEnabled()
const;
68 void setLocked(
bool value);
69 bool isLocked()
const;
71 QString label()
const;
84 QWidget *configurationPage()
const;
87 OptionalLodLimitationsReader effectiveLodLimitations()
const;
90 virtual OptionalLodLimitationsReader lodLimitationsReader()
const;
91 void setConfigurationPage(QWidget *page);
112 void emitSettingChanged();
113 void emitCheckedChanged(
bool checked);
114 void emitEnabledChanged(
bool enabled);
131 void slotEnablePageWidget(
bool value);
135 bool m_checkable {
false};
136 bool m_locked {
false};