COVISE Core
coGRAnimationOnMsg.h
Go to the documentation of this file.
1/* This file is part of COVISE.
2
3 You can use it under the terms of the GNU Lesser General Public License
4 version 2.1 or later, see lgpl-2.1.txt.
5
6 * License: LGPL 2+ */
7
8//-*-Mode: C++;-*-
9// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
10// ++ (C)2007 VISENSO ++
11// ++ coGRAnimationOnMsg - Message to set animation on or off ++
12// ++ ++
13// ++ ++
14// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
15
16#ifndef COGRANIMATIONONMSG_H
17#define COGRANIMATIONONMSG_H
18
19#include "coGRMsg.h"
20#include <util/coExport.h>
21
22namespace grmsg
23{
24
26{
27public:
28 int getMode();
30 coGRAnimationOnMsg(const char *msg);
31
32private:
33 int mode_;
34};
35}
36#endif //coGRAnimationOnMsg
#define GRMSGEXPORT
Definition: coExport.h:349
GLenum mode
Definition: khronos-glext.h:6908
Definition: coGRActivatedViewpointMsg.h:23
Definition: coGRAnimationOnMsg.h:26
int mode_
Definition: coGRAnimationOnMsg.h:33
Definition: coGRMsg.h:38