#include <sgdisp.hpp>
Inheritance diagram for SGDisplayParam:


Public Member Functions | |
| int | Value () const |
| SGDisplayParam (char *name, SGParam *tl) | |
| No default value. | |
| SGDisplayParam (char *name, SGParam *tl, int v) | |
| With a default value. | |
Static Public Attributes | |
| static char | TypeId [] = "dsp" |
Protected Member Functions | |
| void | read_param () |
| Reads a value of the parameter from the input stream. | |
| void | print_param (std::ostream &s, short indent) |
| Prints the name and the value of the parameter with a given indent. | |
| SGDisplayParam::SGDisplayParam | ( | char * | name, | |
| SGParam * | tl | |||
| ) | [inline] |
No default value.
| [in] | name | The name of the parameter |
| [in] | tl | The next parameter in the list |
| SGDisplayParam::SGDisplayParam | ( | char * | name, | |
| SGParam * | tl, | |||
| int | v | |||
| ) | [inline] |
With a default value.
| [in] | name | The name of the parameter. |
| [in] | tl | The next parameter in the list. |
| [in] | v | The default value. |
| void SGDisplayParam::read_param | ( | ) | [protected, virtual] |
| void SGDisplayParam::print_param | ( | std::ostream & | s, | |
| short | indent | |||
| ) | [protected, virtual] |
Prints the name and the value of the parameter with a given indent.
| [in] | s | The stream to print to |
| [in] | indent | The indent for the output lines |
Implements SGParam.
| int SGDisplayParam::Value | ( | ) | const [inline] |
char SGDisplayParam::TypeId = "dsp" [static] |
1.5.2