qTox  Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
Enumerations | Functions
Status Namespace Reference

Enumerations

enum  Status {
  Status::Online = 0, Status::Away, Status::Busy, Status::Offline,
  Status::Blocked, Status::Negotiating
}
 

Functions

QString getTitle (Status status)
 
QString getAssetSuffix (Status status)
 
QString getIconPath (Status status, bool event)
 
bool isOnline (Status status)
 

Enumeration Type Documentation

◆ Status

enum Status::Status
strong
Enumerator
Online 
Away 
Busy 
Offline 
Blocked 
Negotiating 

Definition at line 28 of file status.h.

Function Documentation

◆ getAssetSuffix()

QString Status::getAssetSuffix ( Status  status)

Definition at line 52 of file status.cpp.

Here is the caller graph for this function:

◆ getIconPath()

QString Status::getIconPath ( Status  status,
bool  event 
)

Definition at line 72 of file status.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getTitle()

QString Status::getTitle ( Status  status)

Definition at line 31 of file status.cpp.

Here is the caller graph for this function:

◆ isOnline()

bool Status::isOnline ( Status  status)

Definition at line 83 of file status.cpp.

Here is the caller graph for this function: