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

#include <property.h>

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

List of all members.

Public Member Functions

virtual void doWriteToGrid ()
 IntProperty (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 (int max)
void setMin (int min)

Private Attributes

int max_
int min_

Detailed Description

Definition at line 365 of file property.h.


Constructor & Destructor Documentation

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

Definition at line 368 of file property.h.


Member Function Documentation

Implements rviz::PropertyBase.

Definition at line 499 of file property.cpp.

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

Implements rviz::PropertyBase.

Definition at line 524 of file property.cpp.

void rviz::IntProperty::readFromGrid ( ) [virtual]

Implements rviz::PropertyBase.

Definition at line 514 of file property.cpp.

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

Implements rviz::PropertyBase.

Definition at line 519 of file property.cpp.

void rviz::IntProperty::setMax ( int  max)

Definition at line 490 of file property.cpp.

void rviz::IntProperty::setMin ( int  min)

Definition at line 481 of file property.cpp.


Member Data Documentation

int rviz::IntProperty::max_ [private]

Definition at line 385 of file property.h.

int rviz::IntProperty::min_ [private]

Definition at line 384 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