#include <chatroomnotifications.h>
◆ DisposerFunc
◆ State
| Enumerator |
|---|
| Uninitialized | |
| Initialized | |
| ShuttingDown | |
| Inert | The component doesn't require shutting down.
|
◆ ChatRoomNotifications()
| ttv::chat::ChatRoomNotifications::ChatRoomNotifications |
( |
const std::shared_ptr< User > & |
user | ) |
|
◆ AddTopic()
| virtual void ttv::PubSubComponentBase::AddTopic |
( |
const std::string & |
topic | ) |
|
|
protectedvirtualinherited |
◆ CheckShutdown()
| virtual bool ttv::PubSubComponentBase::CheckShutdown |
( |
| ) |
|
|
overrideprotectedvirtualinherited |
◆ CompleteShutdown()
|
|
inlineoverridevirtualinherited |
◆ CompleteTask()
| void ttv::Component::CompleteTask |
( |
Task * |
task | ) |
|
|
protectedinherited |
◆ Dispose()
| virtual TTV_ErrorCode ttv::chat::ChatRoomNotifications::Dispose |
( |
| ) |
|
|
overridevirtual |
This should be called when the application is done with the instance.
- Returns
- TTV_EC_SUCCESS: Instance has been disposed.
Implements ttv::chat::IChatRoomNotifications.
◆ GetComponentName()
| static std::string ttv::chat::ChatRoomNotifications::GetComponentName |
( |
| ) |
|
|
inlinestatic |
◆ GetLoggerName()
| virtual std::string ttv::chat::ChatRoomNotifications::GetLoggerName |
( |
| ) |
const |
|
overridevirtual |
◆ GetState()
| virtual State ttv::Component::GetState |
( |
| ) |
const |
|
overridevirtualinherited |
◆ GetTaskRunner()
| std::shared_ptr<TaskRunner> ttv::Component::GetTaskRunner |
( |
| ) |
|
|
inlineinherited |
◆ Initialize()
◆ IsTaskRunning()
| bool ttv::Component::IsTaskRunning |
( |
Task * |
task | ) |
const |
|
protectedinherited |
◆ Log()
| void ttv::UserComponent::Log |
( |
TTV_MessageLevel |
level, |
|
|
const char * |
format, |
|
|
|
... |
|
) |
| |
|
protectedinherited |
◆ OnTopicListenerRemoved()
| virtual void ttv::PubSubComponentBase::OnTopicListenerRemoved |
( |
const std::string & |
topic, |
|
|
TTV_ErrorCode |
ec |
|
) |
| |
|
virtualinherited |
◆ OnTopicMessageReceived()
| void ttv::chat::ChatRoomNotifications::OnTopicMessageReceived |
( |
const std::string & |
topic, |
|
|
const ttv::json::Value & |
jVal |
|
) |
| |
|
overridevirtual |
◆ OnTopicSubscribeStateChanged()
◆ OnUserAuthenticationIssue()
| virtual void ttv::UserComponent::OnUserAuthenticationIssue |
( |
std::shared_ptr< const OAuthToken > |
oauthToken, |
|
|
TTV_ErrorCode |
ec |
|
) |
| |
|
protectedvirtualinherited |
◆ OnUserInfoFetchComplete()
| virtual void ttv::UserComponent::OnUserInfoFetchComplete |
( |
TTV_ErrorCode |
ec | ) |
|
|
protectedvirtualinherited |
◆ OnUserLogInComplete()
| virtual void ttv::UserComponent::OnUserLogInComplete |
( |
TTV_ErrorCode |
ec | ) |
|
|
protectedvirtualinherited |
◆ OnUserLogOutComplete()
| virtual void ttv::UserComponent::OnUserLogOutComplete |
( |
TTV_ErrorCode |
ec | ) |
|
|
protectedvirtualinherited |
◆ SetClientState()
| virtual void ttv::Component::SetClientState |
( |
State |
state | ) |
|
|
protectedvirtualinherited |
◆ SetDisposer()
| void ttv::PubSubComponentBase::SetDisposer |
( |
DisposerFunc && |
func | ) |
|
|
inlineinherited |
◆ SetListener()
◆ SetServerState()
| virtual void ttv::Component::SetServerState |
( |
State |
state | ) |
|
|
protectedvirtualinherited |
◆ SetState()
| virtual void ttv::Component::SetState |
( |
State |
state | ) |
|
|
protectedvirtualinherited |
◆ SetTaskRunner()
| virtual void ttv::Component::SetTaskRunner |
( |
std::shared_ptr< TaskRunner > |
taskRunner | ) |
|
|
virtualinherited |
◆ Shutdown()
◆ StartTask()
◆ SubscribeTopics()
| virtual TTV_ErrorCode ttv::PubSubComponentBase::SubscribeTopics |
( |
| ) |
|
|
protectedvirtualinherited |
◆ Update()
| virtual void ttv::Component::Update |
( |
| ) |
|
|
overridevirtualinherited |
Implements ttv::IComponent.
Reimplemented in ttv::PubSubClient, ttv::broadcast::Streamer, ttv::ComponentContainer, ttv::social::FriendList, ttv::chat::ChatUserThread, ttv::UserRepository, ttv::social::Presence, ttv::broadcast::IngestTester, ttv::User, ttv::chat::ChatUserThreads, ttv::chat::BitsConfigRepository, ttv::chat::ChatUserBlockList, ttv::chat::ChatReplay, ttv::chat::ChatChannelSet, ttv::ChannelRepository, ttv::chat::ChatRaid, ttv::chat::BitsStatus, ttv::chat::UserEmoticonSets, ttv::ChannelStatus, ttv::chat::ChatRoom, and ttv::ProfileImageStatus.
◆ mDisposerFunc
◆ mListener
◆ mOAuthIssue
| bool ttv::UserComponent::mOAuthIssue |
|
protectedinherited |
Whether or not the internal updates of the component are on hold because of an issue with the OAuth token.
◆ mPubSub
| std::shared_ptr<PubSubClient> ttv::PubSubComponentBase::mPubSub |
|
protectedinherited |
◆ mPubSubTopic
| std::string ttv::chat::ChatRoomNotifications::mPubSubTopic |
|
private |
◆ mPubSubTopicListener
◆ mPubSubTopicListenerHelper
◆ mPubSubTopics
| std::vector<std::string> ttv::PubSubComponentBase::mPubSubTopics |
|
protectedinherited |
◆ mRunningTasks
| std::vector<std::shared_ptr<Task> > ttv::Component::mRunningTasks |
|
protectedinherited |
◆ mShutdownTimeMilliseconds
| uint64_t ttv::Component::mShutdownTimeMilliseconds |
|
protectedinherited |
◆ mState
◆ mTaskMutex
| std::mutex ttv::Component::mTaskMutex |
|
mutableprotectedinherited |
◆ mTaskRunner
| std::shared_ptr<TaskRunner> ttv::Component::mTaskRunner |
|
protectedinherited |
◆ mUser
| std::weak_ptr<User> ttv::UserComponent::mUser |
|
protectedinherited |
◆ mUserId
| UserId ttv::chat::ChatRoomNotifications::mUserId |
|
private |
The documentation for this class was generated from the following file: