#include <lltransfertargetfile.h>


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::setFilename | ( | const LLString & | filename | ) | [inline] |
| void LLTransferTargetParamsFile::setCallback | ( | LLTTFCompleteCallback | cb, | |
| void * | user_data | |||
| ) | [inline] |
friend class LLTransferTargetFile [friend] |
Definition at line 46 of file lltransfertargetfile.h.
LLString LLTransferTargetParamsFile::mFilename [protected] |
Definition at line 48 of file lltransfertargetfile.h.
Referenced by LLTransferTargetFile::completionCallback(), LLTransferTargetFile::dataCallback(), and setFilename().
Definition at line 49 of file lltransfertargetfile.h.
Referenced by LLTransferTargetFile::completionCallback(), and setCallback().
void* LLTransferTargetParamsFile::mUserData [protected] |
Definition at line 50 of file lltransfertargetfile.h.
Referenced by LLTransferTargetFile::completionCallback(), and setCallback().
1.5.5