OGRE  1.7
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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-2011 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  };
91  {
92  public:
93  String doGet(const void* target) const;
94  void doSet(void* target, const String& val);
95  };
98  {
99  public:
100  String doGet(const void* target) const;
101  void doSet(void* target, const String& val);
102  };
105  {
106  public:
107  String doGet(const void* target) const;
108  void doSet(void* target, const String& val);
109  };
112  {
113  public:
114  String doGet(const void* target) const;
115  void doSet(void* target, const String& val);
116  };
119  {
120  public:
121  String doGet(const void* target) const;
122  void doSet(void* target, const String& val);
123  };
126  {
127  public:
128  String doGet(const void* target) const;
129  void doSet(void* target, const String& val);
130  };
133  {
134  public:
135  String doGet(const void* target) const;
136  void doSet(void* target, const String& val);
137  };
140  {
141  public:
142  String doGet(const void* target) const;
143  void doSet(void* target, const String& val);
144  };
147  {
148  public:
149  String doGet(const void* target) const;
150  void doSet(void* target, const String& val);
151  };
154  {
155  public:
156  String doGet(const void* target) const;
157  void doSet(void* target, const String& val);
158  };
161  {
162  public:
163  String doGet(const void* target) const;
164  void doSet(void* target, const String& val);
165  };
168  {
169  public:
170  String doGet(const void* target) const;
171  void doSet(void* target, const String& val);
172  };
175  {
176  public:
177  String doGet(const void* target) const;
178  void doSet(void* target, const String& val);
179  };
182  {
183  public:
184  String doGet(const void* target) const;
185  void doSet(void* target, const String& val);
186  };
187 
190  {
191  public:
192  String doGet(const void* target) const;
193  void doSet(void* target, const String& val);
194  };
195 
196  }
200 }
201 
202 
203 
204 
205 
206 #endif
207 
Command object for particle emitter - see ParamCommand.
#define _OgreExport
Definition: OgrePlatform.h:203
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.