CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
CFxUIImageItemCollection Class Referenceabstract

#include <FxUI.h>

Public Member Functions

virtual ~CFxUIImageItemCollection ()
 
virtual bool Add (CFxUIImageItem *pItem)=0
 
virtual bool Remove (CFxUIImageItem *pItem)=0
 
virtual unsigned int GetCount () const =0
 
virtual CFxUIImageItemGetItem (unsigned int index)=0
 
virtual void Clear (bool bDeleteItems)=0
 
virtual bool Has (const CFxUIImageItem *pItem)=0
 

Detailed Description

Description: Represents the image tile menu item collection of the user interface. Library: DDKERNEL

Definition at line 1572 of file FxUI.h.

Constructor & Destructor Documentation

◆ ~CFxUIImageItemCollection()

virtual CFxUIImageItemCollection::~CFxUIImageItemCollection ( )
inlinevirtual

Definition at line 1575 of file FxUI.h.

Member Function Documentation

◆ Add()

virtual bool CFxUIImageItemCollection::Add ( CFxUIImageItem * pItem)
pure virtual

Description: Adds pItem. Arguments:

Parameters
[in,out]pItemIf non-null, the CFxUIImageItem* to add.
Return Value:
True if it succeeds, false if it fails.

◆ Clear()

virtual void CFxUIImageItemCollection::Clear ( bool bDeleteItems)
pure virtual

Description: Clears this object to its blank/initial state. Arguments:

Parameters
bDeleteItemstrue to delete the items.

◆ GetCount()

virtual unsigned int CFxUIImageItemCollection::GetCount ( ) const
pure virtual

Description: Gets the count.
Return Value:
The count.

◆ GetItem()

virtual CFxUIImageItem * CFxUIImageItemCollection::GetItem ( unsigned int index)
pure virtual

Description: Gets an item. Arguments:

Parameters
indexZero-based index of the.
Return Value:
Null if it fails, else the item.

◆ Has()

virtual bool CFxUIImageItemCollection::Has ( const CFxUIImageItem * pItem)
pure virtual

◆ Remove()

virtual bool CFxUIImageItemCollection::Remove ( CFxUIImageItem * pItem)
pure virtual

Description: Removes the given pItem. Arguments:

Parameters
[in,out]pItemIf non-null, the CFxUIImageTileMenuItem* to remove.
Return Value:
True if it succeeds, false if it fails.

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