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