AWind
ITouchEventReceiver Class Referenceabstract

Interface that provides screen touch notifications. If you want receive this notification in the target or parent window you need derive you window class from interface class and implement NotifyTouch member function. More...

#include <ITouchEventReceiver.h>

Inheritance diagram for ITouchEventReceiver:
Dialog Dialogs GaugesWindow TabControl TabManual TabVacuum ViewModusWindow WindowSelector

Public Member Functions

virtual void NotifyTouch (Window *window)=0
 Has to be implemented in target class. More...
 

Detailed Description

Interface that provides screen touch notifications. If you want receive this notification in the target or parent window you need derive you window class from interface class and implement NotifyTouch member function.

Member Function Documentation

virtual void ITouchEventReceiver::NotifyTouch ( Window window)
pure virtual

Has to be implemented in target class.

Parameters
windowpointer to window (like TextBox) wich content was changed

Implemented in TabVacuum, GaugesWindow, ViewModusWindow, TabControl, Dialog, Dialogs, WindowSelector, and TabManual.


The documentation for this class was generated from the following file: