CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
CFxCustomPropertiesWidgetManager Struct Referenceabstract

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

#include <FxCustomPropertiesWidgetManager.h>

Public Member Functions

virtual void addCustomWidget (CFxCustomPropertiesWidget *widget)=0
 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.
 
virtual void removeCustomWidget (CFxCustomPropertiesWidget *widget)=0
 Remove widget from the properties window. It won't be shown any further.
 

Detailed 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

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

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


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