Describes hint service.
You can find more information in comments below.
class IHintService
{
public:
virtual void setForm(IForm *value) = 0; // Set form. Should hide immediately, clear all renderer resources and assign new form
virtual void Release() = 0; // Destroy instance
};
Namespace: | nitisa |
Include: | Nitisa/Interfaces/IHintService.h |