#include <llfloaterimport.h>
Collaboration diagram for ImportAssetInfo:
Public Attributes | |
LLString | Name |
LLString | Desc |
LLString | FilenameAndPath |
LLString | SourcePath |
std::vector< LLString > | ImageFileQueue |
std::vector< LLString > | OldImageIDList |
std::vector< LLString > | NewImageIDList |
Definition at line 53 of file llfloaterimport.h.
Definition at line 56 of file llfloaterimport.h.
Referenced by LLFloaterImport::asset_uploaded_callback(), and LLFloaterImport::onBtnOK().
std::vector<LLString> ImportAssetInfo::ImageFileQueue |
Definition at line 59 of file llfloaterimport.h.
Referenced by LLFloaterImport::asset_uploaded_callback(), and LLFloaterImport::onBtnOK().
Definition at line 55 of file llfloaterimport.h.
Referenced by LLFloaterImport::asset_uploaded_callback(), and LLFloaterImport::onBtnOK().
std::vector<LLString> ImportAssetInfo::NewImageIDList |
Definition at line 61 of file llfloaterimport.h.
Referenced by LLFloaterImport::asset_uploaded_callback().
std::vector<LLString> ImportAssetInfo::OldImageIDList |