swift
|
Indication state of validation. More...
Public Slots | |
void | clear () |
Cleared state. | |
Public Member Functions | |
CValidationIndicator (QWidget *parent=nullptr) | |
Constructor. | |
~CValidationIndicator () | |
Destructor. | |
void | passed () |
Validation passed. | |
void | warnings () |
Passed with warnings. | |
void | failed () |
Validation failed. | |
void | setState (bool ok) |
Ok or failed validation? | |
void | setState (const swift::misc::CStatusMessageList &msgs) |
Messages from status messages. | |
Protected Member Functions | |
virtual void | paintEvent (QPaintEvent *paintEvent) |
Indication state of validation.
Definition at line 31 of file validationindicator.h.
|
protectedvirtual |
Definition at line 76 of file validationindicator.cpp.