AWind
|
Interface that provides dialog closed notifications (user closes dialog window, by pressing OK or cancel button). If you want receive notification this notification you need derive you dialog class from interface class and implement NotifyDialogClosed member function. More...
#include <IDialogClosedEventReceiver.h>
Public Types | |
enum | DialogResults { OK, Cancel } |
Public Member Functions | |
virtual void | NotifyDialogClosed (Window *window, DialogResults results)=0 |
Has to be implemented in target class. More... | |
Interface that provides dialog closed notifications (user closes dialog window, by pressing OK or cancel button). If you want receive notification this notification you need derive you dialog class from interface class and implement NotifyDialogClosed member function.
|
pure virtual |
Has to be implemented in target class.
window | pointer to dialog |
results | defines how dialog was closed with OK or Cancel |
Implemented in MainWindow.