2 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 * Copyright (C) 2014-2014 - Scilab Enterprises - Clement DAVID
5 * This file must be used under the terms of the CeCILL.
6 * This source file is licensed as described in the file COPYING, which
7 * you should have received as part of this distribution. The terms
8 * are also available at
9 * http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt
13 #ifndef STATEADAPTER_HXX_
14 #define STATEADAPTER_HXX_
18 #include "BaseAdapter.hxx"
20 #include "model/Diagram.hxx"
22 namespace org_scilab_modules_scicos
27 class StateAdapter : public BaseAdapter<StateAdapter, org_scilab_modules_scicos::model::Diagram>
30 StateAdapter(std::shared_ptr<org_scilab_modules_scicos::model::Diagram> adaptee);
31 StateAdapter(const StateAdapter& adapter);
34 static const std::wstring getSharedTypeStr()
39 std::wstring getTypeStr();
40 std::wstring getShortTypeStr();
43 } /* namespace view_scilab */
44 } /* namespace org_scilab_modules_scicos */
46 #endif /* STATEADAPTER_HXX_ */