#include <scaninfo.h>
Public Member Functions | |
| ScanInfo () | |
| ScanInfo (uint _scanid, uint _cardid, uint _sourceid, bool _processed, const QDateTime &_scandate) | |
Static Public Member Functions | |
| static bool | MarkProcessed (uint scanid) |
| static bool | DeleteScan (uint scanid) |
Public Attributes | |
| uint | scanid |
| uint | cardid |
| uint | sourceid |
| bool | processed |
| QDateTime | scandate |
Definition at line 20 of file scaninfo.h.
| ScanInfo::ScanInfo | ( | ) |
Definition at line 13 of file scaninfo.cpp.
| ScanInfo::ScanInfo | ( | uint | _scanid, | |
| uint | _cardid, | |||
| uint | _sourceid, | |||
| bool | _processed, | |||
| const QDateTime & | _scandate | |||
| ) |
Definition at line 15 of file scaninfo.cpp.
Definition at line 193 of file scaninfo.cpp.
Referenced by ChannelImporter::Process().
Definition at line 211 of file scaninfo.cpp.
Referenced by SaveScan().
Definition at line 31 of file scaninfo.h.
Definition at line 32 of file scaninfo.h.
Definition at line 33 of file scaninfo.h.
Definition at line 34 of file scaninfo.h.
| QDateTime ScanInfo::scandate |
Definition at line 35 of file scaninfo.h.
1.6.3