Public Member Functions | |
SumFileEntry & | operator= (const SumFileEntry &source) |
Assignment operator. | |
SumFileEntry (const SumFileEntry &source) | |
Copy constructor. | |
SumFileEntry (FnctGetSumFile *getSumFile, const wxString &name, const wxString &description, const wxString &sumFileExtension) | |
Constructor. | |
SumFileEntry () | |
Default constructor. | |
Public Attributes | |
wxString | descr |
Description of the checksums' file type. | |
wxString | fileExt |
Extension of the checksums' file type. | |
FnctGetSumFile * | fnctGetSumFile |
Pointer on a function that gives a pointer on a new instance of the SumFile class. | |
wxString | name |
Name of the checksums' file type. | |
Protected Member Functions | |
void | clone (const SumFileEntry &source) |
Clones the source instance in this instance. |
Definition at line 69 of file checksumfactory.hpp.
|
Default constructor.
Definition at line 83 of file checksumfactory.hpp. References fnctGetSumFile. |
|
Constructor.
Definition at line 94 of file checksumfactory.hpp. References descr, fileExt, and fnctGetSumFile. |
|
Copy constructor.
Definition at line 104 of file checksumfactory.hpp. |
|
Clones the source instance in this instance.
Definition at line 62 of file checksumfactory.cpp. References clone(), descr, fileExt, fnctGetSumFile, and name. Referenced by clone(). |
|
Assignment operator.
Definition at line 112 of file checksumfactory.hpp. References operator=(). Referenced by operator=(). |
|
Description of the checksums' file type.
Definition at line 74 of file checksumfactory.hpp. Referenced by clone(), and SumFileEntry(). |
|
Extension of the checksums' file type.
Definition at line 75 of file checksumfactory.hpp. Referenced by clone(), and SumFileEntry(). |
|
Pointer on a function that gives a pointer on a new instance of the
Definition at line 72 of file checksumfactory.hpp. Referenced by clone(), and SumFileEntry(). |
|
Name of the checksums' file type.
Definition at line 73 of file checksumfactory.hpp. Referenced by clone(). |