OnCommand() is called by child controls when they are pressed / changed. Each clickable control has an XML-scripted command string and parameter, as well as the control's value. By default, commands are sent from the control to its parent, then up to the window's parent skin, and from there to the application.
Reimplemented in CATComboBox, and CATWindow. Definition at line 737 of file CATGuiObj.cpp. References CATXMLObject::fParent. Referenced by CATComboBox::OnCommand().
|