Ring Daemon 16.0.0
Loading...
Searching...
No Matches
jami::Typers Class Reference

#include <typers.h>

Inheritance diagram for jami::Typers:
Inheritance graph
Collaboration diagram for jami::Typers:
Collaboration graph

Public Member Functions

void addTyper (const std::string &typer, bool sendMessage=false)
 Add typer to the list of typers.
 
void removeTyper (const std::string &typer, bool sendMessage=false)
 
 Typers (const std::shared_ptr< JamiAccount > &acc, const std::string &convId)
 
 ~Typers ()
 

Detailed Description

Definition at line 29 of file typers.h.

Constructor & Destructor Documentation

◆ Typers()

jami::Typers::Typers ( const std::shared_ptr< JamiAccount > &  acc,
const std::string &  convId 
)

Definition at line 26 of file typers.cpp.

◆ ~Typers()

jami::Typers::~Typers ( )

Definition at line 36 of file typers.cpp.

References jami::emitSignal().

Here is the call graph for this function:

Member Function Documentation

◆ addTyper()

void jami::Typers::addTyper ( const std::string &  typer,
bool  sendMessage = false 
)

Add typer to the list of typers.

Parameters
typer
sendMessage(should be true for local typer, false for remote typer)

Definition at line 57 of file typers.cpp.

References COMPOSING_TIMEOUT, jami::emitSignal(), jami::getIsComposing(), and jami::MIME_TYPE_IM_COMPOSING.

Here is the call graph for this function:

◆ removeTyper()

void jami::Typers::removeTyper ( const std::string &  typer,
bool  sendMessage = false 
)

Definition at line 87 of file typers.cpp.

References jami::emitSignal(), jami::getIsComposing(), and jami::MIME_TYPE_IM_COMPOSING.

Here is the call graph for this function:

The documentation for this class was generated from the following files: