#include <item.h>
Inheritance diagram for TJammerDisguise:
Public Methods | |
TJammerDisguise () | |
TJammerDisguise (const TJammerDisguise &OldJammerDisguise) | |
virtual | ~TJammerDisguise () |
virtual bool | load (TDataPackageList *in) |
virtual bool | save (TDataPackageList *out) const |
virtual TJammer::tJammerType | getJammerType () const |
virtual bool | operator== (const TJammerDisguise &JammerDisguise) const |
virtual TJammerDisguise & | operator= (const TJammerDisguise &JammerDisguise) |
|
This constructor generates a new TJammerDisguise 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 disguise jammer, but its attributes are copied from the TJammerDisguise object given in OldJammerDisguise. 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 getJammerType you can get the type of the jammer, in this case TJammer::DISGUISE.
Reimplemented from TJammer. |
|
The method Load loads a TJammerDisguise object from the data packages in the list.
Reimplemented from TJammer. |
|
This is the assignment operator for TJammerDisguise. |
|
This is the compare operator for TJammerDisguise.
|
|
The method Save saves a TJammerDisguise object by adding the data packages to the list.
Reimplemented from TJammer. |