X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSUPERVGUI%2FSUPERVGUI_BrowseNodeDlg.h;h=bf432cfd29ccb82f020ac8d825abb2171688672b;hb=refs%2Ftags%2FV4_1_0_maintainance_20081128;hp=19563ce5a758c077b4895c822bbd7b61321a32cc;hpb=787989820026cbd647c7bdb7159beed8e12e4944;p=modules%2Fsuperv.git diff --git a/src/SUPERVGUI/SUPERVGUI_BrowseNodeDlg.h b/src/SUPERVGUI/SUPERVGUI_BrowseNodeDlg.h index 19563ce..bf432cf 100644 --- a/src/SUPERVGUI/SUPERVGUI_BrowseNodeDlg.h +++ b/src/SUPERVGUI/SUPERVGUI_BrowseNodeDlg.h @@ -1,13 +1,29 @@ -// SUPERV SUPERVGUI : GUI for Supervisor component +// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE +// +// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, +// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS +// +// 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. // -// Copyright (C) 2003 CEA/DEN, EDF R&D +// 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 // +// SUPERV SUPERVGUI : GUI for Supervisor component // File : SUPERVGUI_BrowseNodeDlg.h // Author : Vitaly SMETANNIKOV // Module : SUPERV - +// #ifndef SUPERVGUI_BrowseNodeDlg_H #define SUPERVGUI_BrowseNodeDlg_H @@ -29,8 +45,9 @@ public: bool isEditable () { return myIsEditable; } - void setData( const QString& data ) { myValue->setText( data ); myValue->home( false ); } - void updateGUI() { myValue->setText( myPort->ToString() ); } + QString getData() const { return myValue->text(); } // mkr : PAL11406 + void setData( const QString& data ) { myValue->setText( data ); myValue->home( false ); } + void updateGUI() { myValue->setText( myPort->ToString() ); } bool setNewValue();