Implements Matrix form as dialog box.
You can find more information in comments below. Overrided methods can be found in corresponding base classes and interfaces.
class CDialogBoxMatrix :public virtual IFormMatrix, public IDialogBoxMatrixProto
{
public:
static const String ClassName; // Class name
Mat4f getValue() override;
bool setValue(const Mat4f &value) override;
void ActivateFirstEnabledInput() override;
CDialogBoxMatrix();
CDialogBoxMatrix(IForm *parent);
CDialogBoxMatrix(IControl *parent);
};
Namespace: | nitisa::standard |
Include: | Standard/Forms/Matrix/DialogBoxMatrix.h |