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