tychoGUI  1.0
 All Data Structures Namespaces Files Functions Variables
Public Member Functions | Private Attributes
help_local_simulation Class Reference

#include <help_local_simulation.h>

Public Member Functions

 help_local_simulation (QWidget *parent=0)
 ~help_local_simulation ()

Private Attributes

Ui::help_local_simulationui

Detailed Description

Definition at line 10 of file help_local_simulation.h.


Constructor & Destructor Documentation

help_local_simulation::help_local_simulation ( QWidget *  parent = 0)
explicit

Definition at line 4 of file help_local_simulation.cpp.

References Ui_help_local_simulation::close, Ui_help_local_simulation::setupUi(), and ui.

:
QDialog(parent),
{
ui->setupUi(this);
connect(ui->close, SIGNAL(clicked()), this, SLOT(close()));
}
help_local_simulation::~help_local_simulation ( )

Definition at line 12 of file help_local_simulation.cpp.

References ui.

{
delete ui;
}

Field Documentation

Ui::help_local_simulation* help_local_simulation::ui
private

Definition at line 19 of file help_local_simulation.h.

Referenced by help_local_simulation(), and ~help_local_simulation().


The documentation for this class was generated from the following files: