|
| ObserverT () |
| The constructor. It is protected so that only derived classes can create instances of this class. More...
|
|
Notifies the observer that a variable has changed.
- Parameters
-
Subject | The GUI document in which a variable has changed. |
Var | The variable whose value has changed. |
Reimplemented from GuiEditor::ObserverT.
Notifies the observer that one or more windows have been created.
- Parameters
-
Subject | The GUI document in which the windows have been created. |
Windows | List of created windows. |
Reimplemented from GuiEditor::ObserverT.
Notifies the observer that one or more windows have been deleted.
- Parameters
-
Subject | The GUI document in which the windows have been deleted. |
Windows | List of deleted windows. |
Reimplemented from GuiEditor::ObserverT.
- Parameters
-
Subject | The GUI document in which the elements have been modified. |
Windows | List of modified windows. |
Detail | Information about what has been modified: Can be WMD_GENERIC or WMD_HIERARCHY. |
Reimplemented from GuiEditor::ObserverT.
This method is called whenever the window selection of a GUI subject changed.
- Parameters
-
Subject | The GUI document in which the selection has been changed. |
OldSelection | Array of the previously selected windows. |
NewSelection | Array of the new selected windows. |
Reimplemented from GuiEditor::ObserverT.
void RenderWindowT::NotifySubjectDies |
( |
SubjectT * |
dyingSubject | ) |
|
|
virtual |
This method is called whenever a subject is about the be destroyed (and become unavailable).
- Parameters
-
dyingSubject | The subject that is being destroyed. |
Implements GuiEditor::ObserverT.
The documentation for this class was generated from the following files: