CFx SDK Documentation
2023 SP0
|
#include <FxDeviceReactor.h>
Public Member Functions | |
virtual | ~CFxDeviceReactor () |
virtual void | ViewCreated (CFxView *pView) |
virtual void | ViewAdded (CFxView *pView) |
virtual void | ViewRemoved (CFxView *pView) |
virtual void | ViewDestroyed (CFxView *pView) |
virtual void | RedrawStarted () |
virtual void | RedrawFinished () |
virtual void | RegenStarted () |
virtual void | RegenFinished () |
virtual void | UpdateStarted () |
virtual void | UpdateFinished () |
virtual void | ViewModified (CFxView *pView) |
virtual void | SizeChanged (int iOverallWidth, int iOverallHeight) |
Description: Represents a device change(reaction). Library: DDKERNEL
Definition at line 30 of file FxDeviceReactor.h.
|
inlinevirtual |
Definition at line 33 of file FxDeviceReactor.h.
|
inlinevirtual |
Description: Redraw finished.
Definition at line 71 of file FxDeviceReactor.h.
|
inlinevirtual |
Description: Redraw started.
Definition at line 66 of file FxDeviceReactor.h.
|
inlinevirtual |
Description: Regen finished.
Definition at line 81 of file FxDeviceReactor.h.
|
inlinevirtual |
Description: Regen started.
Definition at line 76 of file FxDeviceReactor.h.
|
inlinevirtual |
Description: WEB ONLY: Device size changed
Definition at line 101 of file FxDeviceReactor.h.
|
inlinevirtual |
Description: Updates finished.
Definition at line 91 of file FxDeviceReactor.h.
|
inlinevirtual |
Description: Updates started.
Definition at line 86 of file FxDeviceReactor.h.
Description: View added. Arguments:
[in,out] | pView | If non-null, the view. |
Definition at line 47 of file FxDeviceReactor.h.
Description: View created. Arguments:
[in,out] | pView | If non-null, the view. |
Definition at line 40 of file FxDeviceReactor.h.
Description: View destroyed. Arguments:
[in,out] | pView | If non-null, the view. |
Definition at line 61 of file FxDeviceReactor.h.
Description: WEB ONLY: View modified
Definition at line 96 of file FxDeviceReactor.h.
Description: View removed. Arguments:
[in,out] | pView | If non-null, the view. |
Definition at line 54 of file FxDeviceReactor.h.