|
CFx SDK Documentation 2026 SP0
|
#include <FxCustomPropertiesWidget.h>
Public Member Functions | |
| virtual QWidget * | recreate (QWidget *parent)=0 |
Description: Use this interface to define a widget you want to place in Ares's Properties panel.
Definition at line 29 of file FxCustomPropertiesWidget.h.
|
pure virtual |
Description: This method is called in CFxPropertiesWindow::UpdateControls(). parent* is the properties window, which takes ownership of the widget returned by this method. Since all widgets in the properties window are deleted and created from scratch each time something changes, this class follows the same philosophy.