3D avatar image information interface.
More...
#include <setting_service_interface.h>
3D avatar image information interface.
Definition at line 588 of file setting_service_interface.h.
◆ ~I3DAvatarImageInfo()
virtual I3DAvatarImageInfo::~I3DAvatarImageInfo |
( |
| ) |
|
|
inlinevirtual |
◆ GetImageFilePath()
virtual const wchar_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 failed, the return value is NULL.
◆ GetImageName()
virtual const wchar_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 failed, the return value is NULL.
◆ 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.
◆ IsSelected()
virtual bool I3DAvatarImageInfo::IsSelected |
( |
| ) |
|
|
pure virtual |
Determine if the current image is being used.
- Returns
- TRUE indicates that the current image is used as the video filter image.