#include <STLPlugin_ExportDlg.h>

Public Member Functions | |
| STLPlugin_ExportDlg (const Handle(SALOME_InteractiveObject)&io, QWidget *parent) | |
| ~STLPlugin_ExportDlg () | |
| bool | isAscii () const | 
| double | getDeflection () const | 
| bool | isDeflectionRelative () const | 
Static Public Member Functions | |
| static QString | getFileName (const Handle(SALOME_InteractiveObject)&io, const QString &filters, const QString &caption, QWidget *parent, bool &isAscii, double &deflection, bool &isRelative) | 
Private Slots | |
| void | modeChanged () | 
Static Private Member Functions | |
| static double | getShapeSize (const Handle(SALOME_InteractiveObject)&io) | 
Private Attributes | |
| SalomeApp_DoubleSpinBox * | myDeflectionSB | 
| QCheckBox * | myModeCB | 
| QCheckBox * | myFormatCB | 
| double | myShapeSize | 
| STLPlugin_ExportDlg::STLPlugin_ExportDlg | ( | const Handle(SALOME_InteractiveObject)& | io, | 
| QWidget * | parent | ||
| ) | 
References GEOM::Deflection, getShapeSize(), GEOM::minDeflection(), modeChanged(), myDeflectionSB, myFormatCB, myModeCB, myShapeSize, and GEOM::propertyName().
| STLPlugin_ExportDlg::~STLPlugin_ExportDlg | ( | ) | 
| double STLPlugin_ExportDlg::getDeflection | ( | ) | const | 
References myDeflectionSB.
      
  | 
  static | 
References getDeflection(), isAscii(), and isDeflectionRelative().
      
  | 
  staticprivate | 
References GEOMBase::ConvertIOinGEOMObject(), and GEOMBase::GetShape().
| bool STLPlugin_ExportDlg::isAscii | ( | ) | const | 
References myFormatCB.
| bool STLPlugin_ExportDlg::isDeflectionRelative | ( | ) | const | 
References myModeCB.
      
  | 
  privateslot | 
References GEOM::minDeflection(), myDeflectionSB, myModeCB, and myShapeSize.
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private |