![]() |
Banking_System_Client
1.0.0
Qt-based banking app for user/admin account management, transactions, secure server communication via PostgreSQL/Supabase.
|
Concrete validation strategy for names. More...
#include <ValidationStrategy.h>
Public Member Functions | |
bool | isValid (const QString &input) const override |
Validates the input string as a name. More... | |
QString | errorMessage () const override |
Retrieves the error message for an invalid name. More... | |
Concrete validation strategy for names.
Validates that the input string is a valid name consisting of only alphabetic characters.
|
inlineoverridevirtual |
Retrieves the error message for an invalid name.
Implements IValidationStrategy.
|
inlineoverridevirtual |
Validates the input string as a name.
input | The input string to validate. |
Implements IValidationStrategy.