Public Types | |
enum | ShareFile { Single, Multiple } |
Public Slots | |
void | handleNfcShareBusy (bool) |
void | handleEasySetupStarted () |
void | handleEasySetupCompleted () |
void | handleShareStarted () |
void | handleShareCompleted () |
void | handleNfcShareError (XQNfcShare::Error) |
void | startEasySetup () |
void | startEasySetupAndPair () |
void | cancel () |
void | shareFile () |
void | shareFiles () |
void | clear () |
Signals | |
void | displayText (QString aText) |
This class is used to call the Qt style NFC share APIs from the QML User interface of the example.
Definition at line 50 of file nfcshareexample.h.
void NfcShareExample::handleNfcShareBusy | ( | bool | value | ) | [slot] |
Handles the signal 'NFC Share' busy.
Definition at line 67 of file nfcshareexample.cpp.
void NfcShareExample::handleEasySetupStarted | ( | ) | [slot] |
Handles the 'NFC Share' easy setup started signal.
Definition at line 82 of file nfcshareexample.cpp.
void NfcShareExample::handleEasySetupCompleted | ( | ) | [slot] |
Handles the 'NFC Share' easy setup completed signal.
Definition at line 91 of file nfcshareexample.cpp.
void NfcShareExample::handleShareStarted | ( | ) | [slot] |
Handles the 'NFC Share' share process started signal.
Definition at line 113 of file nfcshareexample.cpp.
void NfcShareExample::handleShareCompleted | ( | ) | [slot] |
Handles the 'NFC Share' sharing of files completed signal.
Definition at line 145 of file nfcshareexample.cpp.
void NfcShareExample::handleNfcShareError | ( | XQNfcShare::Error | aError | ) | [slot] |
Handles the 'NFC Share' error signal emitted.
Definition at line 154 of file nfcshareexample.cpp.
void NfcShareExample::startEasySetupAndPair | ( | ) | [slot] |
It will detect the device and pairs with it.
Definition at line 196 of file nfcshareexample.cpp.
void NfcShareExample::shareFiles | ( | ) | [slot] |
Starts sharing multiple files.
Definition at line 221 of file nfcshareexample.cpp.
void NfcShareExample::clear | ( | ) | [slot] |
Clear the output data from the screen.
Definition at line 230 of file nfcshareexample.cpp.