#include <item.h>
Inheritance diagram for TScannerNormalPassive:
Public Methods | |
TScannerNormalPassive () | |
TScannerNormalPassive (const TScannerNormalPassive &OldScannerNormalPassive) | |
virtual | ~TScannerNormalPassive () |
virtual bool | load (TDataPackageList *in) |
virtual bool | save (TDataPackageList *out) const |
virtual TScanner::tScannerType | getScannerType () const |
virtual bool | operator== (const TScannerNormalPassive &ScannerNormalPassive) const |
virtual TScannerNormalPassive & | operator= (const TScannerNormalPassive &ScannerNormalPassive) |
|
This constructor generates a new TScannerNormalPassive object with all properties resetted. This means you have to set all properties like name and mass afterwards with help of the respective set<something> methods. |
|
This constructor creates also a new passive normal scanner, but its attributes are copied from the TScannerNormalPassive object given in OldScannerNormalPassive. This method is mostly implemented to provide a copy constructor.
|
|
Destructs the object. Has nothing else to do, because no memory has to be freed or similar stuff. |
|
With the method getScannerType you can get the type of the scanner, in this case TScanner::NORMAL_PASSIVE.
Reimplemented from TScanner. |
|
The method Load loads a TScannerNormalPassive object from the data packages in the list.
Reimplemented from TScanner. |
|
This is the assignment operator for TScannerNormalPassive. |
|
This is the compare operator for TScannerNormalPassive.
|
|
The method Save saves a TScannerNormalPassive object by adding the data packages to the list.
Reimplemented from TScanner. |