iCub-main
icub-main
src
tools
iCubGui
src
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
21
class
Settings
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
Settings
Definition:
settings.h:22
Settings::setEaseIn
static void setEaseIn(bool on)
Definition:
settings.cpp:58
Settings::easeOut
static bool easeOut()
Definition:
settings.cpp:73
Settings::~Settings
~Settings()
Definition:
settings.cpp:33
Settings::setFog
static void setFog(bool on)
Definition:
settings.cpp:38
Settings::easeIn
static bool easeIn()
Definition:
settings.cpp:63
Settings::setEaseOut
static void setEaseOut(bool on)
Definition:
settings.cpp:68
Settings::setFloorTranslucency
static void setFloorTranslucency(int value)
Definition:
settings.cpp:48
Settings::Settings
Settings()
Definition:
settings.cpp:28
Settings::fog
static bool fog()
Definition:
settings.cpp:43
Settings::floorTranslucency
static int floorTranslucency()
Definition:
settings.cpp:53
on
grid on
Definition:
show_eyes_axes.m:5
Generated on Wed Nov 13 2024 21:11:42 for iCub-main by
1.9.1