CFx SDK Documentation
2023 SP0
|
Use this interface to define a widget you want to place in Ares's Properties panel. More...
#include <FxCustomPropertiesWidget.h>
Public Member Functions | |
virtual QWidget * | recreate (QWidget *parent)=0 |
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. More... | |
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 |
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.