#include <lltransfertargetfile.h>
Inheritance diagram for LLTransferTargetParamsFile:
Public Member Functions | |
LLTransferTargetParamsFile () | |
void | setFilename (const LLString &filename) |
void | setCallback (LLTTFCompleteCallback cb, void *user_data) |
Protected Attributes | |
LLString | mFilename |
LLTTFCompleteCallback | mCompleteCallback |
void * | mUserData |
Friends | |
class | LLTransferTargetFile |
Definition at line 39 of file lltransfertargetfile.h.
LLTransferTargetParamsFile::LLTransferTargetParamsFile | ( | ) | [inline] |
Definition at line 42 of file lltransfertargetfile.h.
void LLTransferTargetParamsFile::setCallback | ( | LLTTFCompleteCallback | cb, | |
void * | user_data | |||
) | [inline] |
friend class LLTransferTargetFile [friend] |
Definition at line 46 of file lltransfertargetfile.h.
Definition at line 49 of file lltransfertargetfile.h.
Referenced by LLTransferTargetFile::completionCallback(), and setCallback().
LLString LLTransferTargetParamsFile::mFilename [protected] |
Definition at line 48 of file lltransfertargetfile.h.
Referenced by LLTransferTargetFile::completionCallback(), LLTransferTargetFile::dataCallback(), and setFilename().
void* LLTransferTargetParamsFile::mUserData [protected] |
Definition at line 50 of file lltransfertargetfile.h.
Referenced by LLTransferTargetFile::completionCallback(), and setCallback().