llfloatersaveavatar.h

Go to the documentation of this file.
00001 
00032 #ifndef LL_LLFLOATERSAVEAVATAR_H
00033 #define LL_LLFLOATERSAVEAVATAR_H
00034 
00035 #include "llfloater.h"
00036 
00037 class LLButton;
00038 class LLLineEditor;
00039 
00040 class LLFloaterSaveAvatar : public LLFloater
00041 {
00042 public:
00043         static void show( void );  // Creates singleton or (if it already exists) brings it to the front
00044         static void onSave( void* user_data );
00045 
00046         virtual ~LLFloaterSaveAvatar();
00047         /*virtual*/ BOOL postBuild();
00048 
00049 protected:
00050         LLFloaterSaveAvatar();
00051 
00052 public:
00053         LLLineEditor* mBaseNameEdit;
00054         LLLineEditor* mPathEdit;
00055     LLButton* mSaveBtn;
00056 };
00057 
00058 #endif  // LL_LLFLOATERSAVEAVATAR_H

Generated on Thu Jul 1 06:08:36 2010 for Second Life Viewer by  doxygen 1.4.7