|
C++ API Reference
|
Introduced in 2027.1 More...
#include <MSequencerCustomDrawManager.h>
Public Member Functions | |
| MSequencerDrawPrimitives () | |
| MSequencerDrawPrimitives is a array of primitive. | |
| MSequencerDrawPrimitives (MSequencerDrawPrimitives &&other) | |
| Move constructor. | |
| MSequencerDrawPrimitives & | operator= (const MSequencerDrawPrimitives &) |
| Copy operator. More... | |
| MSequencerDrawPrimitives & | operator= (MSequencerDrawPrimitives &&) |
| Move operator. More... | |
| ~MSequencerDrawPrimitives () | |
| Destructor. | |
| void | clear () |
| Clear all element of the array. | |
| bool | empty () const |
| size_t | length () const |
| void | append (const MSequencerDrawPrimitive &value) |
| Append an element at the end of the array. More... | |
| void | append (const MSequencerDrawPrimitives &list) |
| Append an array of element at the end of the array. More... | |
| void | setAt (size_t pos, const MSequencerDrawPrimitive &prim) |
| Update the element at the given index. More... | |
| MSequencerDrawPrimitive | operator[] (size_t pos) const |
| index operator More... | |
Introduced in 2027.1
| MSequencerDrawPrimitives & operator= | ( | const MSequencerDrawPrimitives & | other | ) |
Copy operator.
| other | to be copied |
| MSequencerDrawPrimitives & operator= | ( | MSequencerDrawPrimitives && | other | ) |
Move operator.
| other | to be moved |
| bool empty | ( | ) | const |
| size_t length | ( | ) | const |
| void append | ( | const MSequencerDrawPrimitive & | value | ) |
Append an element at the end of the array.
| value | to be appended |
| void append | ( | const MSequencerDrawPrimitives & | list | ) |
Append an array of element at the end of the array.
| list | to be appended |
| void setAt | ( | size_t | pos, |
| const MSequencerDrawPrimitive & | prim | ||
| ) |
Update the element at the given index.
| pos | The position to be overriden. |
| prim | The new primitive to be set at specified position. |
| MSequencerDrawPrimitive operator[] | ( | size_t | pos | ) | const |
index operator
| pos | The position to be returned. |