Image Uploader Scripting API
|
Public Member Functions | |
FileUploadTaskWrapper (string fileName, string displayName) | |
FileUploadTaskWrapper (FileUploadTask *task) | |
FileUploadTaskWrapper (std::shared_ptr< FileUploadTask > task) | |
string | getDisplayName () const |
string | getFileName () const |
int | getFileSize () const |
bool | isImage () const |
bool | isVideo () const |
string | originalFileName () const |
void | setDisplayName (string name) |
void | setFileName (string fileName) |
Public Member Functions inherited from UploadTaskWrapper | |
UploadTaskWrapper (std::shared_ptr< UploadTask > task) | |
UploadTaskWrapper (UploadTask *task) | |
void | addChildTask (UploadTaskWrapper *child) |
void | addTempFile (string fileName) |
UploadTaskWrapper | child (int index) |
int | childCount () |
int | getDataLength () |
string | getMimeType () |
bool | isNull () |
UploadTaskWrapper | parentTask () |
string | profileName () |
string | role () |
string | serverName () const |
ServerProfile | serverProfile () |
void | setRole (string role) |
void | setServerProfile (ServerProfile profile) |
void | setStatusText (string status) |
string | toString () |
string | type () |
UploadResult * | uploadResult () |
File upload task