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