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