Public Member Functions | Private Attributes
rviz::FloatProperty Class Reference

#include <property.h>

Inheritance diagram for rviz::FloatProperty:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void doWriteToGrid ()
 FloatProperty (const std::string &name, const std::string &prefix, const CategoryPropertyWPtr &parent, const Getter &getter, const Setter &setter)
virtual void loadFromConfig (Config *config)
virtual void readFromGrid ()
virtual void saveToConfig (Config *config)
void setMax (float max)
void setMin (float min)

Private Attributes

float max_
float min_

Detailed Description

Definition at line 388 of file property.h.


Constructor & Destructor Documentation

rviz::FloatProperty::FloatProperty ( const std::string &  name,
const std::string &  prefix,
const CategoryPropertyWPtr &  parent,
const Getter getter,
const Setter setter 
) [inline]

Definition at line 391 of file property.h.


Member Function Documentation

Implements rviz::PropertyBase.

Definition at line 561 of file property.cpp.

void rviz::FloatProperty::loadFromConfig ( Config config) [virtual]

Implements rviz::PropertyBase.

Definition at line 586 of file property.cpp.

Implements rviz::PropertyBase.

Definition at line 576 of file property.cpp.

void rviz::FloatProperty::saveToConfig ( Config config) [virtual]

Implements rviz::PropertyBase.

Definition at line 581 of file property.cpp.

void rviz::FloatProperty::setMax ( float  max)

Definition at line 552 of file property.cpp.

void rviz::FloatProperty::setMin ( float  min)

Definition at line 543 of file property.cpp.


Member Data Documentation

float rviz::FloatProperty::max_ [private]

Definition at line 408 of file property.h.

float rviz::FloatProperty::min_ [private]

Definition at line 407 of file property.h.


The documentation for this class was generated from the following files:


rviz
Author(s): Dave Hershberger, Josh Faust
autogenerated on Mon Jan 6 2014 11:54:33