Changing the Current View Frame
The current view frame of a desktop manager is the view frame that has the keyboard focus. You can change the current view frame by clicking another view frame, which will become the new current view frame.
You can also change the current view frame by coding:
desktop->setCurrentFrame(vframe);
When the current view frame changes, the virtual method
frameSelectionChanged is called. You can override this method in your own subclass of
IlvDesktopManager to execute a specific action when the current view frame changes.
Published date: 05/24/2022
Last modified date: 02/24/2022