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