iCub-main
Loading...
Searching...
No Matches
settings.h
Go to the documentation of this file.
1/*
2 * settings.h
3 */
4
5#ifndef SETTINGS_H
6#define SETTINGS_H
7
8/*
9 * Copyright (C) 2009 RobotCub Consortium
10 * Author: Alessandro Scalzo alessandro.scalzo@iit.it
11 * CopyPolicy: Released under the terms of the GNU GPL v2.0.
12 *
13 * Based on:
14 *
15 * Qavimator
16 * Copyright (C) 2006 by Zi Ree *
17 * Zi Ree @ SecondLife *
18 * Released under the terms of the GNU GPL v2.0.
19 */
20
22{
23 public:
24 Settings();
25 ~Settings();
26
27 static void setFog(bool on);
28 static bool fog();
29
30 static void setFloorTranslucency(int value);
31 static int floorTranslucency();
32
33 static void setEaseIn(bool on);
34 static bool easeIn();
35 static void setEaseOut(bool on);
36 static bool easeOut();
37};
38
39#endif
static void setEaseIn(bool on)
Definition settings.cpp:58
static bool easeOut()
Definition settings.cpp:73
static void setFog(bool on)
Definition settings.cpp:38
static bool easeIn()
Definition settings.cpp:63
static void setEaseOut(bool on)
Definition settings.cpp:68
static void setFloorTranslucency(int value)
Definition settings.cpp:48
static bool fog()
Definition settings.cpp:43
static int floorTranslucency()
Definition settings.cpp:53
grid on