#include <GEOMToolsGUI_NbIsosDlg.h>

Public Member Functions | |
| GEOMToolsGUI_NbIsosDlg (QWidget *) | |
| ~GEOMToolsGUI_NbIsosDlg () | |
| int | getU () const |
| int | getV () const |
| void | setU (const int) |
| void | setV (const int) |
Private Slots | |
| void | ClickOnHelp () |
Private Member Functions | |
| void | keyPressEvent (QKeyEvent *) |
Private Attributes | |
| QSpinBox * | SpinBoxU |
| QSpinBox * | SpinBoxV |
| QString | myHelpFileName |
| GEOMToolsGUI_NbIsosDlg::GEOMToolsGUI_NbIsosDlg | ( | QWidget * | parent | ) |
References ClickOnHelp(), myHelpFileName, SpinBoxU, and SpinBoxV.
| GEOMToolsGUI_NbIsosDlg::~GEOMToolsGUI_NbIsosDlg | ( | ) |
| int GEOMToolsGUI_NbIsosDlg::getU | ( | ) | const |
References SpinBoxU.
| int GEOMToolsGUI_NbIsosDlg::getV | ( | ) | const |
References SpinBoxV.
| void GEOMToolsGUI_NbIsosDlg::setU | ( | const int | v | ) |
References SpinBoxU.
| void GEOMToolsGUI_NbIsosDlg::setV | ( | const int | v | ) |
References SpinBoxV.
| void GEOMToolsGUI_NbIsosDlg::ClickOnHelp | ( | ) | [private, slot] |
References myHelpFileName.
| void GEOMToolsGUI_NbIsosDlg::keyPressEvent | ( | QKeyEvent * | e | ) | [private] |
References ClickOnHelp().
QSpinBox* GEOMToolsGUI_NbIsosDlg.SpinBoxU [private] |
QSpinBox* GEOMToolsGUI_NbIsosDlg.SpinBoxV [private] |
QString GEOMToolsGUI_NbIsosDlg.myHelpFileName [private] |