GrOOm  0.2
BTS SNIR LaSalle Avignon 2020
Référence de la classe CommunicationBluetooth

Class permettant de mettre en place une communication bluetooth. Plus de détails...

#include "communicationbluetooth.h"

Graphe de collaboration de CommunicationBluetooth:
Collaboration graph

Fonctions membres publiques

 CommunicationBluetooth (QWidget *parent=nullptr)
 Constructeur classe CommunicationBluetooth. Plus de détails...
 
 ~CommunicationBluetooth ()
 Destructeur classe CommunicationBluetooth. Plus de détails...
 

Attributs privés

Ui::CommunicationBluetooth * ui
 

Description détaillée

Class permettant de mettre en place une communication bluetooth.

Définition à la ligne 17 du fichier communicationbluetooth.h.

Documentation des constructeurs et destructeur

◆ CommunicationBluetooth()

CommunicationBluetooth::CommunicationBluetooth ( QWidget parent = nullptr)
explicit

Constructeur classe CommunicationBluetooth.

Paramètres
parent

Définition à la ligne 4 du fichier communicationbluetooth.cpp.

Références ui.

4  :
5  QDialog(parent),
6  ui(new Ui::CommunicationBluetooth)
7 {
8  qDebug() << Q_FUNC_INFO;
9  ui->setupUi(this);
10 }
Ui::CommunicationBluetooth * ui

◆ ~CommunicationBluetooth()

CommunicationBluetooth::~CommunicationBluetooth ( )

Destructeur classe CommunicationBluetooth.

Paramètres
parent

Définition à la ligne 12 du fichier communicationbluetooth.cpp.

Références ui.

13 {
14  delete ui;
15  qDebug() << Q_FUNC_INFO;
16 }
Ui::CommunicationBluetooth * ui

Documentation des données membres

◆ ui

Ui::CommunicationBluetooth* CommunicationBluetooth::ui
private

Définition à la ligne 38 du fichier communicationbluetooth.h.

Référencé par CommunicationBluetooth(), et ~CommunicationBluetooth().


La documentation de cette classe a été générée à partir des fichiers suivants :