Answer item interface class.
More...
#include <meeting_qa_ctrl_interface.h>
Answer item interface class.
◆ GetAnswerID()
virtual const wchar_t* IAnswerItem::GetAnswerID |
( |
| ) |
|
|
pure virtual |
Get the answer id.
- Returns
- The answer id.
◆ GetQuestionID()
virtual const wchar_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 wchar_t* IAnswerItem::GetSenderName |
( |
| ) |
|
|
pure virtual |
Get the sender's name of the answer.
- Returns
- The sender's name of the answer.
◆ GetText()
virtual const wchar_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.
The documentation for this class was generated from the following file: