#include <item.h>
Inheritance diagram for TScannerPenetratePassive:
Public Methods | |
TScannerPenetratePassive () | |
TScannerPenetratePassive (const TScannerPenetratePassive &OldScannerPenetratePassive) | |
virtual | ~TScannerPenetratePassive () |
virtual bool | load (TDataPackageList *in) |
virtual bool | save (TDataPackageList *out) const |
virtual TScanner::tScannerType | getScannerType () const |
virtual bool | operator== (const TScannerPenetratePassive &ScannerPenetratePassive) const |
virtual TScannerPenetratePassive & | operator= (const TScannerPenetratePassive &ScannerPenetratePassive) |
|
This constructor generates a new TScannerPenetratePassive 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 penetrate scanner, but its attributes are copied from the TScannerPenetratePassive object given in OldScannerPenetratePassive. 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::PENETRATE_PASSIVE.
Reimplemented from TScanner. |
|
The method Load loads a TScannerPenetratePassive object from the data packages in the list.
Reimplemented from TScanner. |
|
This is the assignment operator for TScannerPenetratePassive. |
|
This is the compare operator for TScannerPenetratePassive.
|
|
The method Save saves a TScannerPenetratePassive object by adding the data packages to the list.
Reimplemented from TScanner. |