CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
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 1732 of file FxUI.h.

Constructor & Destructor Documentation

◆ ~CFxUIImageItemCollection()

virtual CFxUIImageItemCollection::~CFxUIImageItemCollection ( )
inlinevirtual

Definition at line 1735 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: 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: