X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_ExportSinusXDlg.h;h=72e294a51b316b69c7a4dbc99adffba4da788fb8;hb=0ef7a1c0faeafd936f486c117211adf59aa1e1de;hp=648c0c087065ad4a4940e015411e63925fef8743;hpb=982c1e44246794c1eca6b536b4c2d08092f55054;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_ExportSinusXDlg.h b/src/HYDROGUI/HYDROGUI_ExportSinusXDlg.h index 648c0c08..72e294a5 100644 --- a/src/HYDROGUI/HYDROGUI_ExportSinusXDlg.h +++ b/src/HYDROGUI/HYDROGUI_ExportSinusXDlg.h @@ -16,8 +16,8 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // -#ifndef HYDROGUI_ExportSinusXDlg_H -#define HYDROGUI_ExportSinusXDlg_H +#ifndef HYDROGUI_EXPORTSINUSXDLG_H +#define HYDROGUI_EXPORTSINUSXDLG_H #include "HYDROGUI_InputPanel.h" #include @@ -28,6 +28,7 @@ class QStackedWidget; class QPushButton; class QListWidget; class QListWidgetItem; +class HYDROGUI_ObjListBox; class HYDROGUI_ExportSinusXDlg : public HYDROGUI_InputPanel @@ -37,20 +38,14 @@ class HYDROGUI_ExportSinusXDlg : public HYDROGUI_InputPanel public: HYDROGUI_ExportSinusXDlg( HYDROGUI_Module* theModule, const QString& theTitle ); virtual ~HYDROGUI_ExportSinusXDlg(); - void addItems(const HYDROData_SequenceOfObjects& theSelectedItems); - void RemoveItems(); + HYDROData_SequenceOfObjects GetSelectedEntities(); signals: - void IncludeItems(); - void ExcludeItems(); - + void ExportItems(); private: - QPushButton* myExport; - QPushButton* myIncludeBtn; - QPushButton* myExcludeBtn; - QListWidget* myQListW; - QMap myEnt2WIMap; + HYDROGUI_ObjListBox* myList; + QPushButton* myExportBtn; };