Public Member Functions
AGC Class Reference

#include <AGC.h>

Inheritance diagram for AGC:
QGpGuiTools::Dialog QGpGuiTools::FrameGrabber

List of all members.

Public Member Functions

 AGC (QWidget *parent=0, Qt::WFlags fl=0)
 ~AGC ()

Constructor & Destructor Documentation

AGC::AGC ( QWidget *  parent = 0,
Qt::WFlags  fl = 0 
)

References TRACE.

    : Dialog(parent, fl)
{
  TRACE;
  setupUi(this);


  // signals and slots connections
  connect(buttonOk, SIGNAL(clicked()), this, SLOT(accept()) );
  connect(buttonCancel, SIGNAL(clicked()), this, SLOT(reject()) );
}
AGC::~AGC ( )

References TRACE.

{
  TRACE;
  // no need to delete child widgets, Qt does it all for us
}

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines