#include "SMESHGUI_MG_ADAPTDRIVER.h"#include "SMESHGUI.h"#include "SMESHGUI_VTKUtils.h"#include "SMESHGUI_MeshUtils.h"#include "SMESH_TryCatch.hxx"#include <LightApp_SelectionMgr.h>#include <SUIT_Application.h>#include <SUIT_Desktop.h>#include <SUIT_MessageBox.h>#include <SUIT_Session.h>#include <SVTK_ViewWindow.h>#include <SalomeApp_Application.h>#include <QLineEdit>#include <QRadioButton>#include <QKeyEvent>
Macros | |
| #define | SMESH_CAUGHT errStr = |
| #define | SMY_OWN_CATCH catch ( SALOME::SALOME_Exception & e ) { errStr = e.details.text; } |
| #define | SMESH_CAUGHT |
Variables | |
| const int | SPACING = 6 |
| const int | MARGIN = 9 |
| #define SMESH_CAUGHT errStr = |
| #define SMESH_CAUGHT |
| #define SMY_OWN_CATCH catch ( SALOME::SALOME_Exception & e ) { errStr = e.details.text; } |
| const int MARGIN = 9 |
| const int SPACING = 6 |