ToolChainConfigWidget Class
(ProjectExplorer::ToolChainConfigWidget)Inherits: | QScrollArea |
Public Functions
ToolChainConfigWidget(ToolChain *tc) | |
void | apply() |
void | discard() |
bool | isDirty() const |
void | makeReadOnly() |
ToolChain * | toolChain() const |
- 11 public functions inherited from QScrollArea
- 20 public functions inherited from QAbstractScrollArea
- 14 public functions inherited from QFrame
- 216 public functions inherited from QWidget
Signals
void | dirty() |
- 3 signals inherited from QWidget
Protected Functions
void | addErrorLabel() |
virtual void | applyImpl() = 0 |
void | clearErrorMessage() |
virtual void | discardImpl() = 0 |
virtual bool | isDirtyImpl() const = 0 |
virtual void | makeReadOnlyImpl() = 0 |
void | setErrorMessage(const QString &) |
- 5 protected functions inherited from QScrollArea
- 20 protected functions inherited from QAbstractScrollArea
- 4 protected functions inherited from QFrame
- 35 protected functions inherited from QWidget
Additional Inherited Members
- 2 properties inherited from QScrollArea
- 3 properties inherited from QAbstractScrollArea
- 6 properties inherited from QFrame
- 59 properties inherited from QWidget
- 19 public slots inherited from QWidget
- 5 static public members inherited from QWidget
- 1 protected slot inherited from QWidget
Member Function Documentation
ToolChainConfigWidget::ToolChainConfigWidget(ToolChain *tc)
Default constructs an instance of ToolChainConfigWidget.