CFx SDK Documentation
2023 SP0
|
#include <FxUI.h>
Public Member Functions | |
virtual | ~CFxUIDockableWindowCollection () |
virtual unsigned int | GetCount () const =0 |
virtual CFxUIDockableWindow * | GetItem (unsigned int index)=0 |
virtual void | UpdateCurrentState ()=0 |
Description: Represents the dockable window collection of the user interface. Library: DDKERNEL
|
inlinevirtual |
|
pure virtual |
Description: Gets the count.
Return Value: The count.
|
pure virtual |
Description: Gets an item. Arguments:
index | Zero-based index of the. |
Return Value: null if it fails, else the item.
|
pure virtual |
Description: Updates the current state.