mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-02 21:24:29 +05:00

Store names of variables set via UpdateParameters() in myLastParameters field - void UpdateParameters(CORBA::Object_ptr theObject, const char* theParameters); + void UpdateParameters(/*CORBA::Object_ptr theObject,*/ const char* theParameters); + const std::vector< std::string >& GetLastParameters() const { return myLastParameters; } + std::vector< std::string > myLastParameters;
The file is empty.
Description
Languages
C++
85.2%
Python
12.8%
CMake
1.1%
HTML
0.4%
C
0.3%
Other
0.1%