CHintService



Service of the default hint.

You can find more information in comments below. Overrided methods can be found in corresponding base interface.

class CHintService :public virtual IHintService
{
public:
    CHintService(CHint *hint);
    virtual ~CHintService() = default;

    void setForm(IForm *value) override;

    void Release() override;
};
Namespace: nitisa
Include: Nitisa/Core/Hint.h