Add button to import element properties for GeoMechCase.

This commit is contained in:
Kristian Bendiksen
2020-04-03 10:31:41 +02:00
parent 0d0ecf42fa
commit 1fde4a09b5
4 changed files with 38 additions and 2 deletions

View File

@@ -27,6 +27,8 @@ class RicImportElementPropertyFeature : public caf::CmdFeature
{
CAF_CMD_HEADER_INIT;
static void importElementProperties();
protected:
bool isCommandEnabled() override;
void onActionTriggered( bool isChecked ) override;