STD_CloseDlg Class Reference

Describes a dialog box shown on closing the active study.

#include <STD_CloseDlg.h>

Inheritance diagram for STD_CloseDlg:

Inheritance graph

Public Member Functions

 STD_CloseDlg (QWidget *parent=0, bool modal=FALSE, WFlags f=0)
 creates a Close dialog box
 ~STD_CloseDlg ()

Private Slots

void onButtonClicked ()
 reaction on clicked(pressed) button

Private Attributes

QPushButtonm_pb1
 Private, stores a dialog button 1.
QPushButtonm_pb2
 Private, stores a dialog button 2.
QPushButtonm_pb3
 Private, stores a dialog button 3.
QPushButtonm_pb4
 Private, stores a dialog button 4.

Constructor & Destructor Documentation

STD_CloseDlg::STD_CloseDlg QWidget parent = 0,
bool  modal = FALSE,
WFlags  f = 0
 

Parameters:
parent a parent widget
modal bool argument, if true the dialog box is a modal dialog box
f style flags

STD_CloseDlg.~STD_CloseDlg  ) 
 


Member Function Documentation

void STD_CloseDlg::onButtonClicked  )  [private, slot]
 


Field Documentation

STD_CloseDlg::m_pb1 [private]
 

STD_CloseDlg::m_pb2 [private]
 

STD_CloseDlg::m_pb3 [private]
 

STD_CloseDlg::m_pb4 [private]