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