List of all members.
Detailed Description
Definition at line 54 of file Controls.
Constructor & Destructor Documentation
osgEarth::Util::Controls::Gutter::Gutter |
( |
| ) |
[inline] |
osgEarth::Util::Controls::Gutter::Gutter |
( |
float |
top, |
|
|
float |
right, |
|
|
float |
bottom, |
|
|
float |
left |
|
) |
| [inline] |
osgEarth::Util::Controls::Gutter::Gutter |
( |
float |
y, |
|
|
float |
x |
|
) |
| [inline] |
osgEarth::Util::Controls::Gutter::Gutter |
( |
float |
all | ) |
[inline] |
Member Function Documentation
float osgEarth::Util::Controls::Gutter::bottom |
( |
| ) |
const [inline] |
float osgEarth::Util::Controls::Gutter::left |
( |
| ) |
const [inline] |
osg::Vec2f osgEarth::Util::Controls::Gutter::offset |
( |
| ) |
const [inline] |
bool osgEarth::Util::Controls::Gutter::operator!= |
( |
const Gutter & |
rhs | ) |
const [inline] |
Definition at line 64 of file Controls.
{
return top() != rhs.top() || right() != rhs.right() || bottom() != rhs.bottom() || left() != rhs.left(); }
float osgEarth::Util::Controls::Gutter::right |
( |
| ) |
const [inline] |
osg::Vec2f osgEarth::Util::Controls::Gutter::size |
( |
| ) |
const [inline] |
Definition at line 75 of file Controls.
{ return osg::Vec2f(x(), y()); }
float osgEarth::Util::Controls::Gutter::top |
( |
| ) |
const [inline] |
float osgEarth::Util::Controls::Gutter::x |
( |
| ) |
const [inline] |
float osgEarth::Util::Controls::Gutter::y |
( |
| ) |
const [inline] |
Member Data Documentation
The documentation for this struct was generated from the following file:
- /home/cube/sources/osgearth/src/osgEarthUtil/Controls