#include <Menu.h>
vreckoUtils::MenuSlider::MenuSlider |
( |
string |
name, |
|
|
string |
caption, |
|
|
double |
from, |
|
|
double |
to, |
|
|
double |
value, |
|
|
bool |
onlyInt, |
|
|
osg::Vec3 |
color = osg::Vec3(0.9f, 0.8f, 0.8f) |
|
) |
| |
|
inline |
virtual std::string vreckoUtils::MenuSlider::getCaption |
( |
| ) |
|
|
inlinevirtual |
virtual std::string vreckoUtils::MenuSlider::getName |
( |
void |
| ) |
|
|
inlinevirtual |
double vreckoUtils::MenuSlider::getValue |
( |
| ) |
const |
|
inline |
void vreckoUtils::MenuSlider::setValue |
( |
double |
val | ) |
|
|
inline |
std::string MenuSlider::toXMLString |
( |
| ) |
|
|
virtual |
osg::Vec3 vreckoUtils::MenuSlider::_color |
|
protected |
double vreckoUtils::MenuSlider::_from |
|
protected |
bool vreckoUtils::MenuSlider::_onlyInt |
|
protected |
std::string vreckoUtils::MenuSlider::_sliderCaption |
|
protected |
std::string vreckoUtils::MenuSlider::_sliderName |
|
protected |
double vreckoUtils::MenuSlider::_to |
|
protected |
double vreckoUtils::MenuSlider::_value |
|
protected |
The documentation for this class was generated from the following files:
- C:/Documents/School/OSG/VRECKO/include/vreckoUtils/Menu.h
- C:/Documents/School/OSG/VRECKO/src/vreckoUtils/Menu.cpp