Moka controlers
 All Classes Namespaces Files Functions Variables Typedefs Enumerator Friends Macros
controler-gmap-parameter.hh
Go to the documentation of this file.
1 /*
2  * lib-controler-gmap : Le contrôleur de 3-G-cartes, surcouche de lib-controler.
3  * Copyright (C) 2004, Moka Team, Université de Poitiers, Laboratoire SIC
4  * http://www.sic.sp2mi.univ-poitiers.fr/
5  * Copyright (C) 2009, Guillaume Damiand, CNRS, LIRIS,
6  * guillaume.damiand@liris.cnrs.fr, http://liris.cnrs.fr/
7  *
8  * This file is part of lib-controler-gmap
9  *
10  * This program is free software: you can redistribute it and/or modify
11  * it under the terms of the GNU Lesser General Public License as published by
12  * the Free Software Foundation, either version 3 of the License, or
13  * (at your option) any later version.
14  *
15  * This program is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18  * GNU Lesser General Public License for more details.
19  *
20  * You should have received a copy of the GNU Lesser General Public License
21  * along with this program. If not, see <http://www.gnu.org/licenses/>.
22  */
23 
24 //******************************************************************************
25 // Ce fichier est une partie de "controler-gmap.hh".
26 //******************************************************************************
27 public:
28 
29 //@ Méthodes permettant de récupérer un paramètre
31 
32 // Les paramètres de controler : 1 par CControler
33 CParameterGMapVertex* getParameterGMapVertex() const;
34 CParameterSelection* getParameterSelection () const;
35 CParameterCreation* getParameterCreation () const;
36 CParameterPolylinePosition* getParameterPolylinePosition () const;
37 CParameterOperations* getParameterOperations () const;
38 CParameterObjectPosition* getParameterObjectPosition (int AIndex) const;
39 CParameterObjectPosition* getParameterPolygonPosition () const;
40 CParameterObjectPosition* getParameterMeshPosition () const;
41 CParameterObjectPosition* getParameterSpherePosition () const;
42 CParameterObjectPosition* getParameterCylinderPosition () const;
43 CParameterObjectPosition* getParameterPyramidPosition () const;
44 CParameterObjectPosition* getParameterTorusPosition () const;
45 //CParameterObjectTranslation* getParameterObjectTranslation() const;
46 //CParameterObjectRotation* getParameterObjectRotation () const;
47 //CParameterObjectScale* getParameterObjectScale () const;
48 CParameterObjectPonderation* getParameterObjectPonderation() const;
49 
50 
51 // Les paramètres de précompile : 1 par CPrecompile
52 // mais un seul précompile de même type par CView
53 
54 // Méthodes spécialisées
55 CParameterDart* getParameterDart (TViewId AViewId) const;
56 CParameterFace* getParameterFace (TViewId AViewId) const;
57 CParameterPreview* getParameterPreview (TViewId AViewId) const;
58 CParameterNormalVector* getParameterNormalVector (TViewId AViewId) const;
59 CParameterObjectTransformation* getParameterObjectTransformation(TViewId AViewId) const;
60 CParameterSew* getParameterSew (TViewId AViewId) const;
61 #ifdef MODULE_SPAMOD
62 CParameterSpamod* getParameterSpamod (TViewId AViewId) const;
63 #endif // MODULE_SPAMOD
64 CParameterVertex* getParameterVertex (TViewId AViewId) const;
65 
67