#946 Fixed enabled state for tile window toolbar button

This commit is contained in:
Magne Sjaastad
2016-11-03 09:59:41 +01:00
parent 7f293a5257
commit f65559af38
4 changed files with 157 additions and 84 deletions

View File

@@ -36,4 +36,17 @@ protected:
virtual void setupActionLook( QAction* actionToSetup );
};
//==================================================================================================
///
//==================================================================================================
class RicTilePlotWindowsFeature : public caf::CmdFeature
{
CAF_CMD_HEADER_INIT;
protected:
// Overrides
virtual bool isCommandEnabled();
virtual void onActionTriggered(bool isChecked);
virtual void setupActionLook(QAction* actionToSetup);
};