Salome HOME
PR: merge SalomePro 1_2d = mergefrom_BRANCH_MergeV1_2d
[modules/kernel.git] / src / SALOME_PYQT / SalomePyQt.hxx
index 8d835ac12dd20e1d7b0ffe198f0376140dd35345..b3f5101a6c12244d03cd9f6f4a84e41d743b6a4d 100644 (file)
@@ -1,3 +1,10 @@
+//  Copyright (C) 2003  CEA/DEN, EDF R&D
+//
+//
+//
+//  File   : SalomePyQt.hxx
+//  Module : SALOME
+
 #ifndef _SALOME_PYQT_H
 #define _SALOME_PYQT_H
 
@@ -28,6 +35,16 @@ public:
   static void addDoubleSetting(QString _name, double _value, bool _autoValue);
   static bool removeSettings(QString name);
   static QString getSetting(QString name);
+
+  static QString getFileName(QWidget*           parent, 
+                             const QString&     initial, 
+                             const QStringList& filters, 
+                             const QString&     caption,
+                             bool               open);
+  static QString getExistingDirectory(QWidget*       parent,
+                                      const QString& initial,
+                                      const QString& caption);
+  static void helpContext(const QString& source, const QString& context);
 };
 
 #endif