#include <ICheckDlgImpl.h>
Inheritance diagram for ICheckDlgImpl::
Public Methods | |
ICheckDlgImpl (QWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0) | |
Constructs a ICheckDlgImpl which is a child of parent, with the name name and widget flags set to f. More... | |
~ICheckDlgImpl () | |
Destroys the object and frees any allocated resources. | |
void | setUnambiguous (bool) |
Sets/Clears the 'unambigous' status. | |
void | setStart (bool) |
Sets/Clears the 'starting state' status. | |
void | setEnd (bool) |
Sets/Clears the 'end state' status. | |
void | setNoDeadLocks (bool) |
Sets/Clears the 'no deadlocks' status. | |
void | setComplete (QString s) |
Sets the text of the 'completeness' label (percentage). | |
void | setStatesReachable (QString s) |
Sets the text of the 'states reachable' label (percentage). | |
void | setEndStatesReachable (QString s) |
Sets the text of the 'end states reachable' label (percentage). | |
void | setTransConnected (QString s) |
Sets the text of the 'transitions connected' label (percentage). | |
Private Attributes | |
QPixmap * | pm_tick |
Pixmap for successfully checked items (green tick). | |
QPixmap * | pm_cross |
Pixmap for failed items (red cross). |
|
Constructs a ICheckDlgImpl which is a child of parent, with the name name and widget flags set to f. The dialog will by default be modeless, unless you set modal to TRUE to construct a modal dialog. |