virtual void ConfigureWindow(ViewConfig& newConfig) = 0;
ConfigureWindow configures the window based on a new set of ViewConfig parameters.
Parameters |
Description |
ViewConfig& newConfig |
The parameters to apply to the window's configuration. |