3D avatar image information interface.
More...
#include <setting_service_interface.h>
3D avatar image information interface.
Definition at line 829 of file setting_service_interface.h.
◆ ~I3DAvatarImageInfo()
virtual I3DAvatarImageInfo::~I3DAvatarImageInfo |
( |
| ) |
|
|
inlinevirtual |
◆ GetImageFilePath()
virtual const zchar_t * I3DAvatarImageInfo::GetImageFilePath |
( |
| ) |
|
|
pure virtual |
Get the file path of the current image.
- Returns
- If the function succeeds, the return value is the file path of current image. Otherwise returns nullptr.
◆ GetImageName()
virtual const zchar_t * I3DAvatarImageInfo::GetImageName |
( |
| ) |
|
|
pure virtual |
Get the name of the current image.
- Returns
- If the function succeeds, the return value is the name of the current image. Otherwise returns nullptr.
◆ GetIndex()
virtual int I3DAvatarImageInfo::GetIndex |
( |
| ) |
|
|
pure virtual |
Get the index of the current image.
- Returns
- If the function succeeds, the return value is the index of current image.
- Note
- If no image is selected, the index value will be -1.
◆ IsLastUsed()
virtual bool I3DAvatarImageInfo::IsLastUsed |
( |
| ) |
|
|
pure virtual |
Determine if the current item is most recently used.
- Returns
- true means that the current image is the most recently used as the 3D avatar image.
◆ IsSelected()
virtual bool I3DAvatarImageInfo::IsSelected |
( |
| ) |
|
|
pure virtual |
Determine if the current image is being used.
- Returns
- true means that the current image is used as the 3D avatar image.