#include <ISOHostSampleDlg.h>
Public Slots | |
| void | clearTagList () |
| void | disconnectUSBEvent (int i, unsigned int k) |
| void | displayError (int) |
| void | displayNewTag () |
| void | displayNoTag () |
| void | displayProtocol (int iMsg, int iLen) |
| void | initReader () |
| void | readTagButtonClicked () |
| void | showAbout () |
| void | startButtonClicked () |
| void | writeTagButtonClicked () |
Signals | |
| void | onProtocolEvent (int iMsg, int iLen) |
| void | onUSBDisconnect (int i, unsigned int k) |
Public Member Functions | |
| void | GetISOMfrCode (unsigned char ucMfr, char *sMfr) |
| ISOHostSampleDlg () | |
| ~ISOHostSampleDlg () | |
Static Public Member Functions | |
| static void | disconnectUSBEventHelper (int i, unsigned int k) |
| static void | protCallBackHelper (int iMsg, int iLen) |
| static ISOHostSampleDlg * | setGetClassInstance (ISOHostSampleDlg *classInstance) |
Protected Member Functions | |
| void | resizeEvent (QResizeEvent *event) |
Private Member Functions | |
| void | setupMenuBar () |
Private Attributes | |
| FEDetectReaderDlg | detectReaderDlg |
| FEUISimpleHexTable * | hexTable |
| FEDM_ISCReaderModule * | m_iscReader |
| FEReadTagsThread * | m_readTagsThread |
| FEDM_TASK_INIT | m_taskInit |
| QSignalMapper * | mapper |
| FEUITable * | tagTable |
| Ui::ISOHostSampleDlg | ui |
Definition at line 18 of file ISOHostSampleDlg.h.
Definition at line 303 of file ISOHostSampleDlg.cpp.
Definition at line 390 of file ISOHostSampleDlg.cpp.
| void ISOHostSampleDlg::clearTagList | ( | ) | [slot] |
Definition at line 293 of file ISOHostSampleDlg.cpp.
| void ISOHostSampleDlg::disconnectUSBEvent | ( | int | i, |
| unsigned int | k | ||
| ) | [slot] |
Definition at line 379 of file ISOHostSampleDlg.cpp.
| void ISOHostSampleDlg::disconnectUSBEventHelper | ( | int | i, |
| unsigned int | k | ||
| ) | [static] |
Definition at line 368 of file ISOHostSampleDlg.cpp.
| void ISOHostSampleDlg::displayError | ( | int | error | ) | [slot] |
Definition at line 184 of file ISOHostSampleDlg.cpp.
| void ISOHostSampleDlg::displayNewTag | ( | ) | [slot] |
Definition at line 39 of file ISOHostSampleDlg.cpp.
| void ISOHostSampleDlg::displayNoTag | ( | ) | [slot] |
Definition at line 197 of file ISOHostSampleDlg.cpp.
| void ISOHostSampleDlg::displayProtocol | ( | int | iMsg, |
| int | iLen | ||
| ) | [slot] |
Definition at line 793 of file ISOHostSampleDlg.cpp.
| void ISOHostSampleDlg::GetISOMfrCode | ( | unsigned char | ucMfr, |
| char * | sMfr | ||
| ) |
Definition at line 208 of file ISOHostSampleDlg.cpp.
| void ISOHostSampleDlg::initReader | ( | ) | [slot] |
Definition at line 724 of file ISOHostSampleDlg.cpp.
| void ISOHostSampleDlg::onProtocolEvent | ( | int | iMsg, |
| int | iLen | ||
| ) | [signal] |
| void ISOHostSampleDlg::onUSBDisconnect | ( | int | i, |
| unsigned int | k | ||
| ) | [signal] |
| void ISOHostSampleDlg::protCallBackHelper | ( | int | iMsg, |
| int | iLen | ||
| ) | [static] |
Definition at line 781 of file ISOHostSampleDlg.cpp.
| void ISOHostSampleDlg::readTagButtonClicked | ( | ) | [slot] |
Definition at line 434 of file ISOHostSampleDlg.cpp.
| void ISOHostSampleDlg::resizeEvent | ( | QResizeEvent * | event | ) | [protected] |
Definition at line 681 of file ISOHostSampleDlg.cpp.
| ISOHostSampleDlg * ISOHostSampleDlg::setGetClassInstance | ( | ISOHostSampleDlg * | classInstance | ) | [static] |
Definition at line 761 of file ISOHostSampleDlg.cpp.
| void ISOHostSampleDlg::setupMenuBar | ( | ) | [private] |
Definition at line 708 of file ISOHostSampleDlg.cpp.
| void ISOHostSampleDlg::showAbout | ( | ) | [slot] |
Definition at line 699 of file ISOHostSampleDlg.cpp.
| void ISOHostSampleDlg::startButtonClicked | ( | ) | [slot] |
Definition at line 812 of file ISOHostSampleDlg.cpp.
| void ISOHostSampleDlg::writeTagButtonClicked | ( | ) | [slot] |
Definition at line 572 of file ISOHostSampleDlg.cpp.
Definition at line 58 of file ISOHostSampleDlg.h.
FEUISimpleHexTable* ISOHostSampleDlg::hexTable [private] |
Definition at line 60 of file ISOHostSampleDlg.h.
Definition at line 62 of file ISOHostSampleDlg.h.
Definition at line 61 of file ISOHostSampleDlg.h.
FEDM_TASK_INIT ISOHostSampleDlg::m_taskInit [private] |
Definition at line 63 of file ISOHostSampleDlg.h.
QSignalMapper* ISOHostSampleDlg::mapper [private] |
Definition at line 21 of file ISOHostSampleDlg.h.
FEUITable* ISOHostSampleDlg::tagTable [private] |
Definition at line 59 of file ISOHostSampleDlg.h.
Ui::ISOHostSampleDlg ISOHostSampleDlg::ui [private] |
Definition at line 56 of file ISOHostSampleDlg.h.