FEM: result object refactor, move most properties from C++ to a new Python result object

This commit is contained in:
qingfengxia
2017-02-16 07:54:32 +01:00
committed by Bernd Hahnebach
parent ea1829c9fa
commit c13ca92792
8 changed files with 187 additions and 32 deletions

View File

@@ -45,12 +45,13 @@ ViewProviderResult::~ViewProviderResult()
}
/* not needed since _ViewProviderFemResult.py is made
bool ViewProviderResult::doubleClicked(void)
{
Gui::Command::runCommand(Gui::Command::Gui, "Gui.runCommand('Fem_ShowResult')");
return true;
}
*/
// Python feature -----------------------------------------------------------------------