BioSignalPi  v2
Public Slots | Public Member Functions | List of all members
Progress Class Reference

#include <progress.h>

Inheritance diagram for Progress:
Inheritance graph
[legend]
Collaboration diagram for Progress:
Collaboration graph
[legend]

Public Slots

void finished (QBluetoothTransferReply *)
 
void uploadProgress (qint64 bytesSent, qint64 bytesTotal)
 

Public Member Functions

 Progress (QWidget *parent=0)
 
 ~Progress ()
 
void setStatus (QString title, QString filename)
 

Detailed Description

Definition at line 58 of file progress.h.

Constructor & Destructor Documentation

QT_USE_NAMESPACE Progress::Progress ( QWidget *  parent = 0)
explicit

Definition at line 51 of file progress.cpp.

Progress::~Progress ( )

Definition at line 60 of file progress.cpp.

Member Function Documentation

void Progress::finished ( QBluetoothTransferReply *  reply)
slot

Definition at line 70 of file progress.cpp.

void Progress::setStatus ( QString  title,
QString  filename 
)

Definition at line 65 of file progress.cpp.

Here is the caller graph for this function:

void Progress::uploadProgress ( qint64  bytesSent,
qint64  bytesTotal 
)
slot

Definition at line 81 of file progress.cpp.


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