Definition of V2TIMImageElem.
Public Member Functions | |
V2TIMImageElem () | |
V2TIMImageElem (const V2TIMImageElem &) | |
V2TIMImageElem & | operator= (const V2TIMImageElem &) |
~V2TIMImageElem () override | |
Data Fields | |
V2TIMString | path |
V2TIMImageVector | imageList |
V2TIMElemType | elemType |
void * | obj_ptr |
V2TIMImageElem | ( | ) |
V2TIMImageElem | ( | const V2TIMImageElem & | ) |
|
override |
V2TIMImageElem& operator= | ( | const V2TIMImageElem & | ) |
V2TIMString path |
Local file path of the original image. This is valid only for the message sender.
V2TIMImageVector imageList |
When receiving a picture message, this field will save all the specifications of the picture. Currently, it contains at most three specifications: original picture, large picture, and thumbnail. Each specification is stored in a V2TIMImage object.
|
inherited |
element type
|
inherited |