#include <H:/WOSH/win32_vc2010/src/framework/communication/FileMessage.h>
Public Member Functions | |
| FileMessage () | |
| Empty constructor. | |
| FileMessage (const std::string &filename) | |
| Constructor with initializer(s), provided for convenience. | |
| FileMessage (const FileMessage &m) | |
| Copy constructor. | |
| virtual | ~FileMessage () |
| Empty destructor. | |
Setters | |
| void | setFile (const ResourcePath &path) |
Getters | |
| const ResourcePath & | getFile () const |
| ResourcePath & | getFile () |
| virtual Notification::TYPE | getNotificationType () const |
Operators Overloading | |
| virtual FileMessage & | operator= (const FileMessage &m) |
| virtual bool | operator== (const FileMessage &other) const |
| virtual bool | operator!= (const FileMessage &other) const |
Serialization interface | |
| virtual std::string | toString () const |
| virtual bool | updateHash (DataHashContext *hash_context) const |
Definition at line 46 of file FileMessage.h.
| wosh::communication::FileMessage::FileMessage | ( | ) |
Empty constructor.
Definition at line 50 of file FileMessage.cpp.
| wosh::communication::FileMessage::FileMessage | ( | const std::string & | filename ) |
Constructor with initializer(s), provided for convenience.
| filename | [in] the (wosh) path of the audio file |
Definition at line 55 of file FileMessage.cpp.
| wosh::communication::FileMessage::FileMessage | ( | const FileMessage & | m ) |
Copy constructor.
| m | [in] the source object to be copied |
Definition at line 61 of file FileMessage.cpp.
| virtual wosh::communication::FileMessage::~FileMessage | ( | ) | [inline, virtual] |
Empty destructor.
Definition at line 73 of file FileMessage.h.