Scaleform::Formatter
class Formatter : public FmtResource, public Unassignable;
Formatter is the base class for all formatters and can be used as a standalone object. This class is used to format different type of values to the string type.
Enumeration |
Description |
Indicates the position of a parent formatter. | |
Indicates the list of requirements for the formatter in formatting the strings. |
Method |
Description |
Obtains the next string required by the formatter for conversion. | |
Formats a value to the string type. | |
Checks the conversion status for optimization purposes. | |
Initializes the Formatter object. | |
Obtains the absolute position of the parent formatter. | |
Obtains reference to a parent formatter. | |
Retrieves the previous string used by the formatter for conversion. | |
Retrieve the requirements of the formatter. | |
Retrieves the conversion result. | |
Retrieves the size of a converted value. | |
Parses the formatting string and sets up the attributes of the formatter. | |
Sets the next string to be used by the formatter. | |
Sets a string as previous string. | |
Sets the parent formatter. |
SF_MsgFormat.h