face makeup image information interface.
More...
#include <setting_service_interface.h>
face makeup image information interface.
Definition at line 2023 of file setting_service_interface.h.
◆ ~IFaceMakeupImageInfo()
virtual IFaceMakeupImageInfo::~IFaceMakeupImageInfo |
( |
| ) |
|
|
inlinevirtual |
◆ GetFaceMakeupType()
Get the type of current image.
- Returns
- If the function succeeds, the return value is the type of current image.
◆ GetImageFilePath()
virtual const zchar_t * IFaceMakeupImageInfo::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 the function fails and the return value is nullptr.
◆ GetImageName()
virtual const zchar_t * IFaceMakeupImageInfo::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 the function fails and the return value is nullptr.
◆ GetIndex()
virtual int IFaceMakeupImageInfo::GetIndex |
( |
| ) |
|
|
pure virtual |
Get the index of the current face makeup.
- Returns
- If the function succeeds, the return value is the index of the current image.
◆ IsSelected()
virtual bool IFaceMakeupImageInfo::IsSelected |
( |
| ) |
|
|
pure virtual |
Determine if the current item is being used.
- Returns
- TRUE indicates that the current image is used as the face makeup image.