114 QString _dateTimeStr;
Definition PartInspection.h:11
QString getPartInspection() const
Gets the part and project using a string with delimiters.
void setDateTime(const QDateTime &dt)
Sets the date time of the inspection.
void clear()
Clears the part and project member.
QString getPart() const
Gets the part name.
bool exists() const
Checks if the part inspection exists.
QString getFilePath() const
Gets the file path of the project.
bool isEmpty() const
Checks if the instance is empty.
void assign(const PartInspection *)
Overridden from base class.
PartInspection()
Default constructor.
void setPartInspection(const QString &)
Sets the part and project using a string with delimiters. Delimiters used: sf::INSPECT_SERIAL_DELIM a...
void setDateTimeStr(const QString &)
Sets the date time of the inspection using a string.
QString getDateTimeStr() const
Gets the date time as string of the inspection.
QDateTime getDateTime() const
Gets the data time formatted string. Uses sf::InspectStrToDateTime().
void setSerial(const QString &)
Sets the serial number.
QString getRefName() const
Gets reference string of the part inspection. Actually calls getPartInspection().
QString getSerial() const
Gets the serial number.
TClosure< void, const PartInspection * > onChange
Holds the handler for notifying a change of this class.
Definition PartInspection.h:104
void setPart(const QString &)
Sets the part name.
Encapsulates the std::function() template.
Definition TClosure.h:14
#define _IPJ_CLASS
Definition ipj/iface/global.h:35
Definition Application.h:10