The RuleCheckDock class.
More...
#include <rulecheckdock.h>
◆ Mode
Enumerator |
---|
ElectricalRuleCheck | |
BoardDesignRuleCheck | |
◆ RuleCheckDock() [1/2]
◆ RuleCheckDock() [2/2]
◆ ~RuleCheckDock()
◆ setInteractive()
bool setInteractive |
( |
bool |
interactive | ) |
|
|
noexcept |
Set whether the dock widget should be interactive or not.
- Parameters
-
interactive | True if enabled, false if disabled. |
- Returns
- Whether the widget was interactive before calling this method. Useful to temporarily disable widget & restore previous state.
◆ setProgressPercent()
void setProgressPercent |
( |
int |
percent | ) |
|
|
noexcept |
◆ setProgressStatus()
void setProgressStatus |
( |
const QString & |
status | ) |
|
|
noexcept |
◆ setMessages()
◆ setApprovals()
void setApprovals |
( |
const QSet< SExpression > & |
approvals | ) |
|
|
noexcept |
◆ operator=()
◆ settingsDialogRequested
void settingsDialogRequested |
( |
| ) |
|
|
signal |
◆ runDrcRequested
◆ runQuickCheckRequested
void runQuickCheckRequested |
( |
| ) |
|
|
signal |
◆ messageApprovalRequested
◆ messageSelected
◆ updateTitle()
void updateTitle |
( |
tl::optional< int > |
unapprovedMessages | ) |
|
|
privatenoexcept |
◆ ruleCheckFixAvailable()
|
overrideprivatevirtualnoexcept |
◆ ruleCheckFixRequested()
|
overrideprivatevirtualnoexcept |
◆ ruleCheckDescriptionRequested()
void ruleCheckDescriptionRequested |
( |
std::shared_ptr< const RuleCheckMessage > |
msg | ) |
|
|
overrideprivatevirtualnoexcept |
◆ ruleCheckApproveRequested()
void ruleCheckApproveRequested |
( |
std::shared_ptr< const RuleCheckMessage > |
msg, |
|
|
bool |
approve |
|
) |
| |
|
overrideprivatevirtualnoexcept |
◆ ruleCheckMessageSelected()
|
overrideprivatevirtualnoexcept |
◆ ruleCheckMessageDoubleClicked()
void ruleCheckMessageDoubleClicked |
( |
std::shared_ptr< const RuleCheckMessage > |
msg | ) |
|
|
overrideprivatevirtualnoexcept |
◆ mMode
◆ mUi
QScopedPointer<Ui::RuleCheckDock> mUi |
|
private |
The documentation for this class was generated from the following files: