Implements Mask form.
You can find more information in comments below. Overrided methods can be found in corresponding base classes and interfaces.
class CFormMask :public virtual IFormMask, public CForm
{
public:
static const String ClassName; // Class name
unsigned int getValue() override;
bool setValue(const unsigned int value) override;
CFormMask(IWindow *window, IRenderer *renderer);
};
Namespace: | nitisa::standard |
Include: | Standard/Forms/Mask/FormMask.h |