|
GigaPasjans
|
Represents a entry in statistics screen. More...
#include <WinScreen.h>

Public Member Functions | |
| StatisticsEntry (const Int2 &position, const std::function< String()> &supplier) | |
| StatisticsEntry (const StatisticsEntry &other) | |
| StatisticsEntry (StatisticsEntry &&other) noexcept | |
Public Attributes | |
| Andromenda::TextComponent * | Text = nullptr |
| Component associated with this entry. | |
| String | Id |
| Unique identifier used to register this entry's component. | |
| std::function< String()> | Supplier |
| Function used to retrieve text that should be set in text component. | |
Represents a entry in statistics screen.