OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
OgreParticleEmitterCommands.h
Go to the documentation of this file.
1 /*
2 -----------------------------------------------------------------------------
3 This source file is part of OGRE
4 (Object-oriented Graphics Rendering Engine)
5 For the latest info, see http://www.ogre3d.org/
6 
7 Copyright (c) 2000-2014 Torus Knot Software Ltd
8 
9 Permission is hereby granted, free of charge, to any person obtaining a copy
10 of this software and associated documentation files (the "Software"), to deal
11 in the Software without restriction, including without limitation the rights
12 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13 copies of the Software, and to permit persons to whom the Software is
14 furnished to do so, subject to the following conditions:
15 
16 The above copyright notice and this permission notice shall be included in
17 all copies or substantial portions of the Software.
18 
19 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
21 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
22 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
23 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
24 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
25 THE SOFTWARE.
26 -----------------------------------------------------------------------------
27 */
28 #ifndef __ParticleEmitterCommands_H__
29 #define __ParticleEmitterCommands_H__
30 
31 #include "OgrePrerequisites.h"
32 #include "OgreStringInterface.h"
33 
34 namespace Ogre {
35 
43  namespace EmitterCommands {
46  {
47  public:
48  String doGet(const void* target) const;
49  void doSet(void* target, const String& val);
50  };
53  {
54  public:
55  String doGet(const void* target) const;
56  void doSet(void* target, const String& val);
57  };
58 
61  {
62  public:
63  String doGet(const void* target) const;
64  void doSet(void* target, const String& val);
65  };
68  {
69  public:
70  String doGet(const void* target) const;
71  void doSet(void* target, const String& val);
72  };
73 
76  {
77  public:
78  String doGet(const void* target) const;
79  void doSet(void* target, const String& val);
80  };
81 
84  {
85  public:
86  String doGet(const void* target) const;
87  void doSet(void* target, const String& val);
88  };
89 
92  {
93  public:
94  String doGet(const void* target) const;
95  void doSet(void* target, const String& val);
96  };
97 
100  {
101  public:
102  String doGet(const void* target) const;
103  void doSet(void* target, const String& val);
104  };
107  {
108  public:
109  String doGet(const void* target) const;
110  void doSet(void* target, const String& val);
111  };
114  {
115  public:
116  String doGet(const void* target) const;
117  void doSet(void* target, const String& val);
118  };
121  {
122  public:
123  String doGet(const void* target) const;
124  void doSet(void* target, const String& val);
125  };
128  {
129  public:
130  String doGet(const void* target) const;
131  void doSet(void* target, const String& val);
132  };
135  {
136  public:
137  String doGet(const void* target) const;
138  void doSet(void* target, const String& val);
139  };
142  {
143  public:
144  String doGet(const void* target) const;
145  void doSet(void* target, const String& val);
146  };
149  {
150  public:
151  String doGet(const void* target) const;
152  void doSet(void* target, const String& val);
153  };
156  {
157  public:
158  String doGet(const void* target) const;
159  void doSet(void* target, const String& val);
160  };
163  {
164  public:
165  String doGet(const void* target) const;
166  void doSet(void* target, const String& val);
167  };
170  {
171  public:
172  String doGet(const void* target) const;
173  void doSet(void* target, const String& val);
174  };
177  {
178  public:
179  String doGet(const void* target) const;
180  void doSet(void* target, const String& val);
181  };
184  {
185  public:
186  String doGet(const void* target) const;
187  void doSet(void* target, const String& val);
188  };
191  {
192  public:
193  String doGet(const void* target) const;
194  void doSet(void* target, const String& val);
195  };
198  {
199  public:
200  String doGet(const void* target) const;
201  void doSet(void* target, const String& val);
202  };
203 
206  {
207  public:
208  String doGet(const void* target) const;
209  void doSet(void* target, const String& val);
210  };
211 
212  }
216 }
217 
218 
219 
220 
221 
222 #endif
223 
Command object for particle emitter - see ParamCommand.
Command object for particle emitter - see ParamCommand.
#define _OgreExport
Definition: OgrePlatform.h:260
Command object for particle emitter - see ParamCommand.
Command object for particle emitter - see ParamCommand.
Command object for particle emitter - see ParamCommand.
Command object for particle emitter - see ParamCommand.
Command object for particle emitter - see ParamCommand.
Command object for particle emitter - see ParamCommand.
Command object for particle emitter - see ParamCommand.
Command object for ParticleEmitter - see ParamCommand.
Command object for particle emitter - see ParamCommand.
Command object for particle emitter - see ParamCommand.
Command object for particle emitter - see ParamCommand.
Command object for particle emitter - see ParamCommand.
Command object for particle emitter - see ParamCommand.
Command object for particle emitter - see ParamCommand.
Command object for particle emitter - see ParamCommand.
Command object for particle emitter - see ParamCommand.
Command object for particle emitter - see ParamCommand.
Command object for particle emitter - see ParamCommand.
Command object for particle emitter - see ParamCommand.
Command object for particle emitter - see ParamCommand.
_StringBase String
Command object for particle emitter - see ParamCommand.
Abstract class which is command object which gets/sets parameters.