Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

ICheckDlgImpl Class Reference

Dialog that displays the integrity check results. More...

#include <ICheckDlgImpl.h>

Inheritance diagram for ICheckDlgImpl::

List of all members.

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).


Detailed Description

Dialog that displays the integrity check results.


Constructor & Destructor Documentation

ICheckDlgImpl::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.

The dialog will by default be modeless, unless you set modal to TRUE to construct a modal dialog.


The documentation for this class was generated from the following files:
Generated at Fri Apr 11 22:37:16 2003 for Qfsm by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001