Power User implemented. Certain functions are only activated if you accept the consequences.

Some attempts to get the Texture Preview window working correctly.

Signed-off-by: Beeks <HgDelirium@gmail.com>
This commit is contained in:
Beeks
2010-09-05 09:07:15 -04:00
parent 51665a0b31
commit 630d000246
17 changed files with 319 additions and 149 deletions

View File

@@ -24,6 +24,7 @@ public:
ASFloaterUploadBrowser();
virtual ~ASFloaterUploadBrowser();
static void onClickFile(LLUICtrl* ctrl, void* user_data);
static void onUpdateFilter(LLUICtrl* ctrl, void* user_data);
static void onDoubleClick(void* user_data);
void refresh();
@@ -50,6 +51,7 @@ private:
};
LLScrollListCtrl* mFileList;
std::string mPathName;
std::string mFilterType;
};