Function add from qttools
Brief description
add(vector:std::vector<QImage>,element:QImage):QImage
Adds an entry to the vector by copying the contents More ...
Function information
Name: | add |
Base: | std::vector |
Group: | Qt plugins:Image I/O |
Icon: | qtimage.png |
Color: | darkGreen |
Authors: | |
Copyright: |
Detailed description
Adds an entry to the vector by copying the contents
Input parameters
-
vector:
std::vector
- Vector to operate on
-
element:
QImage
- Element to add
Return values
-
Default return value:
QImage
- A reference to the copy of the newly added element