|
FlowArithmeticCalculator 1.0.0
Flow Arithmetic Calculator
|
The UI renderable row of UITexts primitive.
More...
#include <UITextsRow.h>
Collaboration diagram for business_logic::components::UITextsRow:Public Member Functions | |
| UITextsRow (const std::vector< UIText > &texts) | |
| Constructor. | |
| virtual | ~UITextsRow ()=default |
| UITextsRow (const UITextsRow &)=default | |
| UITextsRow & | operator= (const UITextsRow &) |
| UITextsRow (UITextsRow &&) noexcept | |
| UITextsRow & | operator= (UITextsRow &&) noexcept |
| const std::vector< UIText > & | getUiTexts () const |
| Gets the texts in this row. | |
Private Attributes | |
| std::vector< UIText > | texts |
| The texts in this row. | |
The UI renderable row of UITexts primitive.
Definition at line 15 of file UITextsRow.h.
|
explicit |
Constructor.
| texts | The texts to display in the row |
Definition at line 4 of file UITextsRow.cpp.
References texts.
|
virtualdefault |
|
default |
|
noexcept |
Definition at line 17 of file UITextsRow.cpp.
|
inline |
Gets the texts in this row.
Definition at line 35 of file UITextsRow.h.
References texts.
| UITextsRow & business_logic::components::UITextsRow::operator= | ( | const UITextsRow & | other | ) |
Definition at line 9 of file UITextsRow.cpp.
References texts.
|
noexcept |
Definition at line 19 of file UITextsRow.cpp.
|
private |
The texts in this row.
Definition at line 41 of file UITextsRow.h.
Referenced by getUiTexts(), operator=(), and UITextsRow().