X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FCollectionPlugin%2FCollectionPlugin_WidgetField.h;h=f862fb49c51535eaaebca9038a2b6762b9aef09b;hb=08ae27584f701ad92da4f4dd7a6e3a59ca432760;hp=3bd98f95c7c4f5aeb38187905a35243fa3eb0c94;hpb=a6677508dfcc77446305c17509779accad261b54;p=modules%2Fshaper.git diff --git a/src/CollectionPlugin/CollectionPlugin_WidgetField.h b/src/CollectionPlugin/CollectionPlugin_WidgetField.h index 3bd98f95c..f862fb49c 100644 --- a/src/CollectionPlugin/CollectionPlugin_WidgetField.h +++ b/src/CollectionPlugin/CollectionPlugin_WidgetField.h @@ -1,9 +1,22 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D - -// File: CollectionPlugin_WidgetField.h -// Created: 16 Nov 2016 -// Author: Vitaly SMETANNIKOV - +// Copyright (C) 2014-2017 CEA/DEN, EDF R&D +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// +// This library is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// See http://www.salome-platform.org/ or +// email : webmaster.salome@opencascade.com +// #ifndef CollectionPlugin_WidgetField_H #define CollectionPlugin_WidgetField_H @@ -36,8 +49,7 @@ class DataTableItemDelegate : public QStyledItemDelegate { Q_OBJECT public: - DataTableItemDelegate(ModelAPI_AttributeTables::ValueType theType) : - QStyledItemDelegate() { myType = theType; } + DataTableItemDelegate(ModelAPI_AttributeTables::ValueType theType); virtual QWidget* createEditor(QWidget* theParent, const QStyleOptionViewItem & theOption, @@ -47,6 +59,9 @@ public: void setDataType(ModelAPI_AttributeTables::ValueType theType) { myType = theType; } +private slots: + void onEditItem(const QString& theText); + private: ModelAPI_AttributeTables::ValueType myType; }; @@ -82,6 +97,13 @@ public: /// The methiod called when widget is deactivated virtual void deactivate(); + /// Set the given wrapped value to the current widget + /// This value should be processed in the widget according to the needs + /// \param theValues the wrapped selection values + /// \param theToValidate a validation of the values flag + virtual bool setSelection(QList>& theValues, + const bool theToValidate); + protected: /// Saves the internal parameters to the given feature /// \return True in success @@ -106,10 +128,6 @@ protected: /// a shape. If the attribute do not uses the shape, it is empty virtual QList> getAttributeSelection() const; -protected slots: - /// Slot which is called on selection event - virtual void onSelectionChanged(); - private slots: /// Slot called on number of component changed /// \param theVal - a new components number