Add string chains to menu string properties

This commit is contained in:
Jan
2021-12-02 22:39:12 +01:00
parent 6f15fe6010
commit 616c6414ff
2 changed files with 25 additions and 1 deletions
@@ -18,6 +18,7 @@ namespace menu
public:
explicit MenuMatcherFactory(const IMatcherForLabelSupplier<SimpleParserValue>* labelSupplier);
_NODISCARD MatcherFactoryWrapper<SimpleParserValue> StringChain() const;
_NODISCARD MatcherFactoryWrapper<SimpleParserValue> Text() const;
_NODISCARD MatcherFactoryWrapper<SimpleParserValue> Numeric() const;