#include <IntegerParameterNode.h>
整型参数节点
- 自从
- 0.3.0
在文件 IntegerParameterNode.h 第 26 行定义.
◆ IntegerParameterNode() [1/3]
ALSON::IntegerParameterNode::IntegerParameterNode |
( |
ClientContextPtr | clientContextPtr, |
|
|
std::string | key ) |
◆ ~IntegerParameterNode()
ALSON::IntegerParameterNode::~IntegerParameterNode |
( |
| ) |
|
|
overridedefault |
◆ IntegerParameterNode() [2/3]
◆ IntegerParameterNode() [3/3]
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ getValue()
int ALSON::IntegerParameterNode::getValue |
( |
| ) |
|
◆ setValue()
void ALSON::IntegerParameterNode::setValue |
( |
int | value | ) |
|
◆ getDefaultValue()
int ALSON::IntegerParameterNode::getDefaultValue |
( |
| ) |
|
获取参数的默认值
- 返回
- 参数的默认值
- 自从
- 0.3.0
◆ getMaxValue()
int ALSON::IntegerParameterNode::getMaxValue |
( |
| ) |
|
获取参数的最大值
- 返回
- 参数的最大值
- 自从
- 0.3.0
◆ getMinValue()
int ALSON::IntegerParameterNode::getMinValue |
( |
| ) |
|
获取参数的最小值
- 返回
- 参数的最小值
- 自从
- 0.3.0