#include <MprVariableList.h>
◆ VariableType
Enumerator |
---|
GeneralVariable | |
IntVariable | |
DoubleVariable | |
BoolVariable | |
StringVariable | |
◆ MprVariableList() [1/4]
MprVariableList::MprVariableList |
( |
| ) |
|
◆ MprVariableList() [2/4]
MprVariableList::MprVariableList |
( |
VariableType |
variableType | ) |
|
◆ MprVariableList() [3/4]
◆ ~MprVariableList()
MprVariableList::~MprVariableList |
( |
| ) |
|
◆ MprVariableList() [4/4]
◆ append()
◆ clear()
void MprVariableList::clear |
( |
| ) |
|
◆ clone() [1/2]
◆ clone() [2/2]
◆ createNextId()
GeneralId MprVariableList::createNextId |
( |
int |
prevId = -1 | ) |
|
◆ defaultValue()
◆ doClone()
◆ findVariable()
◆ indexOf()
int MprVariableList::indexOf |
( |
MprVariable * |
variable | ) |
const |
◆ insert()
bool MprVariableList::insert |
( |
int |
index, |
|
|
MprVariable * |
variable |
|
) |
| |
◆ isGeneralVariableValueTypeUnchangeable()
bool cnoid::MprVariableList::isGeneralVariableValueTypeUnchangeable |
( |
| ) |
const |
|
inline |
◆ isNumberIdEnabled()
bool cnoid::MprVariableList::isNumberIdEnabled |
( |
| ) |
const |
|
inline |
◆ isStringIdEnabled()
bool cnoid::MprVariableList::isStringIdEnabled |
( |
| ) |
const |
|
inline |
◆ numVariables()
int MprVariableList::numVariables |
( |
| ) |
const |
◆ operator=()
◆ read()
bool MprVariableList::read |
( |
const Mapping & |
archive | ) |
|
◆ removeAt()
bool MprVariableList::removeAt |
( |
int |
index | ) |
|
◆ resetId()
- Returns
- true if the id is successfully changed. false if the id is not changed because anther coordinate frame with the same id is exists.
◆ resetIdCounter()
void MprVariableList::resetIdCounter |
( |
| ) |
|
◆ setGeneralVariableValueTypeUnchangeable()
void MprVariableList::setGeneralVariableValueTypeUnchangeable |
( |
bool |
on | ) |
|
◆ setNumberIdEnabled()
void MprVariableList::setNumberIdEnabled |
( |
bool |
on | ) |
|
◆ setStringIdEnabled()
void MprVariableList::setStringIdEnabled |
( |
bool |
on | ) |
|
◆ setVariableType()
◆ sigVariableAdded()
SignalProxy< void(int index)> MprVariableList::sigVariableAdded |
( |
| ) |
|
◆ sigVariableRemoved()
◆ sigVariableUpdated()
SignalProxy< void(int index, int flags)> MprVariableList::sigVariableUpdated |
( |
| ) |
|
◆ variableAt()
MprVariable * MprVariableList::variableAt |
( |
int |
index | ) |
const |
◆ variableType()
◆ write()
bool MprVariableList::write |
( |
Mapping & |
archive | ) |
const |
◆ MprVariable
The documentation for this class was generated from the following files: