OGRE  1.8
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-2013 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  };
99  {
100  public:
101  String doGet(const void* target) const;
102  void doSet(void* target, const String& val);
103  };
106  {
107  public:
108  String doGet(const void* target) const;
109  void doSet(void* target, const String& val);
110  };
113  {
114  public:
115  String doGet(const void* target) const;
116  void doSet(void* target, const String& val);
117  };
120  {
121  public:
122  String doGet(const void* target) const;
123  void doSet(void* target, const String& val);
124  };
127  {
128  public:
129  String doGet(const void* target) const;
130  void doSet(void* target, const String& val);
131  };
134  {
135  public:
136  String doGet(const void* target) const;
137  void doSet(void* target, const String& val);
138  };
141  {
142  public:
143  String doGet(const void* target) const;
144  void doSet(void* target, const String& val);
145  };
148  {
149  public:
150  String doGet(const void* target) const;
151  void doSet(void* target, const String& val);
152  };
155  {
156  public:
157  String doGet(const void* target) const;
158  void doSet(void* target, const String& val);
159  };
162  {
163  public:
164  String doGet(const void* target) const;
165  void doSet(void* target, const String& val);
166  };
169  {
170  public:
171  String doGet(const void* target) const;
172  void doSet(void* target, const String& val);
173  };
176  {
177  public:
178  String doGet(const void* target) const;
179  void doSet(void* target, const String& val);
180  };
183  {
184  public:
185  String doGet(const void* target) const;
186  void doSet(void* target, const String& val);
187  };
190  {
191  public:
192  String doGet(const void* target) const;
193  void doSet(void* target, const String& val);
194  };
195 
198  {
199  public:
200  String doGet(const void* target) const;
201  void doSet(void* target, const String& val);
202  };
203 
204  }
208 }
209 
210 
211 
212 
213 
214 #endif
215 
Command object for particle emitter - see ParamCommand.
#define _OgreExport
Definition: OgrePlatform.h:233
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.