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-en.txt
13 #ifndef PARAMSADAPTER_HXX_
14 #define PARAMSADAPTER_HXX_
19 #include "BaseAdapter.hxx"
21 #include "model/Diagram.hxx"
23 namespace org_scilab_modules_scicos
28 class ParamsAdapter : public BaseAdapter<ParamsAdapter, org_scilab_modules_scicos::model::Diagram>
31 ParamsAdapter(const ParamsAdapter& o);
32 ParamsAdapter(org_scilab_modules_scicos::model::Diagram* o);
35 static const std::wstring getSharedTypeStr()
40 bool toString(std::wostringstream& ostr);
41 std::wstring getTypeStr();
42 std::wstring getShortTypeStr();
45 } /* namespace view_scilab */
46 } /* namespace org_scilab_modules_scicos */
48 #endif /* PARAMSADAPTER_HXX_ */