osgEarth 2.1.1

osgEarth::Util::Controls::LabelControl Member List

This is the complete list of members for osgEarth::Util::Controls::LabelControl, including all inherited members.
_bmaxosgEarth::Util::Controls::LabelControl [private]
_bminosgEarth::Util::Controls::LabelControl [private]
_dirtyosgEarth::Util::Controls::Control [protected]
_drawableosgEarth::Util::Controls::LabelControl [private]
_eventHandlersosgEarth::Util::Controls::Control [protected]
_fontosgEarth::Util::Controls::LabelControl [private]
_fontSizeosgEarth::Util::Controls::LabelControl [private]
_haloColorosgEarth::Util::Controls::LabelControl [private]
_renderPososgEarth::Util::Controls::Control [protected]
_renderSizeosgEarth::Util::Controls::Control [protected]
_textosgEarth::Util::Controls::LabelControl [private]
activeColor() const osgEarth::Util::Controls::Control [inline]
addEventHandler(ControlEventHandler *handler)osgEarth::Util::Controls::Control
align()osgEarth::Util::Controls::Control [protected]
ALIGN_BOTTOM enum valueosgEarth::Util::Controls::Control
ALIGN_CENTER enum valueosgEarth::Util::Controls::Control
ALIGN_LEFT enum valueosgEarth::Util::Controls::Control
ALIGN_NONE enum valueosgEarth::Util::Controls::Control
ALIGN_RIGHT enum valueosgEarth::Util::Controls::Control
ALIGN_TOP enum valueosgEarth::Util::Controls::Control
Alignment enum nameosgEarth::Util::Controls::Control
backColor() const osgEarth::Util::Controls::Control [inline]
calcFill(const ControlContext &context)osgEarth::Util::Controls::Control [inline, virtual]
calcPos(const ControlContext &context, const osg::Vec2f &cursor, const osg::Vec2f &parentSize)osgEarth::Util::Controls::Control [virtual]
calcSize(const ControlContext &context, osg::Vec2f &out_size)osgEarth::Util::Controls::LabelControl [virtual]
clearActiveColor()osgEarth::Util::Controls::Control [inline]
clearBackColor()osgEarth::Util::Controls::Control [inline]
clearForeColor()osgEarth::Util::Controls::Control [inline]
clearHeight()osgEarth::Util::Controls::Control [inline]
clearWidth()osgEarth::Util::Controls::Control [inline]
clearX()osgEarth::Util::Controls::Control [inline]
clearY()osgEarth::Util::Controls::Control [inline]
Container classosgEarth::Util::Controls::Control [friend]
Control()osgEarth::Util::Controls::Control
ControlCanvas classosgEarth::Util::Controls::Control [friend]
dirty()osgEarth::Util::Controls::Control [virtual]
Dock enum nameosgEarth::Util::Controls::Control
DOCK_BOTTOM enum valueosgEarth::Util::Controls::Control
DOCK_FILL enum valueosgEarth::Util::Controls::Control
DOCK_LEFT enum valueosgEarth::Util::Controls::Control
DOCK_NONE enum valueosgEarth::Util::Controls::Control
DOCK_RIGHT enum valueosgEarth::Util::Controls::Control
DOCK_TOP enum valueosgEarth::Util::Controls::Control
draw(const ControlContext &context, DrawableList &out_drawables)osgEarth::Util::Controls::LabelControl [virtual]
font() const osgEarth::Util::Controls::LabelControl [inline]
fontSize() const osgEarth::Util::Controls::LabelControl [inline]
foreColor() const osgEarth::Util::Controls::Control [inline]
getAbsorbEvents() const osgEarth::Util::Controls::Control [inline]
getActive() const osgEarth::Util::Controls::Control [inline]
getParent(osg::ref_ptr< Control > &out) const osgEarth::Util::Controls::Control
haloColor() const osgEarth::Util::Controls::LabelControl [inline]
handle(const osgGA::GUIEventAdapter &ea, osgGA::GUIActionAdapter &aa, ControlContext &cx)osgEarth::Util::Controls::Control [protected, virtual]
height() const osgEarth::Util::Controls::Control [inline]
horizAlign() const osgEarth::Util::Controls::Control [inline]
horizFill() const osgEarth::Util::Controls::Control [inline]
intersects(float x, float y) const osgEarth::Util::Controls::Control
isDirty() const osgEarth::Util::Controls::Control [inline]
LabelControl(const std::string &value="", float fontSize=18.0f, const osg::Vec4f &foreColor=osg::Vec4f(1, 1, 1, 1))osgEarth::Util::Controls::LabelControl
LabelControl(const std::string &value, const osg::Vec4f &foreColor)osgEarth::Util::Controls::LabelControl
margin() const osgEarth::Util::Controls::Control [inline]
padding() const osgEarth::Util::Controls::Control [inline]
renderPos() const osgEarth::Util::Controls::Control [inline]
renderSize() const osgEarth::Util::Controls::Control [inline]
setAbsorbEvents(bool value)osgEarth::Util::Controls::Control [inline]
setActive(bool value)osgEarth::Util::Controls::Control
setActiveColor(const osg::Vec4f &value)osgEarth::Util::Controls::Control
setActiveColor(float r, float g, float b, float a)osgEarth::Util::Controls::Control [inline]
setBackColor(const osg::Vec4f &value)osgEarth::Util::Controls::Control
setBackColor(float r, float g, float b, float a)osgEarth::Util::Controls::Control [inline]
setFont(osgText::Font *font)osgEarth::Util::Controls::LabelControl
setFontSize(float value)osgEarth::Util::Controls::LabelControl
setForeColor(const osg::Vec4f &value)osgEarth::Util::Controls::Control
setForeColor(float r, float g, float b, float a)osgEarth::Util::Controls::Control [inline]
setHaloColor(const osg::Vec4f &value)osgEarth::Util::Controls::LabelControl
setHeight(float value)osgEarth::Util::Controls::Control
setHorizAlign(const Alignment &value)osgEarth::Util::Controls::Control
setHorizFill(bool value, float minWidth=0.0f)osgEarth::Util::Controls::Control
setMargin(const Gutter &value)osgEarth::Util::Controls::Control
setPadding(const Gutter &value)osgEarth::Util::Controls::Control
setPadding(float globalValue)osgEarth::Util::Controls::Control
setParent(class Control *c)osgEarth::Util::Controls::Control [inline]
setPosition(float x, float y)osgEarth::Util::Controls::Control
setSize(float w, float h)osgEarth::Util::Controls::Control
setText(const std::string &value)osgEarth::Util::Controls::LabelControl
setVertAlign(const Alignment &value)osgEarth::Util::Controls::Control
setVertFill(bool value, float minHeight=0.0f)osgEarth::Util::Controls::Control
setVisible(bool value)osgEarth::Util::Controls::Control
setWidth(float value)osgEarth::Util::Controls::Control
setX(float value)osgEarth::Util::Controls::Control
setY(float value)osgEarth::Util::Controls::Control
text() const osgEarth::Util::Controls::LabelControl [inline]
vertAlign() const osgEarth::Util::Controls::Control [inline]
vertFill() const osgEarth::Util::Controls::Control [inline]
visible() const osgEarth::Util::Controls::Control [inline]
width() const osgEarth::Util::Controls::Control [inline]
x() const osgEarth::Util::Controls::Control [inline]
y() const osgEarth::Util::Controls::Control [inline]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines