qTox  Version: nightly | Commit: bc751c8e1cac455f9690654fcfe0f560d2d7dfdd
Public Member Functions | Private Attributes | List of all members
ToxFilePause Class Reference

#include <toxfilepause.h>

Collaboration diagram for ToxFilePause:
Collaboration graph

Public Member Functions

void localPause ()
 
void localResume ()
 
void localPauseToggle ()
 
void remotePause ()
 
void remoteResume ()
 
void remotePauseToggle ()
 
bool localPaused () const
 
bool remotePaused () const
 
bool paused () const
 

Private Attributes

bool localPauseState = false
 
bool remotePauseState = false
 

Detailed Description

Definition at line 22 of file toxfilepause.h.

Member Function Documentation

◆ localPause()

void ToxFilePause::localPause ( )
inline

Definition at line 25 of file toxfilepause.h.

◆ localPaused()

bool ToxFilePause::localPaused ( ) const
inline

Definition at line 55 of file toxfilepause.h.

◆ localPauseToggle()

void ToxFilePause::localPauseToggle ( )
inline

Definition at line 35 of file toxfilepause.h.

◆ localResume()

void ToxFilePause::localResume ( )
inline

Definition at line 30 of file toxfilepause.h.

◆ paused()

bool ToxFilePause::paused ( ) const
inline

Definition at line 65 of file toxfilepause.h.

◆ remotePause()

void ToxFilePause::remotePause ( )
inline

Definition at line 40 of file toxfilepause.h.

◆ remotePaused()

bool ToxFilePause::remotePaused ( ) const
inline

Definition at line 60 of file toxfilepause.h.

◆ remotePauseToggle()

void ToxFilePause::remotePauseToggle ( )
inline

Definition at line 50 of file toxfilepause.h.

◆ remoteResume()

void ToxFilePause::remoteResume ( )
inline

Definition at line 45 of file toxfilepause.h.

Member Data Documentation

◆ localPauseState

bool ToxFilePause::localPauseState = false
private

Definition at line 71 of file toxfilepause.h.

◆ remotePauseState

bool ToxFilePause::remotePauseState = false
private

Definition at line 72 of file toxfilepause.h.


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