Question item interface class.
More...
#include <meeting_qa_ctrl_interface.h>
Question item interface class.
◆ AmILiveAnswering()
virtual bool IQAItemInfo::AmILiveAnswering |
( |
| ) |
|
|
pure virtual |
Determine if the user himself is answering the question live or not.
- Returns
- TRUE indicates the user himself is answering the question live.
◆ GetAnswerList()
Get the list of all the answers to the question.
- Returns
- The list of all the answers to the question. For more details, see IAnswerItem.
◆ GetLiveAnswerName()
virtual const wchar_t* IQAItemInfo::GetLiveAnswerName |
( |
| ) |
|
|
pure virtual |
Get all the users' names who answers the question live.
- Returns
- All the users' names who answers the question live. Separated by commas.
◆ GetQuestionID()
virtual const wchar_t* IQAItemInfo::GetQuestionID |
( |
| ) |
|
|
pure virtual |
Get the question id.
- Returns
- The question id.
◆ GetSenderName()
virtual const wchar_t* IQAItemInfo::GetSenderName |
( |
| ) |
|
|
pure virtual |
Get the sender's name of the question.
- Returns
- The sender's name of the question.
◆ GetText()
virtual const wchar_t* IQAItemInfo::GetText |
( |
| ) |
|
|
pure virtual |
Get the text of the question.
- Returns
- The text of the question.
◆ GetTimeStamp()
virtual time_t IQAItemInfo::GetTimeStamp |
( |
| ) |
|
|
pure virtual |
Get the timestamp of the question.
- Returns
- The timestamp of the question.
◆ GetUpvoteNum()
virtual unsigned int IQAItemInfo::GetUpvoteNum |
( |
| ) |
|
|
pure virtual |
Get the number of the up_voters of the question.
- Returns
- The number of the up_voters of the question.
◆ HasLiveAnswers()
virtual bool IQAItemInfo::HasLiveAnswers |
( |
| ) |
|
|
pure virtual |
Determine if the question has live answers or not.
- Returns
- TRUE indicates the question has live answers.
◆ HasTextAnswers()
virtual bool IQAItemInfo::HasTextAnswers |
( |
| ) |
|
|
pure virtual |
Determine if the question has text answers or not.
- Returns
- TRUE indicates the question has text answers.
◆ IsAnonymous()
virtual bool IQAItemInfo::IsAnonymous |
( |
| ) |
|
|
pure virtual |
Determine if the question is anonymous.
- Returns
- TRUE indicates the question is anonymous.
◆ IsLiveAnswering()
virtual bool IQAItemInfo::IsLiveAnswering |
( |
| ) |
|
|
pure virtual |
Determine if the question is being answered live or not.
- Returns
- TRUE indicates the question is being answered live.
◆ IsMarkedAsAnswered()
virtual bool IQAItemInfo::IsMarkedAsAnswered |
( |
| ) |
|
|
pure virtual |
Determine if the question is marked as answered.
- Returns
- TURE indicates the question is marked as answered.
◆ IsMarkedAsDismissed()
virtual bool IQAItemInfo::IsMarkedAsDismissed |
( |
| ) |
|
|
pure virtual |
Determine if the question is marked as dismissed.
- Returns
- TRUE indicates the question is marked as dismissed.
◆ IsMySelfUpvoted()
virtual bool IQAItemInfo::IsMySelfUpvoted |
( |
| ) |
|
|
pure virtual |
Determine if the user himself is an up_voter of the question or not.
- Returns
- TRUE indicates the user himself is an up_voter of the question.
◆ IsSenderMyself()
virtual bool IQAItemInfo::IsSenderMyself |
( |
| ) |
|
|
pure virtual |
Determine if the question's sender is the user himself or not.
- Returns
- TRUE indicates that the question's sender is the user himself.
The documentation for this class was generated from the following file: