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

#include <FxCustomPropertiesWidgetManager.h>

Public Member Functions

virtual void addCustomWidget (CFxCustomPropertiesWidget *widget)=0
 
virtual void removeCustomWidget (CFxCustomPropertiesWidget *widget)=0
 

Detailed Description

Description: Use this interface to add custom widgets to or remove them from Ares's Properties panel.

Definition at line 28 of file FxCustomPropertiesWidgetManager.h.

Member Function Documentation

◆ addCustomWidget()

virtual void CFxCustomPropertiesWidgetManager::addCustomWidget ( CFxCustomPropertiesWidget * widget)
pure virtual

Description: Add widget to the properties window. In CFxPropertiesWindow:: UpdateControls(), widget will be put into a groupbox. widget has to manage visibility on its own, so you might need to override its setVisible() method.

◆ removeCustomWidget()

virtual void CFxCustomPropertiesWidgetManager::removeCustomWidget ( CFxCustomPropertiesWidget * widget)
pure virtual

Description: Remove widget from the properties window. It won't be shown any further.


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