Salome HOME
*** empty log message ***
[modules/gui.git] / src / Qtx / QtxOperations.cxx
1
2 #include "QtxOperations.h"
3
4 //================================================================
5 // Function : 
6 // Purpose  : 
7 //================================================================
8 QtxOperations::QtxOperations()
9 {
10 }
11
12 //================================================================
13 // Function : 
14 // Purpose  : 
15 //================================================================
16 QtxOperations::~QtxOperations()
17 {
18 }
19
20 //================================================================
21 // Function : 
22 // Purpose  : 
23 //================================================================
24 bool QtxOperations::createValue( const QString& str, QtxValue& v ) const
25 {
26     v = str;
27     return false;
28 }