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