X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshersGUI%2FStdMeshersGUI_SubShapeSelectorWdg.h;h=6d3cbbe7d14963fce6b52578394c7a606ac44eeb;hp=2cc304ff207b6139559b4f8f9e35614e573fbf4e;hb=d4a710ce52f6e76786a7b3845e2f7975dc9a00b1;hpb=2c607013a23bd4e7ba07e72e0c04dee2c1209cff diff --git a/src/StdMeshersGUI/StdMeshersGUI_SubShapeSelectorWdg.h b/src/StdMeshersGUI/StdMeshersGUI_SubShapeSelectorWdg.h index 2cc304ff2..6d3cbbe7d 100644 --- a/src/StdMeshersGUI/StdMeshersGUI_SubShapeSelectorWdg.h +++ b/src/StdMeshersGUI/StdMeshersGUI_SubShapeSelectorWdg.h @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2012 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -39,6 +39,7 @@ class SMESHGUI; class LightApp_SelectionMgr; class SVTK_Selector; class QPushButton; +class QLabel; class QLineEdit; class QCheckBox; class QListWidget; @@ -85,10 +86,13 @@ public: private: void updateState(); void setFilter(); + void updateButtons(); private slots: void onAdd(); void onRemove(); + void onPrevious(); + void onNext(); void SelectionIntoArgument(); void onListSelectionChanged(); @@ -109,6 +113,9 @@ private: QListWidget* myListWidget; QPushButton* myAddButton; QPushButton* myRemoveButton; + QLabel* myInfoLabel; + QPushButton* myPrevButton; + QPushButton* myNextButton; QList mySelectedIDs; QList myListOfIDs;