CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
CFxCustomPropertiesWidget Struct Referenceabstract

#include <FxCustomPropertiesWidget.h>

Public Member Functions

virtual QWidget * recreate (QWidget *parent)=0
 

Detailed Description

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.

Member Function Documentation

◆ recreate()

virtual QWidget * CFxCustomPropertiesWidget::recreate ( QWidget * parent)
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.


The documentation for this struct was generated from the following file: