CFx SDK Documentation  2020SP3
Public Member Functions | List of all members
CFxCustomPropertiesWidget Struct Referenceabstract

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...
 

Detailed 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

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: