#include <runtriangle.h>
Inherits Ui::runTriangle.
Inheritance diagram for runTriangleDlg:
Public Slots | |
void | inputBrowse () |
void | options () |
void | run () |
void | help () |
Public Member Functions | |
runTriangleDlg (QWidget *parent=0) |
Definition at line 6 of file runtriangle.h.
runTriangleDlg::runTriangleDlg | ( | QWidget * | parent = 0 |
) |
Definition at line 13 of file runtriangle.cpp.
References Ui_runTriangle::cancelButton, help(), Ui_runTriangle::helpButton, inputBrowse(), options(), Ui_runTriangle::polyFileBrowseButton, run(), Ui_runTriangle::runButton, Ui_runTriangle::setupUi(), and Ui_runTriangle::showOptionsButton.
Here is the call graph for this function:
void runTriangleDlg::inputBrowse | ( | ) | [slot] |
Definition at line 24 of file runtriangle.cpp.
References Ui_runTriangle::polyFileLineEdit.
Referenced by runTriangleDlg().
void runTriangleDlg::options | ( | ) | [slot] |
void runTriangleDlg::run | ( | ) | [slot] |
Definition at line 37 of file runtriangle.cpp.
References Ui_runTriangle::aOptionLineEdit, Ui_runTriangle::aOptionsCheckBox, Ui_runTriangle::MessageLog, Ui_runTriangle::nOptionCheckBox, NULL, Ui_runTriangle::otherOptionCheckBox, Ui_runTriangle::otherOptionLineEdit, Ui_runTriangle::polyFileLineEdit, Ui_runTriangle::qOptionLineEdit, Ui_runTriangle::qOptionsCheckBox, ShewchukTRIANGLE(), TRUE, and Ui_runTriangle::VOptionsCheckBox.
Referenced by runTriangleDlg().
void runTriangleDlg::help | ( | ) | [slot] |