Content


NTL
Core
CHintService

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:
    void setForm(IForm *value) override;

    void Release() override;

    CHintService(CHint *hint);
    virtual ~CHintService() = default;
};
Namespace: nitisa
Include: Nitisa/Core/HintService.h