#include <MprPositionList.h>
◆ MprPositionList() [1/2]
MprPositionList::MprPositionList |
( |
| ) |
|
◆ ~MprPositionList()
MprPositionList::~MprPositionList |
( |
| ) |
|
◆ MprPositionList() [2/2]
◆ append()
◆ clear()
void MprPositionList::clear |
( |
| ) |
|
◆ clone() [1/2]
◆ clone() [2/2]
◆ createNextId()
GeneralId MprPositionList::createNextId |
( |
int |
prevId = -1 | ) |
|
◆ doClone()
◆ findPosition()
◆ indexOf()
◆ insert()
bool MprPositionList::insert |
( |
int |
index, |
|
|
MprPosition * |
position |
|
) |
| |
◆ isStringIdEnabled()
bool MprPositionList::isStringIdEnabled |
( |
| ) |
const |
◆ numPositions()
int MprPositionList::numPositions |
( |
| ) |
const |
◆ positionAt() [1/2]
◆ positionAt() [2/2]
const MprPosition * MprPositionList::positionAt |
( |
int |
index | ) |
const |
◆ read()
bool MprPositionList::read |
( |
const Mapping & |
archive | ) |
|
◆ removeAt()
void MprPositionList::removeAt |
( |
int |
index | ) |
|
◆ removeUnreferencedPositions()
int MprPositionList::removeUnreferencedPositions |
( |
std::function< bool(MprPosition *position)> |
isReferenced | ) |
|
◆ replace()
bool MprPositionList::replace |
( |
int |
index, |
|
|
MprPosition * |
position |
|
) |
| |
◆ 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 MprPositionList::resetIdCounter |
( |
| ) |
|
◆ setStringIdEnabled()
void MprPositionList::setStringIdEnabled |
( |
bool |
on | ) |
|
◆ sigPositionAdded()
SignalProxy< void(int index)> MprPositionList::sigPositionAdded |
( |
| ) |
|
◆ sigPositionRemoved()
◆ sigPositionUpdated()
SignalProxy< void(int index, int flags)> MprPositionList::sigPositionUpdated |
( |
| ) |
|
◆ write()
bool MprPositionList::write |
( |
Mapping & |
archive | ) |
const |
◆ MprPosition
The documentation for this class was generated from the following files: