Answer item interface class.
More...
#include <meeting_qa_ctrl_interface.h>
Answer item interface class.
Definition at line 25 of file meeting_qa_ctrl_interface.h.
◆ ~IAnswerItem()
virtual IAnswerItem::~IAnswerItem |
( |
| ) |
|
|
inlinevirtual |
◆ GetAnswerID()
virtual const zchar_t * IAnswerItem::GetAnswerID |
( |
| ) |
|
|
pure virtual |
Get the answer id.
- Returns
- The answer id.
◆ GetQuestionID()
virtual const zchar_t * IAnswerItem::GetQuestionID |
( |
| ) |
|
|
pure virtual |
Get the related question's id of the answer.
- Returns
- The related question's id of the answer.
◆ GetSenderName()
virtual const zchar_t * IAnswerItem::GetSenderName |
( |
| ) |
|
|
pure virtual |
Get the sender's name of the answer.
- Returns
- The sender's name of the answer.
◆ GetText()
virtual const zchar_t * IAnswerItem::GetText |
( |
| ) |
|
|
pure virtual |
Get the text of the answer.
- Returns
- The text of the answer.
◆ GetTimeStamp()
virtual time_t IAnswerItem::GetTimeStamp |
( |
| ) |
|
|
pure virtual |
Get the timestamp of the answer.
- Returns
- The timestamp of the answer.
◆ IsLiveAnswer()
virtual bool IAnswerItem::IsLiveAnswer |
( |
| ) |
|
|
pure virtual |
Determine if the answer is live or not.
- Returns
- TRUE indicates to the answer is live.
◆ IsPrivate()
virtual bool IAnswerItem::IsPrivate |
( |
| ) |
|
|
pure virtual |
Determine if the answer is private or not.
- Returns
- TRUE indicates to the answer is private.
◆ IsSenderMyself()
virtual bool IAnswerItem::IsSenderMyself |
( |
| ) |
|
|
pure virtual |
Determine whether the answer's sender is the user himself or not.
- Returns
- TRUE indicates that the answer's sender is the user himself.