![]() |
Scanframe Modular Application 0.1.0
|
#include <StoreInspection.h>
Public Types | |
enum | EAction { iaNONE = 0 , iaSAVE , iaSAVEAS , iaCREATE , iaOPEN , iaOPENCURRENT , iaCLOSE } |
Enumeration of save and open functions. More... | |
enum | EResult { irERROR = -1 , irNONE = 0 , irSAVE , irOPEN , irCLOSE } |
Enumeration of resulting actions value of what is to be done. More... | |
Public Member Functions | |
StoreInspection () | |
Default constructor. | |
StoreInspection (const QString &ref_name) | |
Initializing Constructor. | |
EResult | OpenSave (EAction action) |
Get the resulting action of what is to be done. | |
const PartInspection & | getPartInspection () const |
Gets the part inspection reference. | |
sf::StoreInspection::StoreInspection | ( | ) |
Default constructor.
|
explicit |
Initializing Constructor.
ref_name |
const PartInspection & sf::StoreInspection::getPartInspection | ( | ) | const |
Gets the part inspection reference.
Get the resulting action of what is to be done.
action | Action to act on. |